This class stores C and C++ definition pointer This class does not need any initialization.
More...
#include <c_definitions.h>
|
| static SgFunctionDeclaration * | printf_ = NULL |
| | Pointer to the c and c++ declarations in the rose ast tree. More...
|
| |
| static SgFunctionDeclaration * | fprintf_ = NULL |
| |
| static SgFunctionDeclaration * | main_ = NULL |
| |
| static SgTypedefDeclaration * | std_string_ = NULL |
| |
| static SgTypedefDeclaration * | file_ = NULL |
| |
| static bool | is_initialized_ = false |
| |
This class stores C and C++ definition pointer This class does not need any initialization.
| static SgTypedefDeclaration* risc::tools::CDefinitions::get_file |
( |
| ) |
|
|
inlinestatic |
| static SgFunctionDeclaration* risc::tools::CDefinitions::get_fprintf |
( |
| ) |
|
|
inlinestatic |
| static SgFunctionDeclaration* risc::tools::CDefinitions::get_main |
( |
| ) |
|
|
inlinestatic |
| static SgFunctionDeclaration* risc::tools::CDefinitions::get_printf |
( |
| ) |
|
|
inlinestatic |
| static SgTypedefDeclaration* risc::tools::CDefinitions::get_std_string |
( |
| ) |
|
|
inlinestatic |
| static void risc::tools::CDefinitions::initialize |
( |
| ) |
|
|
inlinestaticprivate |
| SgTypedefDeclaration * risc::tools::CDefinitions::file_ = NULL |
|
staticprivate |
| SgFunctionDeclaration * risc::tools::CDefinitions::fprintf_ = NULL |
|
staticprivate |
| bool risc::tools::CDefinitions::is_initialized_ = false |
|
staticprivate |
| SgFunctionDeclaration * risc::tools::CDefinitions::main_ = NULL |
|
staticprivate |
| SgFunctionDeclaration * risc::tools::CDefinitions::printf_ = NULL |
|
staticprivate |
Pointer to the c and c++ declarations in the rose ast tree.
| SgTypedefDeclaration * risc::tools::CDefinitions::std_string_ = NULL |
|
staticprivate |
The documentation for this class was generated from the following files:
- /local/lecs/lecs/risc_v0.6.3/sources/build/risc_v0.6.3/src/tools/c_definitions.h
- /local/lecs/lecs/risc_v0.6.3/sources/build/risc_v0.6.3/src/tools/c_definitions.cpp