PandA-2024.02
|
Specification of the tree (GCC raw) parsing interface function. More...
#include "refcount.hpp"
Go to the source code of this file.
Functions | |
tree_managerRef | ParseTreeFile (const ParameterConstRef &Param, const std::string &f) |
Function that parse the dump of the patched GCC. More... | |
forward declarations | |
Utility include | |
CONSTREF_FORWARD_DECL (Parameter) | |
REF_FORWARD_DECL (tree_manager) | |
Specification of the tree (GCC raw) parsing interface function.
Declaration of the function that parse a tree from a file.
Definition in file parse_tree.hpp.
CONSTREF_FORWARD_DECL | ( | Parameter | ) |
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().
REF_FORWARD_DECL | ( | tree_manager | ) |