PandA-2024.02
|
Class implementing some useful functions to create tree nodes and to manipulate the tree manager. More...
#include "tree_manipulation.hpp"
#include "Parameter.hpp"
#include "application_manager.hpp"
#include "call_graph_manager.hpp"
#include "dbgPrintHelper.hpp"
#include "exceptions.hpp"
#include "ext_tree_node.hpp"
#include "math_function.hpp"
#include "string_manipulation.hpp"
#include "token_interface.hpp"
#include "tree_basic_block.hpp"
#include "tree_helper.hpp"
#include "tree_manager.hpp"
#include "tree_node.hpp"
#include "tree_node_dup.hpp"
#include "tree_reindex.hpp"
#include <boost/range/adaptor/reversed.hpp>
#include <algorithm>
#include <iostream>
Go to the source code of this file.
Macros | |
#define | TREE_NOT_YET_IMPLEMENTED(token) THROW_ERROR(std::string("field not yet supported ") + STOK(token)) |
Class implementing some useful functions to create tree nodes and to manipulate the tree manager.
This class implements some useful functions to create tree nodes and to manipulate the tree manager.
Definition in file tree_manipulation.cpp.
#define TREE_NOT_YET_IMPLEMENTED | ( | token | ) | THROW_ERROR(std::string("field not yet supported ") + STOK(token)) |
Definition at line 71 of file tree_manipulation.cpp.