Home
last modified time | relevance | path

Searched refs:move_all_but_break (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/src/sksl/ir/
DSkSLSwitchStatement.cpp84 static void move_all_but_break(std::unique_ptr<Statement>& stmt, StatementArray* target) { in move_all_but_break() function
93 move_all_but_break(blockStmt, &blockStmts); in move_all_but_break()
160 move_all_but_break((*startIter)->as<SwitchCase>().statement(), &caseStmts); in BlockForCase()