PandA-2024.02
|
Classes specification of the tree_node data structures not present in the gcc. More...
#include "custom_map.hpp"
#include "tree_common.hpp"
#include "tree_node.hpp"
#include <list>
#include <string>
#include <utility>
Go to the source code of this file.
Data Structures | |
struct | null_node |
struct | gimple_pragma |
struct | profiling_pragma |
struct | statistical_profiling |
struct | map_pragma |
struct | call_hw_pragma |
Directive represinting mapping of a software function on a component. More... | |
struct | call_point_hw_pragma |
Directive represinting mapping of a function call on a component. More... | |
struct | issue_pragma |
struct | blackbox_pragma |
struct | omp_pragma |
struct | omp_parallel_pragma |
struct | omp_sections_pragma |
struct | omp_parallel_sections_pragma |
struct | omp_section_pragma |
struct | omp_target_pragma |
struct | omp_task_pragma |
struct | omp_critical_pragma |
struct | omp_atomic_pragma |
struct | omp_for_pragma |
struct | omp_simd_pragma |
struct | omp_declare_simd_pragma |
struct | gimple_while |
This struct specifies the while expression Used to represent a while construct. More... | |
struct | gimple_for |
This struct specifies the for expression Used to represent a for construct. More... | |
struct | gimple_multi_way_if |
This struct specifies a multi-way-if construct. More... | |
Classes specification of the tree_node data structures not present in the gcc.
Classes used to described the tree nodes not imported from the raw file.
Definition in file ext_tree_node.hpp.