Home
last modified time | relevance | path

Searched refs:isDeclaration (Results 1 – 25 of 155) sorted by relevance

1234567

/third_party/typescript_eslint/packages/eslint-plugin/src/rules/
Dno-namespace.ts53 function isDeclaration(node: TSESTree.TSModuleDeclaration): boolean { function
57 isDeclaration(node.parent!.parent))
69 (allowDeclarations && isDeclaration(node))
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DStripDeadPrototypes.cpp36 if (F->isDeclaration() && F->use_empty()) { in stripDeadPrototypes()
48 if (GV->isDeclaration() && GV->use_empty()) in stripDeadPrototypes()
DSyntheticCountsPropagation.cpp77 if (F.isDeclaration()) in initializeCounts()
133 if (!F || F->isDeclaration()) in run()
DExtractGV.cpp86 deleteStuff == (bool)Named.count(&*I) && !I->isDeclaration(); in runOnModule()
106 deleteStuff == (bool)Named.count(&F) && !F.isDeclaration(); in runOnModule()
DAlwaysInliner.cpp50 if (!F.isDeclaration() && F.hasFnAttribute(Attribute::AlwaysInline) && in run()
163 if (Callee->isDeclaration()) in getInlineCost()
DThinLTOBitcodeWriter.cpp147 if (F.isDeclaration() && F.use_empty()) { in simplifyExternals()
152 if (!F.isDeclaration() || F.getFunctionType() == EmptyFT || in simplifyExternals()
168 if (GV.isDeclaration() && GV.use_empty()) { in simplifyExternals()
268 if (!F->isDeclaration() && in splitAndWriteThinLTOBitcode()
290 if (!F.isDeclaration()) { in splitAndWriteThinLTOBitcode()
DInliner.cpp558 if (!F || F->isDeclaration()) in inlineCallsImpl()
574 if (Callee->isDeclaration()) { in inlineCallsImpl()
625 if (!Callee || Callee->isDeclaration()) in inlineCallsImpl()
807 if (!F || F->isDeclaration()) in removeDeadFunctions()
933 if (!Callee->isDeclaration()) in run()
1101 if (!NewCallee->isDeclaration()) in run()
DGlobalDCE.cpp173 if (GV.isDeclaration() || Types.empty()) in ScanVTables()
315 if (!GO.isDeclaration()) in run()
374 if (!F.isDeclaration()) in run()
DElimAvailExtern.cpp56 if (!F.isDeclaration()) in eliminateAvailableExternally()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DNameAnonGlobals.cpp41 if (F.isDeclaration() || F.hasLocalLinkage() || !F.hasName()) in get()
47 if (GV.isDeclaration() || GV.hasLocalLinkage() || !GV.hasName()) in get()
DFunctionImportUtils.cpp203 if (!F->isDeclaration()) { in processGlobalForThinLTO()
226 assert(VI || GV.isDeclaration() || in processGlobalForThinLTO()
238 if (!GV.isDeclaration() && VI && ImportIndex.withAttributePropagation()) { in processGlobalForThinLTO()
DStripGCRelocates.cpp44 if (F.isDeclaration()) in runOnFunction()
DCloneModule.cpp120 if (I->isDeclaration()) in CloneModule()
144 if (I.isDeclaration()) in CloneModule()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/
DLanaiTargetObjectFile.cpp57 if (GO->isDeclaration() || GO->hasAvailableExternallyLinkage()) in isGlobalInSmallSection()
93 if (((GVA->hasExternalLinkage() && GVA->isDeclaration()) || in isGlobalInSmallSectionImpl()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Linker/
DLinkModules.cpp273 LinkFromSrc = !Src.isDeclaration() && Dest.isDeclaration(); in shouldLinkFromSource()
339 if (!DGV->isDeclaration()) in linkIfNeeded()
348 if (DGVar->isDeclaration() && SGVar->isDeclaration() && in linkIfNeeded()
377 if (GV.isDeclaration()) in linkIfNeeded()
/third_party/typescript/src/harness/
DcompilerImpl.ts76 else if (vpath.isDeclaration(document.file)) {
94 if (!vpath.isDeclaration(sourceFile.fileName)) {
120 if (!vpath.isDeclaration(sourceFile.fileName)) {
193 if (this.options.noEmit || vpath.isDeclaration(path)) return undefined;
DvpathUtil.ts110 export function isDeclaration(path: string) { function
129 return isDeclaration(path)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsTargetObjectFile.cpp75 if (GO->isDeclaration() || GO->hasAvailableExternallyLinkage()) in IsGlobalInSmallSection()
130 if (!ExternSData && ((GVA->hasExternalLinkage() && GVA->isDeclaration()) || in IsGlobalInSmallSectionImpl()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DGlobalValue.h385 return !isDeclaration() && isDefinitionExact(); in hasExactDefinition()
487 bool isDeclaration() const;
493 return isDeclaration(); in isDeclarationForLinker()
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fProgramInterfaceDefinitionUtil.hpp55 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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DGlobalValue.h422 return !isDeclaration() && isDefinitionExact(); in hasExactDefinition()
531 bool isDeclaration() const;
537 return isDeclaration(); in isDeclarationForLinker()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.cpp303 if (F && !F->isDeclaration()) in findModuleForSymbol()
307 if (G && !G->isDeclaration()) in findModuleForSymbol()
414 if (F->isDeclaration() || F->hasAvailableExternallyLinkage()) { in getPointerToFunction()
464 if (F && !F->isDeclaration()) in FindFunctionNamedInModulePtrSet()
476 if (GV && !GV->isDeclaration()) in FindGlobalVariableNamedInModulePtrSet()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DInstrOrderFile.cpp72 if (!F.isDeclaration()) in createOrderFileData()
165 if (F.isDeclaration()) in run()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUInline.cpp116 bool InlineHint = Callee && !Callee->isDeclaration() && in getInlineThreshold()
181 if (!Callee || Callee->isDeclaration()) in getInlineCost()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DLayer.cpp37 if (!G.hasName() || G.isDeclaration() || G.hasLocalLinkage() || in IRMaterializationUnit()
101 assert(!I->second->isDeclaration() && in discard()

1234567