/external/annotation-tools/annotation-file-utilities/src/annotator/find/ |
D | FieldCriterion.java | 9 public final boolean isDeclaration; field in FieldCriterion 17 public FieldCriterion(String varName, boolean isDeclaration) { in FieldCriterion() argument 19 this.isDeclaration = isDeclaration; in FieldCriterion() 34 if (path == null || (isDeclaration in isSatisfiedBy()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/ |
D | Internalize.cpp | 116 if (MainFunc == 0 || MainFunc->isDeclaration()) in runOnModule() 128 if (!I->isDeclaration() && // Function must be defined here in runOnModule() 159 if (!I->isDeclaration() && !I->hasLocalLinkage() && in runOnModule() 172 if (!I->isDeclaration() && !I->hasInternalLinkage() && in runOnModule()
|
D | StripDeadPrototypes.cpp | 51 if (F->isDeclaration() && F->use_empty()) { in runOnModule() 63 if (GV->isDeclaration() && GV->use_empty()) in runOnModule()
|
D | ExtractGV.cpp | 54 if (deleteStuff == (bool)Named.count(I) && !I->isDeclaration()) { in runOnModule() 70 if (deleteStuff == (bool)Named.count(I) && !I->isDeclaration()) { in runOnModule()
|
D | GlobalDCE.cpp | 69 !I->isDeclaration() && !I->hasAvailableExternallyLinkage()) in runOnModule() 79 !I->isDeclaration() && !I->hasAvailableExternallyLinkage()) in runOnModule() 109 if (!I->isDeclaration()) in runOnModule()
|
D | Inliner.cpp | 202 if (Caller && !Caller->isDeclaration() && in getInlineThreshold() 209 if (HintThreshold > thres && Callee && !Callee->isDeclaration() && in getInlineThreshold() 368 if (CS.getCalledFunction() && CS.getCalledFunction()->isDeclaration()) in runOnSCC() 422 if (Callee == 0 || Callee->isDeclaration()) continue; in runOnSCC()
|
D | FunctionAttrs.cpp | 111 if (F->isDeclaration() || F->mayBeOverridden()) { in AddReadAttrs() 243 if (F->isDeclaration() || F->mayBeOverridden()) in AddNoCaptureAttrs() 347 if (F->isDeclaration() || F->mayBeOverridden()) in AddNoAliasAttrs()
|
/external/swiftshader/third_party/LLVM/lib/Linker/ |
D | LinkArchives.cpp | 45 if (Main == 0 || Main->isDeclaration()) in GetAllUndefinedSymbols() 50 if (I->isDeclaration()) in GetAllUndefinedSymbols() 62 if (I->isDeclaration()) in GetAllUndefinedSymbols()
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | ProfileInfoLoaderPass.cpp | 162 if (F->isDeclaration()) continue; in runOnModule() 183 if (F->isDeclaration()) continue; in runOnModule() 232 if (F->isDeclaration()) continue; in runOnModule() 252 if (F->isDeclaration()) continue; in runOnModule()
|
D | MemoryBuiltins.cpp | 38 if (Callee == 0 || !Callee->isDeclaration()) in isMallocCall() 193 if (Callee == 0 || !Callee->isDeclaration()) in isFreeCall()
|
/external/llvm/lib/Transforms/IPO/ |
D | StripDeadPrototypes.cpp | 36 if (F->isDeclaration() && F->use_empty()) { in stripDeadPrototypes() 48 if (GV->isDeclaration() && GV->use_empty()) in stripDeadPrototypes()
|
D | ExtractGV.cpp | 89 deleteStuff == (bool)Named.count(&*I) && !I->isDeclaration(); in runOnModule() 109 deleteStuff == (bool)Named.count(&F) && !F.isDeclaration(); in runOnModule()
|
/external/llvm/lib/Transforms/Utils/ |
D | NameAnonFunctions.cpp | 39 if (F.isDeclaration() || F.hasLocalLinkage() || !F.hasName()) in get() 45 if (GV.isDeclaration() || GV.hasLocalLinkage() || !GV.hasName()) in get()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Instrumentation/ |
D | EdgeProfiling.cpp | 65 if (F->isDeclaration()) continue; in runOnModule() 86 if (F->isDeclaration()) continue; in runOnModule()
|
/external/llvm/lib/Linker/ |
D | LinkModules.cpp | 298 LinkFromSrc = !Src.isDeclaration() && Dest.isDeclaration(); in shouldLinkFromSource() 356 if (shouldLinkOnlyNeeded() && !(DGV && DGV->isDeclaration())) in linkIfNeeded() 363 if (DGVar->isDeclaration() && SGVar->isDeclaration() && in linkIfNeeded() 401 if (GV.isDeclaration()) in linkIfNeeded()
|
/external/llvm/lib/Target/Lanai/ |
D | LanaiTargetObjectFile.cpp | 56 if (GV->isDeclaration() || GV->hasAvailableExternallyLinkage()) in isGlobalInSmallSection() 84 if (((GV->hasExternalLinkage() && GV->isDeclaration()) || in isGlobalInSmallSectionImpl()
|
/external/llvm/lib/Target/Mips/ |
D | MipsTargetObjectFile.cpp | 69 if (GV->isDeclaration() || GV->hasAvailableExternallyLinkage()) in IsGlobalInSmallSection() 107 if (!ExternSData && ((GV->hasExternalLinkage() && GV->isDeclaration()) || in IsGlobalInSmallSectionImpl()
|
/external/llvm/include/llvm/ExecutionEngine/Orc/ |
D | CompileOnDemandLayer.h | 262 if (F.isDeclaration()) in addLogicalModule() 304 if (!GV.isDeclaration() && !VMap.count(&GV)) in addLogicalModule() 320 if (F->isDeclaration()) in addLogicalModule() 346 if (!GV.isDeclaration()) in addLogicalModule() 393 if (F.isDeclaration()) in extractAndCompile()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/ |
D | BasicInliner.cpp | 87 && !CS.getCalledFunction()->isDeclaration()) in inlineFunctions() 104 if (Callee->isDeclaration() || in inlineFunctions()
|
/external/llvm/lib/ExecutionEngine/MCJIT/ |
D | MCJIT.cpp | 301 if (F && !F->isDeclaration()) in findModuleForSymbol() 305 if (G && !G->isDeclaration()) in findModuleForSymbol() 400 if (F->isDeclaration() || F->hasAvailableExternallyLinkage()) { in getPointerToFunction() 450 if (F && !F->isDeclaration()) in FindFunctionNamedInModulePtrSet() 462 if (GV && !GV->isDeclaration()) in FindGlobalVariableNamedInModulePtrSet()
|
/external/llvm/tools/bugpoint/ |
D | ExtractFunction.cpp | 71 if (F->isDeclaration()) in globalInitUsesExternalBA() 223 assert(F->isDeclaration() && "This didn't make the function external!"); in DeleteFunctionBody() 254 if (!GV || GV->isDeclaration() || GV->hasLocalLinkage() || in SplitStaticCtorDtor() 276 if (!F->isDeclaration()) in SplitStaticCtorDtor()
|
/external/llvm/include/llvm/IR/ |
D | GlobalValue.h | 368 return !isDeclaration() && isDefinitionExact(); in hasExactDefinition() 472 bool isDeclaration() const; 478 return isDeclaration(); in isDeclarationForLinker()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | GlobalValue.h | 385 return !isDeclaration() && isDefinitionExact(); in hasExactDefinition() 487 bool isDeclaration() const; 493 return isDeclaration(); in isDeclarationForLinker()
|
/external/deqp/modules/gles31/functional/ |
D | es31fProgramInterfaceDefinitionUtil.hpp | 55 bool isDeclaration (void) const { return m_type == TYPE_DECLARATION; } in isDeclaration() function in deqp::gles31::Functional::ProgramInterfaceDefinition::VariablePathComponent 59 …const glu::VariableDeclaration* getDeclaration (void) const { DE_ASSERT(isDeclaration()); return… in getDeclaration()
|
/external/swiftshader/third_party/LLVM/tools/lto/ |
D | LTOModule.cpp | 660 static bool isDeclaration(const GlobalValue &V) { in isDeclaration() function 665 return V.isDeclaration(); in isDeclaration() 669 return isDeclaration(*V.getAliasedGlobal()); in isAliasToDeclaration() 679 if (isDeclaration(*f)) in ParseSymbols() 688 if (isDeclaration(*v)) in ParseSymbols()
|