Searched refs:fScopedBlockDepth (Results 1 – 1 of 1) sorted by relevance
182 fDeepestReturn = std::max(fDeepestReturn, fScopedBlockDepth); in visitStatement()186 if (fScopedBlockDepth > 1) { in visitStatement()193 fScopedBlockDepth += depthIncrement; in visitStatement()195 fScopedBlockDepth -= depthIncrement; in visitStatement()196 if (fNumReturns == 0 && fScopedBlockDepth <= 1) { in visitStatement()213 int fScopedBlockDepth = 0; member in SkSL::__anon04f2a45b0111::CountReturnsWithLimit