Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_object_ref_count.cpp186 int mLoopDepth; member in slang::__anon3d84aed90111::DestructorVisitor
271 mLoopDepth(0), in DestructorVisitor()
297 if ((mLoopDepth == 0) && (mSwitchDepth == 0)) { in VisitBreakStmt()
310 if (mLoopDepth == 0) { in VisitContinueStmt()
323 mLoopDepth++; in VisitDoStmt()
325 mLoopDepth--; in VisitDoStmt()
330 mLoopDepth++; in VisitForStmt()
332 mLoopDepth--; in VisitForStmt()
360 mLoopDepth++; in VisitWhileStmt()
362 mLoopDepth--; in VisitWhileStmt()