/external/llvm/lib/IR/ |
D | DebugInfo.cpp | 115 processScope(DIG->getScope()); in processModule() 132 processScope(NS->getScope()); in processModule() 134 processScope(M->getScope()); in processModule() 144 processScope(Loc->getScope()); in processLocation() 151 processScope(DT->getScope().resolve(TypeIdentifierMap)); in processType() 190 processScope(LB->getScope()); in processScope() 192 processScope(NS->getScope()); in processScope() 194 processScope(M->getScope()); in processScope() 201 processScope(SP->getScope().resolve(TypeIdentifierMap)); in processSubprogram() 225 processScope(DV->getScope()); in processDeclare() [all …]
|
D | DebugLoc.cpp | 36 MDNode *DebugLoc::getScope() const { in getScope() function in DebugLoc 38 return get()->getScope(); in getScope() 91 auto *Scope = cast<DIScope>(getScope()); in print()
|
D | DebugInfoMetadata.cpp | 128 DIScopeRef DIScope::getScope() const { in getScope() function in DIScope 130 return T->getScope(); in getScope() 133 return SP->getScope(); in getScope() 136 return DIScopeRef(LB->getScope()); in getScope() 139 return DIScopeRef(NS->getScope()); in getScope() 142 return DIScopeRef(M->getScope()); in getScope() 336 return Block->getScope()->getSubprogram(); in getSubprogram()
|
D | DIBuilder.cpp | 780 assert(DL->getScope()->getSubprogram() == in insertDeclare() 781 VarInfo->getScope()->getSubprogram() && in insertDeclare() 799 assert(DL->getScope()->getSubprogram() == in insertDeclare() 800 VarInfo->getScope()->getSubprogram() && in insertDeclare() 826 assert(DL->getScope()->getSubprogram() == in insertDbgValueIntrinsic() 827 VarInfo->getScope()->getSubprogram() && in insertDbgValueIntrinsic() 849 assert(DL->getScope()->getSubprogram() == in insertDbgValueIntrinsic() 850 VarInfo->getScope()->getSubprogram() && in insertDbgValueIntrinsic()
|
/external/llvm/lib/CodeGen/ |
D | LexicalScopes.cpp | 110 DILocalScope *Scope = DL->getScope(); in findLexicalScope() 117 Scope = File->getScope(); in findLexicalScope() 144 Scope = File->getScope(); in getOrCreateRegularScope() 153 Parent = getOrCreateLexicalScope(Block->getScope()); in getOrCreateRegularScope() 179 Parent = getOrCreateInlinedScope(Block->getScope(), InlinedAt); in getOrCreateInlinedScope() 197 Scope = File->getScope(); in getOrCreateAbstractScope() 205 Parent = getOrCreateAbstractScope(Block->getScope()); in getOrCreateAbstractScope()
|
/external/llvm/tools/opt/ |
D | BreakpointPrinter.cpp | 35 getContextName(NS->getScope(), N); in getContextName() 40 getContextName(TY->getScope().resolve(TypeIdentifierMap), N); in getContextName() 59 getContextName(SP->getScope().resolve(TypeIdentifierMap), Name); in runOnModule()
|
/external/guice/core/src/com/google/inject/internal/ |
D | ScopeBindingProcessor.java | 39 Scope scope = checkNotNull(command.getScope(), "scope"); in visit() 54 if (!scope.equals(existing.getScope())) { in visit()
|
/external/llvm/include/llvm/IR/ |
D | DebugInfoMetadata.h | 421 DIScopeRef getScope() const; 546 DIScopeRef getScope() const { return DIScopeRef(getRawScope()); } 691 getScope(), getBaseType(), getSizeInBits(), 793 getScope(), getBaseType(), getSizeInBits(), 1153 DILocalScope *getScope() const { return cast<DILocalScope>(getRawScope()); } 1158 DIFile *getFile() const { return getScope()->getFile(); } 1159 StringRef getFilename() const { return getScope()->getFilename(); } 1160 StringRef getDirectory() const { return getScope()->getDirectory(); } 1169 return getScope(); 1271 getContext(), getScope(), getName(), getLinkageName(), getFile(), [all …]
|
D | DebugLoc.h | 95 MDNode *getScope() const;
|
/external/llvm/unittests/Transforms/Utils/ |
D | Cloning.cpp | 356 auto *OldSubprogram = cast<DISubprogram>(OldDL.getScope()); in TEST_F() 357 auto *NewSubprogram = cast<DISubprogram>(NewDL.getScope()); in TEST_F() 394 cast<DISubprogram>(OldIntrin->getVariable()->getScope())); in TEST_F() 397 cast<DISubprogram>(NewIntrin->getVariable()->getScope())); in TEST_F() 404 cast<DISubprogram>(OldIntrin->getVariable()->getScope())); in TEST_F() 407 cast<DISubprogram>(NewIntrin->getVariable()->getScope())); in TEST_F()
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/ |
D | ANTLRHashMap.h | 51 @property (getter=getScope, setter=setScope:) NSInteger Scope; 85 - (NSInteger)getScope;
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/ |
D | ANTLRHashMap.h | 51 @property (getter=getScope, setter=setScope:) NSInteger Scope; 85 - (NSInteger)getScope;
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/ |
D | ANTLRHashMap.h | 51 @property (getter=getScope, setter=setScope:) NSInteger Scope; 85 - (NSInteger)getScope;
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
D | ANTLRHashMap.h | 82 - (NSInteger)getScope; 101 @property (getter=getScope, setter=setScope:) NSInteger Scope;
|
/external/llvm/lib/Transforms/Utils/ |
D | AddDiscriminators.cpp | 199 auto *Scope = DIL->getScope(); in runOnFunction() 230 auto *Scope = FirstDIL->getScope(); in runOnFunction()
|
/external/apache-harmony/security/src/test/api/java.injected/java/security/ |
D | IdentityTest.java | 106 assertSame(s, i.getScope()); in testIdentityStringIdentityScope() 249 assertNull(i.getScope()); in testGetScope() 253 assertSame(s, i2.getScope()); in testGetScope()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfCompileUnit.cpp | 111 auto *GVContext = GV->getScope(); in getOrCreateGlobalVariableDIE() 122 DeclContext = resolve(SDMDecl->getScope()); in getOrCreateGlobalVariableDIE() 129 DeclContext = GV->getScope(); in getOrCreateGlobalVariableDIE() 627 ContextDIE = getOrCreateContextDIE(resolve(SP->getScope())); in constructAbstractSubprogramScopeDIE() 659 addSourceLine(*IMDie, Module->getLine(), Module->getScope()->getFilename(), in constructImportedEntityDIE() 660 Module->getScope()->getDirectory()); in constructImportedEntityDIE() 817 auto *Context = resolve(SPDecl ? SPDecl->getScope() : SP->getScope()); in applySubprogramAttributesToDefinition()
|
D | DwarfUnit.cpp | 338 addSourceLine(Die, V->getLine(), V->getScope()->getFilename(), in addSourceLine() 339 V->getScope()->getDirectory()); in addSourceLine() 702 auto *Context = resolve(Ty->getScope()); in createTypeDIE() 732 auto *Context = resolve(Ty->getScope()); in getOrCreateTypeDIE() 799 if (Context->getScope()) in getParentContextString() 800 Context = resolve(Context->getScope()); in getParentContextString() 1074 DIE *ContextDIE = getOrCreateContextDIE(NS->getScope()); in getOrCreateNameSpace() 1086 addGlobalName(Name, NDie, NS->getScope()); in getOrCreateNameSpace() 1094 DIE *ContextDIE = getOrCreateContextDIE(M->getScope()); in getOrCreateModule() 1102 addGlobalName(M->getName(), MDie, M->getScope()); in getOrCreateModule() [all …]
|
/external/skia/src/animator/ |
D | SkDrawExtraPathEffect.cpp | 115 drawPath = (SkDrawPath*) apply->getScope(); in next() 128 matrix = (SkDrawMatrix*) apply->getScope(); in next() 271 drawPath = (SkDrawPath*) apply->getScope(); in addPath() 283 matrix = (SkDrawMatrix*) apply->getScope(); in addPath()
|
D | SkDrawGroup.cpp | 261 SkASSERT(apply->getScope()); in reset() 262 *ptr = apply->getScope(); in reset()
|
D | SkDisplayApply.h | 55 SkADrawable* getScope() { return scope; } in getScope() function
|
/external/guice/core/src/com/google/inject/spi/ |
D | ScopeBinding.java | 56 public Scope getScope() { in getScope() method in ScopeBinding
|
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/ |
D | IdentityScopeTest.java | 78 assertEquals(scope.getName(), is.getScope().getName()); in testIdentityScopeStringIdentityScope()
|
D | SignerTest.java | 92 assertSame(IdentityScope.getSystemScope(), s.getScope()); in testSignerStringIdentityScope()
|
/external/smali/smalidea/src/main/java/org/jf/smalidea/findUsages/ |
D | SmaliClassReferenceSearcher.java | 84 for (final PsiElement scopeElement : ((LocalSearchScope)querySearchScope).getScope()) { in processQuery()
|