Searched refs:move_all_but_break (Results 1 – 1 of 1) sorted by relevance
84 static void move_all_but_break(std::unique_ptr<Statement>& stmt, StatementArray* target) { in move_all_but_break() function93 move_all_but_break(blockStmt, &blockStmts); in move_all_but_break()160 move_all_but_break((*startIter)->as<SwitchCase>().statement(), &caseStmts); in BlockForCase()