Home
last modified time | relevance | path

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

/third_party/skia/src/sksl/ir/
DSkSLSwitchStatement.h62 static std::unique_ptr<Statement> BlockForCase(StatementArray* cases,
DSkSLSwitchStatement.cpp112 std::unique_ptr<Statement> SwitchStatement::BlockForCase(StatementArray* cases, in BlockForCase() function in SkSL::SwitchStatement
280 std::unique_ptr<Statement> newBlock = BlockForCase(&cases, matchingCase, symbolTable); in Make()