![]() |
PandA-2024.02
|
This file contains the routines necessary to create a C executable program. More...
#include "custom_map.hpp"#include "custom_set.hpp"#include "graph.hpp"#include "refcount.hpp"#include <deque>#include <list>#include <vector>

Go to the source code of this file.
Data Structures | |
| class | dominance< GraphObj > |
| Dominator o post-dominator data structure. More... | |
| class | CWriter |
| Class used to write the C code representing a program, this class can't be directly instantiated since the backend is not specified yet. More... | |
Typedefs | |
| using | CWriterRef = refcount< CWriter > |
This file contains the routines necessary to create a C executable program.
This file contains the routines necessary to create a C executable program starting from a behavioral specification
Definition in file c_writer.hpp.
| using CWriterRef = refcount<CWriter> |
Definition at line 422 of file c_writer.hpp.
| CONSTREF_FORWARD_DECL | ( | BBGraph | ) |
| CONSTREF_FORWARD_DECL | ( | BBNodeInfo | ) |
| CONSTREF_FORWARD_DECL | ( | BehavioralHelper | ) |
| CONSTREF_FORWARD_DECL | ( | CBackendInformation | ) |
| CONSTREF_FORWARD_DECL | ( | FunctionBehavior | ) |
| CONSTREF_FORWARD_DECL | ( | InstructionWriter | ) |
| CONSTREF_FORWARD_DECL | ( | HLS_manager | ) |
| CONSTREF_FORWARD_DECL | ( | OpGraph | ) |
| CONSTREF_FORWARD_DECL | ( | Parameter | ) |
| CONSTREF_FORWARD_DECL | ( | tree_manager | ) |
| CONSTREF_FORWARD_DECL | ( | tree_node | ) |
| CONSTREF_FORWARD_DECL | ( | var_pp_functor | ) |
| REF_FORWARD_DECL | ( | CWriter | ) |
| REF_FORWARD_DECL | ( | IndentedOutputStream | ) |
| REF_FORWARD_DECL | ( | InstructionWriter | ) |
| REF_FORWARD_DECL | ( | Loop | ) |
| REF_FORWARD_DECL | ( | machine_node | ) |
1.8.13