PandA-2024.02
|
Simple class used to drive the backend in order to be able to print c source code. More...
#include "c_backend.hpp"
#include "Parameter.hpp"
#include "application_frontend_flow_step.hpp"
#include "application_manager.hpp"
#include "behavioral_helper.hpp"
#include "c_backend_information.hpp"
#include "c_backend_step_factory.hpp"
#include "c_writer.hpp"
#include "call_graph.hpp"
#include "call_graph_manager.hpp"
#include "custom_map.hpp"
#include "custom_set.hpp"
#include "dbgPrintHelper.hpp"
#include "design_flow_graph.hpp"
#include "design_flow_manager.hpp"
#include "frontend_flow_step.hpp"
#include "frontend_flow_step_factory.hpp"
#include "function_behavior.hpp"
#include "graph.hpp"
#include "hls_flow_step_factory.hpp"
#include "hls_function_step.hpp"
#include "hls_manager.hpp"
#include "indented_output_stream.hpp"
#include "op_graph.hpp"
#include "prettyPrintVertex.hpp"
#include "refcount.hpp"
#include "string_manipulation.hpp"
#include "tree_helper.hpp"
#include "tree_manager.hpp"
#include "tree_node.hpp"
#include "tree_reindex.hpp"
#include "utility.hpp"
#include "var_pp_functor.hpp"
#include <deque>
#include <filesystem>
#include <fstream>
#include <iosfwd>
#include <list>
#include <ostream>
#include <sstream>
#include <string>
#include <utility>
#include <vector>
#include <boost/config.hpp>
#include <boost/graph/adjacency_list.hpp>
#include <boost/graph/filtered_graph.hpp>
#include <boost/graph/graph_utility.hpp>
#include <boost/graph/topological_sort.hpp>
#include "config_PACKAGE_NAME.hpp"
#include "config_RELEASE.hpp"
Go to the source code of this file.
Simple class used to drive the backend in order to be able to print c source code.
Definition in file c_backend.cpp.