ctrump_for_stmt Struct Reference

for文(宣言無し) More...

#include <ast.h>

Collaboration diagram for ctrump_for_stmt:

Collaboration graph
[legend]

Data Fields

struct ctrump_location kwd_loc
struct ctrump_location lpar_loc
struct ctrump_location rpar_loc
struct ctrump_location semi_loc1
struct ctrump_location semi_loc2
struct ctrump_loop_cfg_infoloop_cfg
struct ctrump_expr init
struct ctrump_expr cond
struct ctrump_expr iter
struct ctrump_stmtbody

Detailed Description

for文(宣言無し)

Definition at line 988 of file ast.h.


Field Documentation

'for'の位置

Definition at line 989 of file ast.h.

Referenced by analyze_control_flow(), and print_stmt().

'('の位置

Definition at line 990 of file ast.h.

Referenced by print_stmt().

')'の位置

Definition at line 991 of file ast.h.

Referenced by print_stmt().

';'の位置(左側)

Definition at line 992 of file ast.h.

Referenced by print_stmt().

';'の位置(右側)

Definition at line 993 of file ast.h.

Referenced by print_stmt().

ループ情報(解析前はNULL optional)

Definition at line 995 of file ast.h.

Referenced by analyze_control_flow(), and build_cfg_stmt().

初期節

Definition at line 996 of file ast.h.

Referenced by build_cfg_stmt(), and print_stmt().

条件式

Definition at line 997 of file ast.h.

Referenced by build_cfg_stmt(), and print_stmt().

第三の式

Definition at line 998 of file ast.h.

Referenced by build_cfg_stmt(), and print_stmt().

文本体

Definition at line 999 of file ast.h.

Referenced by analyze_control_flow(), build_cfg_stmt(), and print_stmt().


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

Generated on Tue Mar 31 20:19:26 2009 for ctrump by  doxygen 1.5.6