Home
last modified time | relevance | path

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

/external/skia/src/sksl/
DSkSLAnalysis.cpp448 ReturnsOnAllPathsVisitor trueVisitor; in visitStatement() local
450 trueVisitor.visitStatement(*i.ifTrue()); in visitStatement()
456 fFoundBreak = (trueVisitor.fFoundBreak || falseVisitor.fFoundBreak); in visitStatement()
457 fFoundContinue = (trueVisitor.fFoundContinue || falseVisitor.fFoundContinue); in visitStatement()
460 fFoundReturn = (trueVisitor.fFoundReturn && falseVisitor.fFoundReturn); in visitStatement()