/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | SymbolTableListTraitsImpl.h | 49 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()
|
D | Value.cpp | 219 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()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | InstructionNamer.cpp | 36 if (!Arg.hasName()) in runOnFunction() 40 if (!BB.hasName()) in runOnFunction() 44 if (!I.hasName() && !I.getType()->isVoidTy()) in runOnFunction()
|
D | NameAnonGlobals.cpp | 41 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()
|
D | CloneFunction.cpp | 46 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()
|
D | SplitModule.cpp | 112 if (!GV.hasName()) in findPartitions() 223 if (!GV->hasName()) in externalize()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/ |
D | ObjectLinkingLayer.cpp | 102 if (Sym->hasName() && Sym->getScope() != Scope::Local) { in notifyResolved() 121 if (Sym->hasName()) { in notifyResolved() 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/jsframework/runtime/preparation/ |
D | service.ts | 45 const hasName = services.map( constant 49 if (hasName) {
|
/third_party/node/lib/internal/source_map/ |
D | prepare_stack_trace.js | 94 const hasName = !!(name || originalName); constant 99 return `${str}${prefix}${hasName ? ' (' : ''}` + 101 `${originalColumn + 1}${hasName ? ')' : ''}`;
|
/third_party/typescript/src/compiler/ |
D | sourcemap.ts | 453 let hasName = false; 477 hasName = true; 486 return { value: captureMapping(hasSource, hasName), done }; 493 function captureMapping(hasSource: true, hasName: true): Required<Mapping>; 494 function captureMapping(hasSource: boolean, hasName: boolean): Mapping; 495 function captureMapping(hasSource: boolean, hasName: boolean): Mapping { 502 nameIndex: hasName ? nameIndex : undefined
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/ |
D | BasicGOTAndStubsBuilder.h | 40 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/ |
D | Bcp47MapperTest.java | 45 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()
|
D | CollationMapperTest.java | 29 assertThat(icuData).hasName("xx"); in testEmpty() 37 assertThat(rootData).hasName("root"); in testEmpty()
|
D | PluralRangesMapperTest.java | 51 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/ |
D | EraRules.java | 68 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/ |
D | EraRules.java | 70 boolean hasName = true; in getInstance() 87 hasName = false; in getInstance() 114 if (hasName) { in getInstance()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | DomTreeUpdater.cpp | 470 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/icu/icu4c/source/i18n/ |
D | erarules.cpp | 159 UBool hasName = true; in createInstance() local 181 hasName = false; in createInstance() 209 if (hasName) { in createInstance()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | erarules.cpp | 159 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/ |
D | erarules.cpp | 159 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/ |
D | NVPTXUtilities.cpp | 228 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/protobuf/php/src/Google/Protobuf/Internal/ |
D | OneofDescriptorProto.php | 53 public function hasName() function in Google\\Protobuf\\Internal\\OneofDescriptorProto
|
D | ServiceDescriptorProto.php | 58 public function hasName() function in Google\\Protobuf\\Internal\\ServiceDescriptorProto
|
D | EnumValueDescriptorProto.php | 58 public function hasName() function in Google\\Protobuf\\Internal\\EnumValueDescriptorProto
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/ |
D | LTOCodeGenerator.cpp | 425 if (!GV.hasName()) in applyScopeRestrictions() 449 GV.hasName()) in applyScopeRestrictions() 483 if (!GV.hasLocalLinkage() || !GV.hasName()) in restoreLinkageForExternals()
|