Home
last modified time | relevance | path

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

/third_party/skia/src/sksl/ir/
DSkSLSwitchStatement.cpp147 StatementArray caseStmts; in BlockForCase() local
148 caseStmts.reserve_back(std::distance(startIter, iter) + 1); in BlockForCase()
152 caseStmts.push_back(std::move((*startIter)->as<SwitchCase>().statement())); in BlockForCase()
160 move_all_but_break((*startIter)->as<SwitchCase>().statement(), &caseStmts); in BlockForCase()
164 return Block::Make(caseToCapture->fLine, std::move(caseStmts), std::move(symbolTable)); in BlockForCase()