User Guide
codegen_utils.cpp File Reference
#include <catch2/catch_test_macros.hpp>
#include "codegen/codegen_cpp_visitor.hpp"
#include "codegen/codegen_utils.hpp"

Go to the source code of this file.

Typedefs

using input_result_map = std::unordered_map< std::string, std::string >
 

Functions

 SCENARIO ("C codegen utility functions", "[codegen][util][c]")
 

Typedef Documentation

◆ input_result_map

using input_result_map = std::unordered_map<std::string, std::string>

Definition at line 17 of file codegen_utils.cpp.

Function Documentation

◆ SCENARIO()

SCENARIO ( "C codegen utility functions"  ,
""  [codegen][util][c] 
)

Definition at line 19 of file codegen_utils.cpp.