Graphviz 13.0.0~dev.20241220.2304
|
#include <compile.h>
Data Fields | |
bool | uses_graph |
does this program use the input graph? | |
Expr_t * | prog |
Exnode_t * | begin_stmt |
size_t | n_blocks |
comp_block * | blocks |
Exnode_t * | endg_stmt |
Exnode_t * | end_stmt |
Exnode_t* comp_prog::begin_stmt |
Definition at line 78 of file compile.h.
Referenced by compileProg(), and gvpr_core().
comp_block* comp_prog::blocks |
Definition at line 80 of file compile.h.
Referenced by compileProg(), freeCompileProg(), and gvpr_core().
Exnode_t* comp_prog::end_stmt |
Definition at line 82 of file compile.h.
Referenced by compileProg(), and gvpr_core().
Exnode_t* comp_prog::endg_stmt |
Definition at line 81 of file compile.h.
Referenced by compileProg(), and gvpr_core().
size_t comp_prog::n_blocks |
Definition at line 79 of file compile.h.
Referenced by compileProg(), freeCompileProg(), and gvpr_core().
Expr_t* comp_prog::prog |
Definition at line 77 of file compile.h.
Referenced by compileProg(), freeCompileProg(), and gvpr_core().
bool comp_prog::uses_graph |
Definition at line 76 of file compile.h.
Referenced by compileProg(), and gvpr_core().