Searched refs:fFoundContinue (Results 1 – 1 of 1) sorted by relevance
40 fFoundContinue = true; in visitStatement()54 fFoundContinue = (trueVisitor.fFoundContinue || falseVisitor.fFoundContinue); in visitStatement()58 return fFoundBreak || fFoundContinue || fFoundReturn; in visitStatement()110 if (caseVisitor.fFoundContinue) { in visitStatement()111 fFoundContinue = true; in visitStatement()153 bool fFoundContinue = false; member in SkSL::__anon233886f70111::ReturnsOnAllPathsVisitor