PandA-2024.02
|
Implementation of the tree parsing interface function. More...
#include "parse_tree.hpp"
#include "Parameter.hpp"
#include "dbgPrintHelper.hpp"
#include "refcount.hpp"
#include <iostream>
#include <string>
Go to the source code of this file.
Functions | |
tree_managerRef | tree_parseY (const ParameterConstRef Param, std::string fn) |
tree_managerRef | ParseTreeFile (const ParameterConstRef &Param, const std::string &f) |
Function that parse the dump of the patched GCC. More... | |
Variables | |
int | exit_code |
NOTE: this file must be included only by source code of the executable (i.e., the file with the main) More... | |
Implementation of the tree parsing interface function.
Implementation of the function that parse a tree from a file.
Definition in file parse_tree.cpp.
tree_managerRef ParseTreeFile | ( | const ParameterConstRef & | Param, |
const std::string & | f | ||
) |
Function that parse the dump of the patched GCC.
Param | is the set of input parameters |
f | the input file name |
debug_level | is the the debug_level |
Definition at line 59 of file parse_tree.cpp.
References exit_code, THROW_ERROR_CODE, and tree_parseY().
Referenced by create_tree_manager::Exec(), CompilerWrapper::FillTreeManager(), and main().
tree_managerRef tree_parseY | ( | const ParameterConstRef | Param, |
std::string | fn | ||
) |
int exit_code |
NOTE: this file must be included only by source code of the executable (i.e., the file with the main)
STD include Exit code
Definition at line 51 of file global_variables.cpp.
Referenced by ParseTreeFile().