Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_object_ref_count.h105 std::deque<Scope*> mScopeStack; // A deque used as a stack to store scopes, but also variable
116 inline bool emptyScope() const { return mScopeStack.empty(); } in emptyScope()
119 return mScopeStack.back(); in getCurrentScope()
Dslang_rs_object_ref_count.cpp1515 mScopeStack.push_back(S); in VisitCompoundStmt()
1522 mScopeStack.pop_back(); in VisitCompoundStmt()
1544 for (const Scope* S : mScopeStack) { in VisitReturnStmt()