Home
last modified time | relevance | path

Searched refs:empty (Results 1276 - 1300 of 4898) sorted by relevance

1...<<51525354555657585960>>...196

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DSjLjEHPrepare.cpp139 while (!UseWorkList.empty()) { in substituteLPadValues()
292 while (!Users.empty()) { in lowerAcrossUnwindEdges()
339 if (PHIsToDemote.empty()) in lowerAcrossUnwindEdges()
376 if (Invokes.empty()) in setupEntryBlockAndCallSites()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
H A DCodeViewRecordIO.cpp27 assert(!Limits.empty() && "Not in a record!"); in endRecord()
61 assert(!Limits.empty() && "Not in a record!"); in maxFieldLength()
130 if (!TypeNameStr.empty()) in mapInteger()
265 while (!S.empty()) { in mapStringZVectorZ()
H A DTypeIndexDiscovery.cpp72 while (!Content.empty()) { in handleMethodOverloadList()
212 while (!Content.empty()) { in handleFieldList()
253 if (!Content.empty()) { in handleFieldList()
466 if (Refs.empty()) in resolveTypeIndexReferences()
/third_party/vk-gl-cts/external/amber/src/src/
H A Dformat.cc114 if (!segments_.empty() && segments_.back().IsPadding()) { in AddPaddedSegment()
128 if (!segments_.empty()) { in AddSegment()
250 if (!segments_.empty() && segments_.back().IsPadding()) in AddSegmentsForType()
276 if (!segments_.empty() && segments_.back().IsPadding()) in AddSegmentsForType()
/third_party/skia/src/gpu/
H A DGrResourceAllocator.cpp41 SkASSERT(fFailedInstantiation || fIntvlList.empty()); in ~GrResourceAllocator()
42 SkASSERT(fActiveIntvls.empty()); in ~GrResourceAllocator()
311 while (!fActiveIntvls.empty() && fActiveIntvls.peekHead()->end() < curIndex) { in expire()
405 SkASSERT(fActiveIntvls.empty()); in reset()
/third_party/skia/src/gpu/ops/
H A DAtlasPathRenderer.cpp190 // is_visible() should have guaranteed the path's bounds were non-empty. in addPathToAtlas()
219 if (fAtlasRenderTasks.empty() || in addPathToAtlas()
223 auto currentAtlasTask = (!fAtlasRenderTasks.empty()) ? fAtlasRenderTasks.back().get() in addPathToAtlas()
256 if (!fAtlasRenderTasks.empty()) { in onCanDrawPath()
292 // The path is empty or outside the clip. No mask is needed. in onDrawPath()
336 // The path is empty or outside the drawBounds. No mask is needed. in makeAtlasClipEffect()
392 if (fAtlasRenderTasks.empty()) { in preFlush()
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
H A Dfuzzer_pass_obfuscate_constants.cpp278 if (available_types_with_uniforms.empty()) { in ObfuscateBoolConstant()
297 assert(!available_constant_words.empty() && in ObfuscateBoolConstant()
350 if (uniform_descriptors.empty()) { in ObfuscateScalarConstant()
508 while (!constant_uses.empty()) { in Apply()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dconstants.cpp257 if (components.empty()) return nullptr; in CreateConstant()
280 if (components.empty()) return nullptr; in CreateConstant()
284 if (components.empty()) return nullptr; in CreateConstant()
288 if (components.empty()) return nullptr; in CreateConstant()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dfuzzer_pass_obfuscate_constants.cpp278 if (available_types_with_uniforms.empty()) { in ObfuscateBoolConstant()
297 assert(!available_constant_words.empty() && in ObfuscateBoolConstant()
350 if (uniform_descriptors.empty()) { in ObfuscateScalarConstant()
508 while (!constant_uses.empty()) { in Apply()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dconstants.cpp257 if (components.empty()) return nullptr; in CreateConstant()
280 if (components.empty()) return nullptr; in CreateConstant()
284 if (components.empty()) return nullptr; in CreateConstant()
288 if (components.empty()) return nullptr; in CreateConstant()
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-cff1-table.cc286 if (empty ()) in merge()
288 else if (!b.empty ()) in merge()
299 if (!empty ()) in offset()
306 bool empty () const { return (min.x >= max.x) || (min.y >= max.y); } in empty() function
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/bitmap/
H A Dbitmap_size_table.cc184 if (index_subtables_.empty()) { in GetIndexSubTableList()
212 if (builders->empty()) { in SubDataSizeToSerialize()
236 if (IndexSubTableBuilders()->empty()) { in SubReadyToSerialize()
453 if (index_sub_tables_.empty()) { in GetIndexSubTableBuilders()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
H A DSSAUpdaterImpl.h127 while (!WorkList.empty()) { in BuildBlockList()
169 while (!RootList.empty()) { in BuildBlockList()
176 while (!WorkList.empty()) { in BuildBlockList()
333 // and check if existing PHIs can be used. If not, create empty PHIs where in FindAvailableVals()
411 while (!WorkList.empty()) { in CheckIfPHIMatches()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DCallGraphSCCPass.cpp378 assert(Calls.empty() && "Dangling pointers found in call sites map"); in RefreshCallGraph()
570 while (!PMS.empty() && in assignPassManager()
574 assert(!PMS.empty() && "Unable to handle Call Graph Pass"); in assignPassManager()
581 assert(!PMS.empty() && "Unable to create Call Graph Pass Manager"); in assignPassManager()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DSSAUpdater.cpp142 if (PredValues.empty()) in GetValueInMiddleOfBlock()
339 if (Insts.empty()) return; in LoadAndStorePromoter()
347 if (BaseName.empty()) in LoadAndStorePromoter()
372 if (BlockUses.empty()) continue; in run()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DStringMap.h100 /// setup the map as empty.
113 bool empty() const { return NumItems == 0; } in empty() function in llvm::StringMapImpl
259 if (RHS.empty()) in StringMap()
396 if (empty()) return; in clear()
435 if (!empty()) { in ~StringMap()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DYAMLTraits.cpp116 // parse the document because it was invalid or empty. in mapTag()
121 if (foundTag.empty()) { in mapTag()
132 // CurrentNode can be null if the document is empty. in beginMapping()
157 // CurrentNode is null for empty documents, which is an error in case required in preflightKey()
192 // CurrentNode can be null if the document is empty. in endMapping()
213 // Treat case where there's a scalar "null" value as an empty sequence. in beginSequence()
375 if (!StringStorage.empty()) { in createHNodes()
402 setError(KeyNode, "Map value must not be empty"); in createHNodes()
407 if (!StringStorage.empty()) { in createHNodes()
484 // If we did not map anything, we should explicitly emit an empty ma in endMapping()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
H A DWebAssemblyAsmPrinter.cpp205 int FieldCount = int(!Languages.empty()) + int(!Tools.empty()); in EmitProducerInfo()
214 if (Producers.second->empty()) in EmitProducerInfo()
281 assert(MF->getConstantPool()->getConstants().empty() && in EmitConstantPool()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DADCE.cpp359 while (!Worklist.empty()) { in markLiveInstructions()
375 } while (!Worklist.empty()); in markLiveInstructions()
465 if (BlocksWithDeadTerminators.empty()) in markLiveBranchesFromControlDependences()
559 return !Worklist.empty(); in removeDeadInstructions()
/third_party/skia/third_party/externals/icu/source/common/
H A Dlocalebuilder.cpp74 if (input.empty()) { in setField()
115 if (variant.empty()) { in setVariant()
245 if (!value.empty()) { in setExtension()
256 (!type.empty() && in setUnicodeLocaleKeyword()
H A Duvector.cpp377 UElement empty; in setSize() local
378 empty.pointer = NULL; in setSize()
379 empty.integer = 0; in setSize()
381 elements[i] = empty; in setSize()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DOptional.h38 char empty; member
46 OptionalStorage() noexcept : empty(), hasVal(false) {} in hasVal()
143 char empty; member
151 OptionalStorage() noexcept : empty{} {}
H A DStringMap.h97 /// setup the map as empty.
110 bool empty() const { return NumItems == 0; } in empty() function in llvm::StringMapImpl
273 if (RHS.empty()) in StringMap()
315 if (!empty()) { in ~StringMap()
451 if (empty()) return; in clear()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitstream/
H A DBitstreamWriter.h89 assert(BlockScope.empty() && CurAbbrevs.empty() && "Block imbalance"); in ~BitstreamWriter()
189 if (!BlockInfoRecords.empty() && BlockInfoRecords.back().BlockID == BlockID) in getBlockInfo()
216 // empty abbrev set. in EnterSubblock()
229 assert(!BlockScope.empty() && "Block scope imbalance!"); in ExitBlock()
308 assert(e && "Expected non-empty abbreviation"); in EmitRecordWithAbbrevImpl()
/third_party/python/Lib/
H A Dposixpath.py69 # Insert a '/' unless the first part is empty or already ends in '/'.
74 will be discarded. An empty last part will result in a path that
96 # rest). If the path ends in '/', tail will be empty. If there is no
97 # '/' in the path, head will be empty.
102 everything after the final slash. Either part may be empty."""
129 # path. Useful on DOS/Windows/NT; on Unix, the drive is always empty.
133 empty."""
355 empty = b''
360 empty = ''
363 if path == empty
[all...]

Completed in 26 milliseconds

1...<<51525354555657585960>>...196