Home
last modified time | relevance | path

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

/third_party/skia/src/sksl/
DSkSLInliner.cpp182 fDeepestReturn = std::max(fDeepestReturn, fScopedBlockDepth); in visitStatement()
211 int fDeepestReturn = 0; member in SkSL::__anon04f2a45b0111::CountReturnsWithLimit
247 if (counter.fVariablesInBlocks && counter.fDeepestReturn > 1) { in GetReturnComplexity()