Home
last modified time | relevance | path

Searched refs:Scope (Results 1 – 11 of 11) sorted by relevance

/frameworks/compile/slang/
Dslang_rs_object_ref_count.h47 class Scope {
53 explicit Scope(clang::CompoundStmt *CS) : mCS(CS) { in Scope() function
76 std::stack<Scope*> mScopeStack;
84 inline Scope *getCurrentScope() { in getCurrentScope()
Dslang_rs_object_ref_count.cpp1116 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/
DValueEnumerator.cpp102 MDNode *Scope, *IA; in ValueEnumerator() local
103 I->getDebugLoc().getScopeAndInlinedAt(Scope, IA, I->getContext()); in ValueEnumerator()
104 if (Scope) EnumerateMetadata(Scope); in ValueEnumerator()
DBitcodeWriter.cpp1407 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/
DValueEnumerator.cpp102 MDNode *Scope, *IA; in ValueEnumerator() local
103 I->getDebugLoc().getScopeAndInlinedAt(Scope, IA, I->getContext()); in ValueEnumerator()
104 if (Scope) EnumerateMetadata(Scope); in ValueEnumerator()
DBitcodeWriter.cpp1503 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/
DValueEnumerator.cpp102 MDNode *Scope, *IA; in ValueEnumerator() local
103 I->getDebugLoc().getScopeAndInlinedAt(Scope, IA, I->getContext()); in ValueEnumerator()
104 if (Scope) EnumerateMetadata(Scope); in ValueEnumerator()
DBitcodeWriter.cpp1390 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/
DBitcodeReader.cpp2218 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/
DBitcodeReader.cpp2478 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/
Dpreloaded-classes2867 org.json.JSONStringer$Scope