Home
last modified time | relevance | path

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

/third_party/skia/src/sksl/ir/
DSkSLSwitchStatement.cpp252 SwitchCase* matchingCase = nullptr; in Make() local
263 matchingCase = ≻ in Make()
268 if (!matchingCase) { in Make()
276 matchingCase = defaultCase; in Make()
280 std::unique_ptr<Statement> newBlock = BlockForCase(&cases, matchingCase, symbolTable); in Make()