Searched refs:then_statement (Results 1 – 4 of 4) sorted by relevance
1146 ast_node *then_statement,1154 ast_node *then_statement; variable
1546 then_statement->print(); in print()1556 ast_node *then_statement, in ast_selection_statement() argument1560 this->then_statement = then_statement; in ast_selection_statement()
135 ast_node *then_statement;2615 $$ = new(state->linalloc) ast_selection_statement($3, $5.then_statement,2624 $$.then_statement = $1;2629 $$.then_statement = $1;
6590 if (then_statement != NULL) { in hir()6592 then_statement->hir(& stmt->then_instructions, state); in hir()