| /external/llvm/lib/CodeGen/ |
| D | LexicalScopes.cpp | 110 DILocalScope *Scope = DL->getScope(); in findLexicalScope() local 128 LexicalScope *LexicalScopes::getOrCreateLexicalScope(const DILocalScope *Scope, in getOrCreateLexicalScope() 142 LexicalScopes::getOrCreateRegularScope(const DILocalScope *Scope) { in getOrCreateRegularScope() 170 LexicalScopes::getOrCreateInlinedScope(const DILocalScope *Scope, in getOrCreateInlinedScope() 193 LexicalScopes::getOrCreateAbstractScope(const DILocalScope *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/dagger2/compiler/src/main/java/dagger/internal/codegen/ |
| D | Scope.java | 36 final class Scope { class 49 private Scope(@Nullable AnnotationMirror annotationMirror) { in Scope() method in Scope 53 private Scope() { in Scope() method in Scope
|
| /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<DIScope>(getScope()); in print() local
|
| D | DebugInfoMetadata.cpp | 42 unsigned Column, Metadata *Scope, in getImpl() 260 unsigned Line, Metadata *Scope, Metadata *BaseType, uint64_t SizeInBits, in getImpl() 275 unsigned Line, Metadata *Scope, Metadata *BaseType, uint64_t SizeInBits, in getImpl() 341 LLVMContext &Context, Metadata *Scope, MDString *Name, in getImpl() 374 DILexicalBlock *DILexicalBlock::getImpl(LLVMContext &Context, Metadata *Scope, in getImpl() 388 Metadata *Scope, Metadata *File, in getImpl() 398 DINamespace *DINamespace::getImpl(LLVMContext &Context, Metadata *Scope, in getImpl() 407 DIModule *DIModule::getImpl(LLVMContext &Context, Metadata *Scope, in getImpl() 441 DIGlobalVariable::getImpl(LLVMContext &Context, Metadata *Scope, MDString *Name, in getImpl() 459 DILocalVariable *DILocalVariable::getImpl(LLVMContext &Context, Metadata *Scope, in getImpl() [all …]
|
| D | DebugInfo.cpp | 36 DISubprogram *llvm::getDISubprogram(const MDNode *Scope) { in getDISubprogram() 51 const MDNode *Scope = DLoc.getInlinedAtScope(); in getDISubprogram() local 172 void DebugInfoFinder::processScope(DIScope *Scope) { in processScope() 288 bool DebugInfoFinder::addScope(DIScope *Scope) { in addScope()
|
| D | DIBuilder.cpp | 292 DIDerivedType *DIBuilder::createMemberType(DIScope *Scope, StringRef Name, in createMemberType() 310 DIDerivedType *DIBuilder::createStaticMemberType(DIScope *Scope, StringRef Name, in createStaticMemberType() 420 DIScope *Scope, StringRef Name, DIFile *File, unsigned LineNumber, in createUnionType() 452 DIScope *Scope, StringRef Name, DIFile *File, unsigned LineNumber, in createEnumerationType() 518 DIBuilder::createForwardDecl(unsigned Tag, StringRef Name, DIScope *Scope, in createForwardDecl() 536 unsigned Tag, StringRef Name, DIScope *Scope, DIFile *F, unsigned Line, in createReplaceableCompositeType() 609 DIScope *Scope, StringRef Name, unsigned ArgNo, DIFile *File, in createLocalVariable() 631 DILocalVariable *DIBuilder::createAutoVariable(DIScope *Scope, StringRef Name, in createAutoVariable() 641 DIScope *Scope, StringRef Name, unsigned ArgNo, DIFile *File, in createParameterVariable() 737 DINamespace *DIBuilder::createNameSpace(DIScope *Scope, StringRef Name, in createNameSpace() [all …]
|
| /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/v8/src/compiler/ |
| D | source-position.h | 45 Scope(SourcePositionTable* source_positions, SourcePosition position) in Scope() function 50 Scope(SourcePositionTable* source_positions, Node* node) in Scope() function
|
| /external/llvm/bindings/go/llvm/ |
| D | DIBuilderBindings.cpp | 54 LLVMMetadataRef Scope, in LLVMDIBuilderCreateLexicalBlock() 65 LLVMMetadataRef Scope, in LLVMDIBuilderCreateLexicalBlockFile() 74 LLVMDIBuilderRef Dref, LLVMMetadataRef Scope, const char *Name, in LLVMDIBuilderCreateFunction() 87 LLVMDIBuilderCreateAutoVariable(LLVMDIBuilderRef Dref, LLVMMetadataRef Scope, in LLVMDIBuilderCreateAutoVariable() 98 LLVMDIBuilderRef Dref, LLVMMetadataRef Scope, const char *Name, in LLVMDIBuilderCreateParameterVariable() 135 LLVMDIBuilderRef Dref, LLVMMetadataRef Scope, const char *Name, in LLVMDIBuilderCreateStructType() 149 LLVMMetadataRef Scope, LLVMMetadataRef File, unsigned Line, in LLVMDIBuilderCreateReplaceableCompositeType() 159 LLVMDIBuilderCreateMemberType(LLVMDIBuilderRef Dref, LLVMMetadataRef Scope, in LLVMDIBuilderCreateMemberType()
|
| /external/jsr330/src/javax/inject/ |
| D | Scope.java | 79 public @interface Scope {} annotation
|
| /external/llvm/lib/CodeGen/AsmPrinter/ |
| D | DwarfCompileUnit.cpp | 309 LexicalScope *Scope, SmallVectorImpl<DIE *> &FinalChildren) { in constructScopeDIE() 424 DIE *DwarfCompileUnit::constructInlinedScopeDIE(LexicalScope *Scope) { in constructInlinedScopeDIE() 456 DIE *DwarfCompileUnit::constructLexicalScopeDIE(LexicalScope *Scope) { in constructLexicalScopeDIE() 539 const LexicalScope &Scope, in constructVariableDIE() 547 DIE *DwarfCompileUnit::createScopeChildrenDIE(LexicalScope *Scope, in createScopeChildrenDIE() 566 void DwarfCompileUnit::constructSubprogramScopeDIE(LexicalScope *Scope) { in constructSubprogramScopeDIE() 594 DIE *DwarfCompileUnit::createAndAddScopeChildren(LexicalScope *Scope, in createAndAddScopeChildren() 608 LexicalScope *Scope) { in constructAbstractSubprogramScopeDIE()
|
| /external/clang/lib/CodeGen/ |
| D | CGCleanup.cpp | 177 EHCleanupScope *Scope = in pushCleanup() local 408 EHCleanupScope &Scope = cast<EHCleanupScope>(*EHStack.begin()); in PopCleanupBlocks() local 448 EHCleanupScope &Scope) { in CreateNormalEntry() 589 EHCleanupScope &Scope = cast<EHCleanupScope>(*EHStack.begin()); in PopCleanupBlock() local 1012 EHCleanupScope &Scope = in EmitBranchThroughCleanup() local 1022 EHCleanupScope &Scope = cast<EHCleanupScope>(*EHStack.find(I)); in EmitBranchThroughCleanup() local 1098 EHCleanupScope &Scope = cast<EHCleanupScope>(*CGF.EHStack.find(C)); in SetupCleanupBlockActivation() local 1155 EHCleanupScope &Scope = cast<EHCleanupScope>(*EHStack.find(C)); in ActivateCleanupBlock() local 1167 EHCleanupScope &Scope = cast<EHCleanupScope>(*EHStack.find(C)); in DeactivateCleanupBlock() local
|
| /external/llvm/lib/Transforms/Utils/ |
| D | AddDiscriminators.cpp | 199 auto *Scope = DIL->getScope(); in runOnFunction() local 230 auto *Scope = FirstDIL->getScope(); in runOnFunction() local
|
| /external/guice/core/src/com/google/inject/ |
| D | Scope.java | 32 public interface Scope { interface
|
| /external/testng/src/test/java/test/sample/ |
| D | Scope.java | 10 public class Scope { class
|
| /external/clang/lib/Basic/ |
| D | Attributes.cpp | 6 int clang::hasAttribute(AttrSyntax Syntax, const IdentifierInfo *Scope, in hasAttribute()
|
| /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/ |
| D | ANTLRHashMap.h | 42 NSInteger Scope; variable
|
| /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/Ruby/lib/antlr3/ |
| D | recognizers.rb | 144 class Scope < ::Struct class
|
| /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/Framework/ |
| D | ANTLRHashMap.h | 41 NSInteger Scope; variable
|
| /external/v8/test/mjsunit/regress/ |
| D | regress-2073.js | 38 function Scope() { class
|
| /external/clang/include/clang/Sema/ |
| D | MultiplexExternalSemaSource.h | 29 class Scope; variable
|
| /external/jetty/src/java/org/eclipse/jetty/server/ |
| D | UserIdentity.java | 65 interface Scope interface
|