Searched refs:ast_selection_statement (Results 1 – 4 of 4) sorted by relevance
1099 class ast_selection_statement : public ast_node {1101 ast_selection_statement(ast_expression *condition,
1487 ast_selection_statement::print(void) const in print()1502 ast_selection_statement::ast_selection_statement(ast_expression *condition, in ast_selection_statement() function in ast_selection_statement
2461 $$ = new(state->linalloc) ast_selection_statement($3, $5.then_statement,
6311 ast_selection_statement::hir(exec_list *instructions, in hir()