Searched defs:switchStatement (Results 1 – 2 of 2) sorted by relevance
292 TIntermSwitch *switchStatement = new TIntermSwitch(new TIntermSymbol(convParam), switchBody); in getYUVFunc() local
1526 std::unique_ptr<Statement> Parser::switchStatement() { in switchStatement() function in SkSL::Parser