Lines Matching refs:executable_statement
50 struct executable_statement *statements;
53 struct executable_statement *r, *e, *next;
636 struct executable_statement **ptr; in executable_statement_dereference()
652 *ptr = (struct executable_statement *)0;
760 *ptr = (struct executable_statement *)0;
766 struct executable_statement *statements;
772 struct executable_statement *r, *x;
1047 int find_matching_case (struct executable_statement **ep, in find_matching_case()
1054 struct executable_statement *stmt) in find_matching_case()
1057 struct executable_statement *s; in find_matching_case()
1125 int executable_statement_foreach (struct executable_statement *stmt, in executable_statement_foreach() argument
1127 executable_statement *, in executable_statement_foreach()
1131 struct executable_statement *foo; in executable_statement_foreach()