Searched refs:Scope (Results 1 – 11 of 11) sorted by relevance
/frameworks/compile/slang/ |
D | slang_rs_object_ref_count.h | 47 class Scope { 53 explicit Scope(clang::CompoundStmt *CS) : mCS(CS) { in Scope() function 76 std::stack<Scope*> mScopeStack; 84 inline Scope *getCurrentScope() { in getCurrentScope()
|
D | slang_rs_object_ref_count.cpp | 1116 void RSObjectRefCount::Scope::ReplaceRSObjectAssignment( in ReplaceRSObjectAssignment() 1142 void RSObjectRefCount::Scope::AppendRSObjectInit( in AppendRSObjectInit() 1246 void RSObjectRefCount::Scope::InsertLocalVarDestructors() { in InsertLocalVarDestructors() 1265 clang::Stmt *RSObjectRefCount::Scope::ClearRSObject( in ClearRSObject() 1488 Scope *S = new Scope(CS); in VisitCompoundStmt() 1554 clang::Stmt *RSClearObjectCall = Scope::ClearRSObject(VD, FD); in CreateStaticGlobalDtor()
|
/frameworks/compile/slang/BitWriter_2_9_func/ |
D | ValueEnumerator.cpp | 102 MDNode *Scope, *IA; in ValueEnumerator() local 103 I->getDebugLoc().getScopeAndInlinedAt(Scope, IA, I->getContext()); in ValueEnumerator() 104 if (Scope) EnumerateMetadata(Scope); in ValueEnumerator()
|
D | BitcodeWriter.cpp | 1407 MDNode *Scope, *IA; in WriteFunction() local 1408 DL.getScopeAndInlinedAt(Scope, IA, I->getContext()); in WriteFunction() 1412 Vals.push_back(Scope ? VE.getValueID(Scope)+1 : 0); in WriteFunction()
|
/frameworks/compile/slang/BitWriter_3_2/ |
D | ValueEnumerator.cpp | 102 MDNode *Scope, *IA; in ValueEnumerator() local 103 I->getDebugLoc().getScopeAndInlinedAt(Scope, IA, I->getContext()); in ValueEnumerator() 104 if (Scope) EnumerateMetadata(Scope); in ValueEnumerator()
|
D | BitcodeWriter.cpp | 1503 MDNode *Scope, *IA; in WriteFunction() local 1504 DL.getScopeAndInlinedAt(Scope, IA, I->getContext()); in WriteFunction() 1508 Vals.push_back(Scope ? VE.getValueID(Scope)+1 : 0); in WriteFunction()
|
/frameworks/compile/slang/BitWriter_2_9/ |
D | ValueEnumerator.cpp | 102 MDNode *Scope, *IA; in ValueEnumerator() local 103 I->getDebugLoc().getScopeAndInlinedAt(Scope, IA, I->getContext()); in ValueEnumerator() 104 if (Scope) EnumerateMetadata(Scope); in ValueEnumerator()
|
D | BitcodeWriter.cpp | 1390 MDNode *Scope, *IA; in WriteFunction() local 1391 DL.getScopeAndInlinedAt(Scope, IA, I->getContext()); in WriteFunction() 1395 Vals.push_back(Scope ? VE.getValueID(Scope)+1 : 0); in WriteFunction()
|
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/ |
D | BitcodeReader.cpp | 2218 MDNode *Scope = 0, *IA = 0; in ParseFunctionBody() local 2219 if (ScopeID) Scope = cast<MDNode>(MDValueList.getValueFwdRef(ScopeID-1)); in ParseFunctionBody() 2221 LastLoc = DebugLoc::get(Line, Col, Scope, IA); in ParseFunctionBody()
|
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/ |
D | BitcodeReader.cpp | 2478 MDNode *Scope = 0, *IA = 0; in ParseFunctionBody() local 2479 if (ScopeID) Scope = cast<MDNode>(MDValueList.getValueFwdRef(ScopeID-1)); in ParseFunctionBody() 2481 LastLoc = DebugLoc::get(Line, Col, Scope, IA); in ParseFunctionBody()
|
/frameworks/base/ |
D | preloaded-classes | 2867 org.json.JSONStringer$Scope
|