Searched refs:cond_else (Results 1 – 6 of 6) sorted by relevance
70 IfElseInstruction(cond_else), in ElseInstruction()83 if (lhs.type() != cond_else) in is_equal_to()
78 cond_else, enumerator
763 case Instruction::cond_else: in run()
521 ifelse->second->type() != Instruction::cond_else) { in emit_ifelse_end()
174 case Instruction::cond_else: in emit()
77 %type <ptr> cond_expr cond_expr_prim cond_pol_list cond_else369 cond_stmt_def : IF cond_expr '{' cond_pol_list '}' cond_else372 cond_else : ELSE '{' cond_pol_list '}'