Graphviz 12.0.1~dev.20240716.0800
Loading...
Searching...
No Matches
comp_prog Struct Reference

#include <compile.h>

Collaboration diagram for comp_prog:
[legend]

Data Fields

int flags
 
Expr_tprog
 
Exnode_tbegin_stmt
 
size_t n_blocks
 
comp_blockblocks
 
Exnode_tendg_stmt
 
Exnode_tend_stmt
 

Detailed Description

Definition at line 72 of file compile.h.

Field Documentation

◆ begin_stmt

Exnode_t* comp_prog::begin_stmt

Definition at line 75 of file compile.h.

Referenced by compileProg(), and gvpr_core().

◆ blocks

comp_block* comp_prog::blocks

Definition at line 77 of file compile.h.

Referenced by compileProg(), freeCompileProg(), and gvpr_core().

◆ end_stmt

Exnode_t* comp_prog::end_stmt

Definition at line 79 of file compile.h.

Referenced by compileProg(), and gvpr_core().

◆ endg_stmt

Exnode_t* comp_prog::endg_stmt

Definition at line 78 of file compile.h.

Referenced by compileProg(), and gvpr_core().

◆ flags

int comp_prog::flags

Definition at line 73 of file compile.h.

Referenced by compileProg(), and usesGraph().

◆ n_blocks

size_t comp_prog::n_blocks

Definition at line 76 of file compile.h.

Referenced by compileProg(), freeCompileProg(), and gvpr_core().

◆ prog

Expr_t* comp_prog::prog

Definition at line 74 of file compile.h.

Referenced by compileProg(), freeCompileProg(), and gvpr_core().


The documentation for this struct was generated from the following file: