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.cpp183 int mLoopDepth; member in slang::__anond904e6180111::DestructorVisitor
197 DestructorVisitor() : mLoopDepth(0), mSwitchDepth(0) {} in DestructorVisitor()
223 if ((mLoopDepth == 0) && (mSwitchDepth == 0)) { in VisitBreakStmt()
230 if (mLoopDepth == 0) { in VisitContinueStmt()
237 mLoopDepth++; in VisitDoStmt()
239 mLoopDepth--; in VisitDoStmt()
243 mLoopDepth++; in VisitForStmt()
245 mLoopDepth--; in VisitForStmt()
259 mLoopDepth++; in VisitWhileStmt()
261 mLoopDepth--; in VisitWhileStmt()