Searched refs:ast_selection_statement (Results 1 – 4 of 4) sorted by relevance
805 ast_selection_statement::print(void) const in print()821 ast_selection_statement::ast_selection_statement(ast_expression *condition, in ast_selection_statement() function in ast_selection_statement
709 class ast_selection_statement : public ast_node {711 ast_selection_statement(ast_expression *condition,
1697 $$ = new(state) ast_selection_statement($3, $5.then_statement,
3482 ast_selection_statement::hir(exec_list *instructions, in hir()