Searched refs:Scope (Results 1 – 12 of 12) 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 74 std::stack<Scope*> mScopeStack; 82 inline Scope *getCurrentScope() { in getCurrentScope()
|
D | slang_rs_object_ref_count.cpp | 1097 void RSObjectRefCount::Scope::ReplaceRSObjectAssignment( in ReplaceRSObjectAssignment() 1122 void RSObjectRefCount::Scope::AppendRSObjectInit( in AppendRSObjectInit() 1224 void RSObjectRefCount::Scope::InsertLocalVarDestructors() { in InsertLocalVarDestructors() 1242 clang::Stmt *RSObjectRefCount::Scope::ClearRSObject( in ClearRSObject() 1462 Scope *S = new Scope(CS); in VisitCompoundStmt() 1525 clang::Stmt *RSClearObjectCall = Scope::ClearRSObject(VD, FD); in CreateStaticGlobalDtor()
|
/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 | 1377 MDNode *Scope, *IA; in WriteFunction() local 1378 DL.getScopeAndInlinedAt(Scope, IA, I->getContext()); in WriteFunction() 1382 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 | 1451 MDNode *Scope, *IA; in WriteFunction() local 1452 DL.getScopeAndInlinedAt(Scope, IA, I->getContext()); in WriteFunction() 1456 Vals.push_back(Scope ? VE.getValueID(Scope)+1 : 0); in WriteFunction()
|
/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 | 1394 MDNode *Scope, *IA; in WriteFunction() local 1395 DL.getScopeAndInlinedAt(Scope, IA, I->getContext()); in WriteFunction() 1399 Vals.push_back(Scope ? VE.getValueID(Scope)+1 : 0); in WriteFunction()
|
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/ |
D | BitcodeReader.cpp | 2272 MDNode *Scope = 0, *IA = 0; in ParseFunctionBody() local 2273 if (ScopeID) Scope = cast<MDNode>(MDValueList.getValueFwdRef(ScopeID-1)); in ParseFunctionBody() 2275 LastLoc = DebugLoc::get(Line, Col, Scope, IA); in ParseFunctionBody()
|
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/ |
D | BitcodeReader.cpp | 2530 MDNode *Scope = 0, *IA = 0; in ParseFunctionBody() local 2531 if (ScopeID) Scope = cast<MDNode>(MDValueList.getValueFwdRef(ScopeID-1)); in ParseFunctionBody() 2533 LastLoc = DebugLoc::get(Line, Col, Scope, IA); in ParseFunctionBody()
|
/frameworks/base/docs/html/google/auth/ |
D | api-client.jd | 104 …roid/gms/common/api/GoogleApiClient.Builder.html#addScope(com.google.android.gms.common.api.Scope)"
|
/frameworks/base/ |
D | preloaded-classes | 143 [Lorg.json.JSONStringer$Scope; 2991 org.json.JSONStringer$Scope
|