OpenScop
0.9.0
|
#include <body.h>
Data Fields | |
osl_strings_p | iterators |
osl_strings_p | expression |
The osl_body_t structure stores a statement body in a textual form. The complete original expression (directly copy-pasted from the original code) is in the expression field while the textual forms of the original iterators are in the iterators field. They may be used for substitutions inside the expression.
Original statement expression
Definition at line 87 of file body.h.
Referenced by osl_body_clone(), osl_body_equal(), osl_body_free(), osl_body_idump(), osl_body_malloc(), osl_body_print(), osl_body_print_scoplib(), osl_body_sprint(), and osl_body_sread().
Original iterators
Definition at line 86 of file body.h.
Referenced by osl_body_clone(), osl_body_equal(), osl_body_free(), osl_body_idump(), osl_body_malloc(), osl_body_print(), osl_body_print_scoplib(), osl_body_sprint(), osl_body_sread(), osl_statement_integrity_check(), osl_statement_pprint(), and osl_statement_pprint_scoplib().