Searched refs:cond_b (Results 1 – 1 of 1) sorted by relevance
233 auto* cond_b = Expr(true); in TEST_F() local236 auto* if_stmt = If(cond_a, Block(stmt_a), Else(cond_b, Block(stmt_b)), in TEST_F()268 auto* e = Sem().Get(cond_b); in TEST_F()