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.h106 std::deque<Scope*> mScopeStack; // A deque used as a stack to store scopes, but also variable
117 inline bool emptyScope() const { return mScopeStack.empty(); } in emptyScope()
120 return mScopeStack.back(); in getCurrentScope()
Dslang_rs_object_ref_count.cpp1467 mScopeStack.push_back(&S); in HandleParamsAndLocals()
1476 mScopeStack.pop_back(); in HandleParamsAndLocals()
1639 mScopeStack.push_back(S); in VisitCompoundStmt()
1646 mScopeStack.pop_back(); in VisitCompoundStmt()
1690 for (const Scope* S : mScopeStack) { in VisitReturnStmt()