Home
last modified time | relevance | path

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

/external/skia/src/sksl/
DSkSLAnalysis.cpp498 bool fellThrough = false; in visitStatement() local
523 fellThrough = !caseVisitor.fFoundReturn; in visitStatement()
528 if (fellThrough || !foundDefault) { in visitStatement()