PandA-2024.02
|
Class implementation of the manager of the tree structures extracted from the raw file. More...
#include "config_HAVE_HEXFLOAT.hpp"
#include "config_NPROFILE.hpp"
#include "exceptions.hpp"
#include "string_manipulation.hpp"
#include "tree_manager.hpp"
#include <cstring>
#include <fstream>
#include <iostream>
#include <list>
#include <vector>
#include <cstdio>
#include "Parameter.hpp"
#include "token_interface.hpp"
#include "ext_tree_node.hpp"
#include "gimple_writer.hpp"
#include "raw_writer.hpp"
#include "tree_basic_block.hpp"
#include "tree_helper.hpp"
#include "tree_node.hpp"
#include "tree_node_factory.hpp"
#include "tree_node_finder.hpp"
#include "tree_nodes_merger.hpp"
#include "tree_reindex.hpp"
#include "compiler_wrapper.hpp"
#include "dbgPrintHelper.hpp"
#include "utility.hpp"
Go to the source code of this file.
Class implementation of the manager of the tree structures extracted from the raw file.
This file implements some of the tree_manager member functions.
Definition in file tree_manager.cpp.