PIPS
t_substitution Struct Reference

structure to hold a substitution to be performed forward. More...

+ Collaboration diagram for t_substitution:

Data Fields

statement source
 
reference ref
 the statement where the definition was found. More...
 
expression val
 maybe could be a reference to allow arrays? SG:done More...
 

Detailed Description

structure to hold a substitution to be performed forward.

Definition at line 85 of file forward_substitution.c.

Field Documentation

◆ ref

reference t_substitution::ref

the statement where the definition was found.

Definition at line 88 of file forward_substitution.c.

Referenced by call_flt(), make_substitution(), and perform_substitution_in_expression().

◆ source

statement t_substitution::source

Definition at line 87 of file forward_substitution.c.

Referenced by make_substitution().

◆ val

expression t_substitution::val

maybe could be a reference to allow arrays? SG:done

Definition at line 89 of file forward_substitution.c.

Referenced by free_substitution(), make_substitution(), and perform_substitution_in_expression().


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