Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_object_ref_count.h50 std::list<clang::VarDecl*> mRSO; // Declared RS objects in this scope variable
58 mRSO.push_back(VD); in addRSObject()
Dslang_rs_object_ref_count.cpp1246 for (std::list<clang::VarDecl*>::const_iterator I = mRSO.begin(), in InsertLocalVarDestructors()
1247 E = mRSO.end(); in InsertLocalVarDestructors()
1253 DestructorVisitor DV((*mRSO.begin())->getASTContext(), in InsertLocalVarDestructors()