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
76 std::stack<Scope*> mScopeStack;
84 inline Scope *getCurrentScope() {
H A Dslang_rs_object_ref_count.cpp1115 void RSObjectRefCount::Scope::ReplaceRSObjectAssignment(
1141 void RSObjectRefCount::Scope::AppendRSObjectInit(
1245 void RSObjectRefCount::Scope::InsertLocalVarDestructors() {
1264 clang::Stmt *RSObjectRefCount::Scope::ClearRSObject(
1487 Scope *S = new Scope(CS);
1554 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.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_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.cpp1411 MDNode *Scope, *IA; local
1412 DL.getScopeAndInlinedAt(Scope, IA, I->getContext());
1416 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.cpp1503 MDNode *Scope, *IA; local
1504 DL.getScopeAndInlinedAt(Scope, IA, I->getContext());
1508 Vals.push_back(Scope ? VE.getValueID(Scope)+1 : 0);
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp2218 MDNode *Scope = 0, *IA = 0; local
2219 if (ScopeID) Scope = cast<MDNode>(MDValueList.getValueFwdRef(ScopeID-1));
2221 LastLoc = DebugLoc::get(Line, Col, Scope, IA);
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp2478 MDNode *Scope = 0, *IA = 0; local
2479 if (ScopeID) Scope = cast<MDNode>(MDValueList.getValueFwdRef(ScopeID-1));
2481 LastLoc = DebugLoc::get(Line, Col, Scope, IA);

Completed in 249 milliseconds