Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_object_ref_count.cpp189 int mSwitchDepth; member in slang::__anond904e6180111::DestructorVisitor
197 DestructorVisitor() : mLoopDepth(0), mSwitchDepth(0) {} in DestructorVisitor()
223 if ((mLoopDepth == 0) && (mSwitchDepth == 0)) { in VisitBreakStmt()
253 mSwitchDepth++; in VisitSwitchStmt()
255 mSwitchDepth--; in VisitSwitchStmt()