| /external/llvm/lib/CodeGen/ |
| D | LexicalScopes.cpp | 110 MDLocalScope *Scope = DL->getScope(); in findLexicalScope() local 128 LexicalScope *LexicalScopes::getOrCreateLexicalScope(const MDLocalScope *Scope, in getOrCreateLexicalScope() 142 LexicalScopes::getOrCreateRegularScope(const MDLocalScope *Scope) { in getOrCreateRegularScope() 170 LexicalScopes::getOrCreateInlinedScope(const MDLocalScope *Scope, in getOrCreateInlinedScope() 193 LexicalScopes::getOrCreateAbstractScope(const MDLocalScope *Scope) { in getOrCreateAbstractScope() 217 void LexicalScopes::constructScopeNest(LexicalScope *Scope) { in constructScopeNest() 274 LexicalScope *Scope = getOrCreateLexicalScope(DL); in getMachineBasicBlocks() local 296 LexicalScope *Scope = getOrCreateLexicalScope(DL); in dominates() local
|
| /external/google-breakpad/src/processor/ |
| D | cfi_frame_info_unittest.cc | 163 class Scope: public CFIFixture, public Test { }; class 166 TEST_F(Scope, CFALacksCFA) { in TEST_F() argument 176 TEST_F(Scope, CFALacksRA) { in TEST_F() argument 187 TEST_F(Scope, CFASeesCurrentRegs) { in TEST_F() argument 202 TEST_F(Scope, RASeesCFA) { in TEST_F() argument 214 TEST_F(Scope, RALacksRA) { in TEST_F() argument 225 TEST_F(Scope, RASeesCurrentRegs) { in TEST_F() argument 238 TEST_F(Scope, RegistersSeeCFA) { in TEST_F() argument 251 TEST_F(Scope, RegsLackRA) { in TEST_F() argument 262 TEST_F(Scope, RegsSeeRegs) { in TEST_F() argument [all …]
|
| /external/llvm/lib/IR/ |
| D | DebugLoc.cpp | 52 const MDNode *Scope = getInlinedAtScope(); in getFnDebugLoc() local 59 DebugLoc DebugLoc::get(unsigned Line, unsigned Col, const MDNode *Scope, in get() 91 auto *Scope = cast<MDScope>(getScope()); in print() local
|
| D | DebugInfoMetadata.cpp | 42 unsigned Column, Metadata *Scope, in getImpl() 256 unsigned Line, Metadata *Scope, Metadata *BaseType, uint64_t SizeInBits, in getImpl() 271 unsigned Line, Metadata *Scope, Metadata *BaseType, uint64_t SizeInBits, in getImpl() 339 LLVMContext &Context, Metadata *Scope, MDString *Name, in getImpl() 383 MDLexicalBlock *MDLexicalBlock::getImpl(LLVMContext &Context, Metadata *Scope, in getImpl() 394 Metadata *Scope, Metadata *File, in getImpl() 404 MDNamespace *MDNamespace::getImpl(LLVMContext &Context, Metadata *Scope, in getImpl() 435 MDGlobalVariable::getImpl(LLVMContext &Context, Metadata *Scope, MDString *Name, in getImpl() 454 Metadata *Scope, MDString *Name, in getImpl() 545 Metadata *Scope, Metadata *Entity, in getImpl()
|
| D | DebugInfo.cpp | 36 DISubprogram llvm::getDISubprogram(const MDNode *Scope) { in getDISubprogram() 51 const MDNode *Scope = DLoc.getInlinedAtScope(); in getDISubprogram() local 183 void DebugInfoFinder::processScope(DIScope Scope) { in processScope() 297 bool DebugInfoFinder::addScope(DIScope Scope) { in addScope()
|
| D | DIBuilder.cpp | 283 MDDerivedType *DIBuilder::createMemberType(MDScope *Scope, StringRef Name, in createMemberType() 301 MDDerivedType *DIBuilder::createStaticMemberType(MDScope *Scope, StringRef Name, in createStaticMemberType() 409 MDCompositeType* DIBuilder::createUnionType(MDScope * Scope, StringRef Name, in createUnionType() 434 MDScope *Scope, StringRef Name, MDFile *File, unsigned LineNumber, in createEnumerationType() 499 DIBuilder::createForwardDecl(unsigned Tag, StringRef Name, MDScope * Scope, in createForwardDecl() 517 unsigned Tag, StringRef Name, MDScope * Scope, MDFile* F, unsigned Line, in createReplaceableCompositeType() 587 unsigned Tag, MDScope *Scope, StringRef Name, MDFile *File, unsigned LineNo, in createLocalVariable() 702 MDNamespace* DIBuilder::createNameSpace(MDScope * Scope, StringRef Name, in createNameSpace() 708 MDLexicalBlockFile* DIBuilder::createLexicalBlockFile(MDScope * Scope, in createLexicalBlockFile() 714 MDLexicalBlock* DIBuilder::createLexicalBlock(MDScope * Scope, MDFile* File, in createLexicalBlock()
|
| /external/clang/lib/CodeGen/ |
| D | CGCleanup.cpp | 163 EHCleanupScope *Scope = in pushCleanup() local 381 EHCleanupScope &Scope = cast<EHCleanupScope>(*EHStack.begin()); in PopCleanupBlocks() local 421 EHCleanupScope &Scope) { in CreateNormalEntry() 575 EHCleanupScope &Scope = cast<EHCleanupScope>(*EHStack.begin()); in PopCleanupBlock() local 965 EHCleanupScope &Scope = in EmitBranchThroughCleanup() local 975 EHCleanupScope &Scope = cast<EHCleanupScope>(*EHStack.find(I)); in EmitBranchThroughCleanup() local 1051 EHCleanupScope &Scope = cast<EHCleanupScope>(*CGF.EHStack.find(C)); in SetupCleanupBlockActivation() local 1107 EHCleanupScope &Scope = cast<EHCleanupScope>(*EHStack.find(C)); in ActivateCleanupBlock() local 1119 EHCleanupScope &Scope = cast<EHCleanupScope>(*EHStack.find(C)); in DeactivateCleanupBlock() local
|
| D | CGStmtOpenMP.cpp | 520 LexicalScope Scope(*this, S.getSourceRange()); in EmitOMPParallelDirective() local 1084 LexicalScope Scope(*this, S.getSourceRange()); in EmitOMPForDirective() local 1202 LexicalScope Scope(*this, S.getSourceRange()); in EmitOMPSectionsDirective() local 1211 LexicalScope Scope(*this, S.getSourceRange()); in EmitOMPSectionDirective() local 1243 LexicalScope Scope(*this, S.getSourceRange()); in EmitOMPSingleDirective() local 1259 LexicalScope Scope(*this, S.getSourceRange()); in EmitOMPMasterDirective() local 1268 LexicalScope Scope(*this, S.getSourceRange()); in EmitOMPCriticalDirective() local 1281 LexicalScope Scope(*this, S.getSourceRange()); in EmitOMPParallelForDirective() local 1302 LexicalScope Scope(*this, S.getSourceRange()); in EmitOMPParallelSectionsDirective() local 1314 LexicalScope Scope(*this, S.getSourceRange()); in EmitOMPTaskDirective() local [all …]
|
| /external/v8/src/compiler/ |
| D | source-position.h | 50 Scope(SourcePositionTable* source_positions, SourcePosition position) in Scope() function 55 Scope(SourcePositionTable* source_positions, Node* node) in Scope() function
|
| /external/llvm/bindings/go/llvm/ |
| D | DIBuilderBindings.cpp | 56 LLVMMetadataRef Scope, in LLVMDIBuilderCreateLexicalBlock() 67 LLVMMetadataRef Scope, in LLVMDIBuilderCreateLexicalBlockFile() 77 LLVMDIBuilderRef Dref, LLVMMetadataRef Scope, const char *Name, in LLVMDIBuilderCreateFunction() 91 LLVMDIBuilderRef Dref, unsigned Tag, LLVMMetadataRef Scope, in LLVMDIBuilderCreateLocalVariable() 133 LLVMDIBuilderRef Dref, LLVMMetadataRef Scope, const char *Name, in LLVMDIBuilderCreateStructType() 148 LLVMMetadataRef Scope, LLVMMetadataRef File, unsigned Line, in LLVMDIBuilderCreateReplaceableCompositeType() 159 LLVMDIBuilderCreateMemberType(LLVMDIBuilderRef Dref, LLVMMetadataRef Scope, in LLVMDIBuilderCreateMemberType()
|
| /external/llvm/lib/CodeGen/AsmPrinter/ |
| D | DwarfCompileUnit.cpp | 304 LexicalScope *Scope, SmallVectorImpl<std::unique_ptr<DIE>> &FinalChildren) { in constructScopeDIE() 419 DwarfCompileUnit::constructInlinedScopeDIE(LexicalScope *Scope) { in constructInlinedScopeDIE() 449 DwarfCompileUnit::constructLexicalScopeDIE(LexicalScope *Scope) { in constructLexicalScopeDIE() 535 DbgVariable &DV, const LexicalScope &Scope, DIE *&ObjectPointer) { in constructVariableDIE() 543 LexicalScope *Scope, SmallVectorImpl<std::unique_ptr<DIE>> &Children, in createScopeChildrenDIE() 561 void DwarfCompileUnit::constructSubprogramScopeDIE(LexicalScope *Scope) { in constructSubprogramScopeDIE() 588 DIE *DwarfCompileUnit::createAndAddScopeChildren(LexicalScope *Scope, in createAndAddScopeChildren() 602 DwarfCompileUnit::constructAbstractSubprogramScopeDIE(LexicalScope *Scope) { in constructAbstractSubprogramScopeDIE()
|
| D | DwarfDebug.cpp | 316 bool DwarfDebug::isLexicalScopeDIENull(LexicalScope *Scope) { in isLexicalScopeDIENull() 339 void DwarfDebug::constructAbstractSubprogramScopeDIE(LexicalScope *Scope) { in constructAbstractSubprogramScopeDIE() 680 LexicalScope *Scope) { in createAbstractVariable() 703 if (LexicalScope *Scope = in ensureAbstractVariableIsCreatedIfScoped() local 719 LexicalScope *Scope = LScopes.findLexicalScope(VI.Loc); in collectVariableInfoFromMMITable() local 893 LexicalScope *Scope = nullptr; in collectVariableInfo() local 933 if (LexicalScope *Scope = LScopes.findLexicalScope(DV->getScope())) { in collectVariableInfo() local 976 const MDNode *Scope = DL.getScope(); in beginInstruction() local 1255 if (auto *Scope = cast_or_null<MDScope>(S)) { in recordSourceLine() local
|
| D | WinCodeViewLineTables.cpp | 27 auto *Scope = cast<MDScope>(S); in getFullFilepath() local 83 const MDNode *Scope = DL.getScope(); in maybeRecordLocation() local
|
| /external/clang/lib/Basic/ |
| D | Attributes.cpp | 6 int clang::hasAttribute(AttrSyntax Syntax, const IdentifierInfo *Scope, in hasAttribute()
|
| /external/llvm/utils/TableGen/ |
| D | DAGISelMatcherOpt.cpp | 33 if (ScopeMatcher *Scope = dyn_cast<ScopeMatcher>(N)) { in ContractNodes() local 198 if (ScopeMatcher *Scope = dyn_cast<ScopeMatcher>(N)) { in SinkPatternPredicates() local 262 ScopeMatcher *Scope = dyn_cast<ScopeMatcher>(N); in FactorNodes() local
|
| /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/ |
| D | ANTLRHashMap.h | 42 NSInteger Scope; variable
|
| /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/ |
| D | ANTLRHashMap.h | 42 NSInteger Scope; variable
|
| /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/ |
| D | ANTLRHashMap.h | 42 NSInteger Scope; variable
|
| /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
| D | recognizers.rb | 144 class Scope < ::Struct class
|
| /external/v8/test/mjsunit/regress/ |
| D | regress-2073.js | 38 function Scope() { class
|
| /external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
| D | ANTLRHashMap.h | 41 NSInteger Scope; variable
|
| /external/jetty/src/java/org/eclipse/jetty/server/ |
| D | UserIdentity.java | 65 interface Scope interface
|
| /external/clang/include/clang/Sema/ |
| D | MultiplexExternalSemaSource.h | 29 class Scope; variable
|
| /external/clang/lib/Sema/ |
| D | SemaTemplateInstantiateDecl.cpp | 416 LocalInstantiationScope Scope(SemaRef); in VisitTypeAliasTemplateDecl() local 889 LocalInstantiationScope Scope(SemaRef); in VisitClassTemplateDecl() local 1096 LocalInstantiationScope Scope(SemaRef); in VisitVarTemplateDecl() local 1176 LocalInstantiationScope Scope(SemaRef); in VisitFunctionTemplateDecl() local 1338 LocalInstantiationScope Scope(SemaRef, MergeWithParentScope); in VisitFunctionDecl() local 1614 LocalInstantiationScope Scope(SemaRef, MergeWithParentScope); in VisitCXXMethodDecl() local 2087 LocalInstantiationScope Scope(SemaRef); in VisitTemplateTemplateParmDecl() local 2121 LocalInstantiationScope Scope(SemaRef); in VisitTemplateTemplateParmDecl() local 2138 LocalInstantiationScope Scope(SemaRef); in VisitTemplateTemplateParmDecl() local 2146 LocalInstantiationScope Scope(SemaRef); in VisitTemplateTemplateParmDecl() local [all …]
|
| /external/llvm/unittests/IR/ |
| D | MetadataTest.cpp | 967 MDScopeRef Scope = getSubprogramRef(); in TEST_F() local 1028 MDScopeRef Scope = getSubprogramRef(); in TEST_F() local 1047 MDScopeRef Scope = getSubprogramRef(); in TEST_F() local 1164 MDScopeRef Scope = getSubprogramRef(); in TEST_F() local 1190 MDScopeRef Scope = getSubprogramRef(); in TEST_F() local 1422 MDScopeRef Scope = getCompositeType(); in TEST_F() local 1567 MDScopeRef Scope = getCompositeType(); in TEST_F() local 1605 MDLocalScope *Scope = getSubprogram(); in TEST_F() local 1632 MDLocalScope *Scope = getSubprogram(); in TEST_F() local 1658 MDScope *Scope = getFile(); in TEST_F() local [all …]
|