PandA-2024.02
|
Implementation for methods used to manage pragma annotations. More...
#include "config_HAVE_FROM_PRAGMA_BUILT.hpp"
#include "config_NPROFILE.hpp"
#include "pragma_manager.hpp"
#include "application_manager.hpp"
#include "basic_block.hpp"
#include "behavioral_helper.hpp"
#include "function_behavior.hpp"
#include "loop.hpp"
#include "loops.hpp"
#include "op_graph.hpp"
#include "pragma_constants.hpp"
#include "graph.hpp"
#include "Parameter.hpp"
#include "PragmaParser.hpp"
#include "token_interface.hpp"
#include <string>
#include "custom_map.hpp"
#include <list>
#include <vector>
#include "ext_tree_node.hpp"
#include "tree_basic_block.hpp"
#include "tree_helper.hpp"
#include "tree_manager.hpp"
#include "tree_node.hpp"
#include "tree_reindex.hpp"
#include "var_pp_functor.hpp"
#include "cpu_time.hpp"
#include "dbgPrintHelper.hpp"
#include "exceptions.hpp"
#include "string_manipulation.hpp"
#include <boost/algorithm/string.hpp>
#include <boost/graph/depth_first_search.hpp>
#include <boost/graph/reverse_graph.hpp>
#include <regex>
Go to the source code of this file.
Variables | |
unsigned int | num_task = 0 |
Implementation for methods used to manage pragma annotations.
Implementation of methods used to manage information about pragma directives in a C/C++ program.
Definition in file pragma_manager.cpp.
unsigned int num_task = 0 |
Definition at line 107 of file pragma_manager.cpp.