Searched refs:ast_selection_statement (Results 1 – 4 of 4) sorted by relevance
1143 class ast_selection_statement : public ast_node {1145 ast_selection_statement(ast_expression *condition,
1540 ast_selection_statement::print(void) const in print()1555 ast_selection_statement::ast_selection_statement(ast_expression *condition, in ast_selection_statement() function in ast_selection_statement
2615 $$ = new(state->linalloc) ast_selection_statement($3, $5.then_statement,
6565 ast_selection_statement::hir(exec_list *instructions, in hir()