Searched refs:Scope (Results 1 - 10 of 10) sorted by relevance

/frameworks/compile/slang/
H A Dslang_rs_object_ref_count.h47 class Scope { class in class:slang::RSObjectRefCount
53 explicit Scope(clang::CompoundStmt *CS) : mCS(CS) { function in class:slang::RSObjectRefCount::Scope
74 std::stack<Scope*> mScopeStack;
82 inline Scope *getCurrentScope() {
H A Dslang_rs_object_ref_count.cpp1097 void RSObjectRefCount::Scope::ReplaceRSObjectAssignment(
1122 void RSObjectRefCount::Scope::AppendRSObjectInit(
1224 void RSObjectRefCount::Scope::InsertLocalVarDestructors() {
1242 clang::Stmt *RSObjectRefCount::Scope::ClearRSObject(
1462 Scope *S = new Scope(CS);
1525 clang::Stmt *RSClearObjectCall = Scope::ClearRSObject(VD, FD);
/frameworks/compile/slang/BitWriter_2_9/
H A DValueEnumerator.cpp102 MDNode *Scope, *IA; local
103 I->getDebugLoc().getScopeAndInlinedAt(Scope, IA, I->getContext());
104 if (Scope) EnumerateMetadata(Scope);
H A DBitcodeWriter.cpp1377 MDNode *Scope, *IA; local
1378 DL.getScopeAndInlinedAt(Scope, IA, I->getContext());
1382 Vals.push_back(Scope ? VE.getValueID(Scope)+1 : 0);
/frameworks/compile/slang/BitWriter_2_9_func/
H A DValueEnumerator.cpp102 MDNode *Scope, *IA; local
103 I->getDebugLoc().getScopeAndInlinedAt(Scope, IA, I->getContext());
104 if (Scope) EnumerateMetadata(Scope);
H A DBitcodeWriter.cpp1394 MDNode *Scope, *IA; local
1395 DL.getScopeAndInlinedAt(Scope, IA, I->getContext());
1399 Vals.push_back(Scope ? VE.getValueID(Scope)+1 : 0);
/frameworks/compile/slang/BitWriter_3_2/
H A DValueEnumerator.cpp102 MDNode *Scope, *IA; local
103 I->getDebugLoc().getScopeAndInlinedAt(Scope, IA, I->getContext());
104 if (Scope) EnumerateMetadata(Scope);
H A DBitcodeWriter.cpp1451 MDNode *Scope, *IA; local
1452 DL.getScopeAndInlinedAt(Scope, IA, I->getContext());
1456 Vals.push_back(Scope ? VE.getValueID(Scope)+1 : 0);
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp2272 MDNode *Scope = 0, *IA = 0; local
2273 if (ScopeID) Scope = cast<MDNode>(MDValueList.getValueFwdRef(ScopeID-1));
2275 LastLoc = DebugLoc::get(Line, Col, Scope, IA);
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp2530 MDNode *Scope = 0, *IA = 0; local
2531 if (ScopeID) Scope = cast<MDNode>(MDValueList.getValueFwdRef(ScopeID-1));
2533 LastLoc = DebugLoc::get(Line, Col, Scope, IA);

Completed in 1267 milliseconds