Home
last modified time | relevance | path

Searched refs:hasName (Results 1 - 25 of 114) sorted by relevance

12345

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DSymbolTableListTraitsImpl.h49 if (I->hasName()) in setSymTabObject()
56 if (I->hasName()) in setSymTabObject()
67 if (V->hasName()) in addNodeToList()
76 if (V->hasName()) in removeNodeFromList()
96 bool HasName = V.hasName(); in transferNodesFromList()
H A DValue.cpp219 if (!hasName()) in getName()
230 if (NewName.isTriviallyEmpty() && !hasName()) in setNameImpl()
273 if (hasName()) { in setNameImpl()
295 if (hasName()) { in takeName()
300 if (V->hasName()) V->setName(""); in takeName()
313 if (!V->hasName()) return; in takeName()
H A DValueSymbolTable.cpp73 assert(V->hasName() && "Can't insert nameless Value into symbol table"); in reinsertValue()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DInstructionNamer.cpp36 if (!Arg.hasName())
40 if (!BB.hasName())
44 if (!I.hasName() && !I.getType()->isVoidTy())
H A DNameAnonGlobals.cpp41 if (F.isDeclaration() || F.hasLocalLinkage() || !F.hasName()) in get()
47 if (GV.isDeclaration() || GV.hasLocalLinkage() || !GV.hasName()) in get()
70 if (GV.hasName()) in nameUnamedGlobals()
H A DCloneFunction.cpp46 if (BB->hasName()) in CloneBasicBlock()
58 if (I.hasName()) in CloneBasicBlock()
312 if (BB->hasName()) NewBB->setName(BB->getName()+NameSuffix); in CloneBlock()
363 if (II->hasName()) in CloneBlock()
421 if (OldTI->hasName()) in CloneBlock()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
H A DObjectLinkingLayer.cpp102 if (Sym->hasName() && Sym->getScope() != Scope::Local) {
121 if (Sym->hasName()) {
185 if (Sym->hasName() && Sym->getLinkage() == Linkage::Weak) { in externalizeWeakAndCommonSymbols()
191 if (Sym->hasName() && Sym->getLinkage() == Linkage::Weak) { in externalizeWeakAndCommonSymbols()
202 if (Sym->hasName() && MR.getSymbols().count(ES.intern(Sym->getName()))) in markResponsibilitySymbolsLive()
258 if (!Sym->hasName()) { in computeAnonDeps()
264 if (TargetSym.hasName()) in computeAnonDeps()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/
H A DBasicGOTAndStubsBuilder.h40 assert(Target.hasName() && "GOT edge cannot point to anonymous target"); in getGOTEntrySymbol()
56 assert(Target.hasName() && in getStubSymbol()
/third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/mapper/
H A DBcp47MapperTest.java45 assertThat(bcp47Data).hasName("keyTypeData"); in testSimple()
62 assertThat(tzData).hasName("timezoneTypes"); in testSimple()
79 assertThat(bcp47Data).hasName("keyTypeData"); in testSimpleTimezone()
93 assertThat(tzData).hasName("timezoneTypes"); in testSimpleTimezone()
H A DCollationMapperTest.java29 assertThat(icuData).hasName("xx"); in testEmpty()
37 assertThat(rootData).hasName("root"); in testEmpty()
H A DPluralRangesMapperTest.java51 assertThat(icuData).hasName("pluralRanges"); in testSimple()
79 assertThat(icuData).hasName("pluralRanges"); in testMultipleSets()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DEraRules.java68 boolean hasName = true; in getInstance()
85 hasName = false; in getInstance()
112 if (hasName) { in getInstance()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DEraRules.java70 boolean hasName = true; in getInstance()
87 hasName = false; in getInstance()
114 if (hasName) { in getInstance()
/third_party/node/lib/internal/source_map/
H A Dprepare_stack_trace.js94 const hasName = !!(name || originalName);
99 return `${str}${prefix}${hasName ? ' (' : ''}` +
101 `${originalColumn + 1}${hasName ? ')' : ''}`;
/third_party/icu/icu4c/source/i18n/
H A Derarules.cpp159 UBool hasName = true; in createInstance() local
181 hasName = false; in createInstance()
209 if (hasName) { in createInstance()
/third_party/node/deps/icu-small/source/i18n/
H A Derarules.cpp159 UBool hasName = true; in createInstance() local
181 hasName = false; in createInstance()
209 if (hasName) { in createInstance()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Derarules.cpp159 UBool hasName = TRUE; in createInstance() local
181 hasName = FALSE; in createInstance()
209 if (hasName) { in createInstance()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
H A DNVPTXUtilities.cpp228 assert(val.hasName() && "Found texture variable with no name"); in getTextureName()
233 assert(val.hasName() && "Found surface variable with no name"); in getSurfaceName()
238 assert(val.hasName() && "Found sampler variable with no name"); in getSamplerName()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DDomTreeUpdater.cpp470 if (!From->hasName()) in dump()
479 if (!To->hasName()) in dump()
513 if (BB->hasName()) in dump()
525 if (BB->hasName()) in dump()
/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DOneofDescriptorProto.php53 public function hasName() function
H A DServiceDescriptorProto.php58 public function hasName() function
H A DEnumDescriptorProto.php80 public function hasName() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp425 if (!GV.hasName()) in applyScopeRestrictions()
449 GV.hasName()) in applyScopeRestrictions()
483 if (!GV.hasLocalLinkage() || !GV.hasName()) in restoreLinkageForExternals()
/third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/testing/
H A DIcuDataSubject.java23 public void hasName(String name) { in hasName() method in IcuDataSubject
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/
H A DProvenanceAnalysisEvaluator.cpp49 if (!V->hasName()) in insertIfNamed()

Completed in 15 milliseconds

12345