Home
last modified time | relevance | path

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

/external/skia/src/sksl/
DSkSLAnalysis.cpp443 fFoundContinue = true; in visitStatement()
457 fFoundContinue = (trueVisitor.fFoundContinue || falseVisitor.fFoundContinue); in visitStatement()
461 return fFoundBreak || fFoundContinue || fFoundReturn; in visitStatement()
513 if (caseVisitor.fFoundContinue) { in visitStatement()
514 fFoundContinue = true; in visitStatement()
556 bool fFoundContinue = false; member in SkSL::__anon0972eafd0111::ReturnsOnAllPathsVisitor