Home
last modified time | relevance | path

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

/third_party/skia/src/sksl/ir/
DSkSLSwitchStatement.cpp130 Statement* stripBreakStmt = nullptr; in BlockForCase() local
140 stripBreakStmt = stmt.get(); in BlockForCase()
158 if (stripBreakStmt != nullptr) { in BlockForCase()
159 SkASSERT((*startIter)->as<SwitchCase>().statement().get() == stripBreakStmt); in BlockForCase()