Home
last modified time | relevance | path

Searched refs:empty (Results 2601 - 2625 of 11551) sorted by relevance

1...<<101102103104105106107108109110>>...463

/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dfuzzer_pass_replace_irrelevant_ids.cpp59 // type id to an empty list in |types_to_ids|. The list will be filled later in Apply()
67 if (irrelevant_ids.empty()) { in Apply()
157 if (available_replacement_ids.empty()) { in Apply()
/third_party/skia/src/ports/
H A DSkFontMgr_custom_embedded.cpp32 if (families->empty()) {
54 if (families->empty()) {
/third_party/skia/tests/
H A DOSPathTest.cpp84 // Basename of a directory with a path separator at the end is empty. in DEF_TEST()
89 // Basename of nullptr is an empty string. in DEF_TEST()
90 SkString empty = SkOSPath::Basename(nullptr); in DEF_TEST() local
91 REPORTER_ASSERT(reporter, empty.size() == 0); in DEF_TEST()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/GSYM/
H A DRange.h79 /// and never contain any invalid or empty address ranges. This allows us to
89 bool empty() const { return Ranges.empty(); } in empty() function in llvm::gsym::AddressRanges
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/MCParser/
H A DMCAsmLexer.h74 assert(!CurTok.empty()); in Lex()
80 if (CurTok.empty()) { in Lex()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DArrayRecycler.h98 assert(Bucket.empty() && "Non-empty ArrayRecycler deleted!"); in ~ArrayRecycler()
105 for (; !Bucket.empty(); Bucket.pop_back()) in clear()
110 /// Special case for BumpPtrAllocator which has an empty Deallocate()
H A DTaskQueue.h74 assert(Tasks.empty()); in ~TaskQueue()
112 if (Tasks.empty()) { in completeTask()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/XRay/
H A DProfile.h81 /// - The PathData component of the Block is empty
143 bool empty() const { return Blocks.empty(); } in empty() function in llvm::xray::Profile
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DCtorUtils.cpp123 if (Ctors.empty()) in optimizeGlobalCtorsList()
141 if (F->empty()) in optimizeGlobalCtorsList()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DCodeGenCoverage.cpp86 if (!CoveragePrefix.empty() && !RuleCoverage.empty()) { in emit()
H A DDebugCounter.cpp68 if (Val.empty()) in push_back()
72 if (CounterPair.second.empty()) { in push_back()
H A DDeltaAlgorithm.cpp37 if (!LHS.empty()) in Split()
39 if (!RHS.empty()) in Split()
105 // Check empty set first to quickly find poor test functions. in Run()
H A DTargetRegistry.cpp31 if (!ArchName.empty()) { in lookupTarget()
132 if (Targets.empty()) in printRegisteredTargetsForVersion()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyTargetStreamer.cpp55 if (!Types.empty()) { in emitLocal()
110 if (Grouped.empty() || Grouped.back().first != Type) in emitLocal()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
H A DForceFunctionAttrs.cpp93 if (ForceAttributes.empty()) in run()
112 if (ForceAttributes.empty())
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DInstSimplifyPass.cpp45 // The first time through the loop, ToSimplify is empty and we try to in runImpl()
47 // empty and we only bother simplifying instructions that are in it. in runImpl()
48 if (!ToSimplify->empty() && !ToSimplify->count(&I)) in runImpl()
76 } while (!ToSimplify->empty()); in runImpl()
/third_party/skia/third_party/externals/tint/fuzzers/tint_spirv_tools_fuzzer/
H A Dspirv_reduce_mutator.cc86 } while (finders_.empty()); in SpirvReduceMutator()
115 if (reduction_opportunities.empty()) { in Mutate()
/third_party/skia/third_party/externals/tint/src/transform/
H A Dloop_to_for_loop.cc65 // * An empty true block with a single, no-condition else statement in Run()
71 if (stmts.empty()) { in Run()
81 if_stmt->else_statements.empty()) { in Run()
91 // The continuing block must be empty or contain a single, assignment or in Run()
H A Dtest_helper.h102 if (res.empty()) { in str()
109 if (res.empty()) { in str()
/third_party/spirv-tools/source/fuzz/
H A Dcall_graph.cpp24 // loop nesting depth to 0, empty and 0 respectively. in CallGraph()
116 while (!queue.empty()) { in ComputeTopologicalOrderOfFunctions()
170 while (!queue.empty()) { in GetIndirectCallees()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DBreadthFirstIterator.h95 if (!VisitQueue.empty()) { in toNext()
104 if (!VisitQueue.empty()) in toNext()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DLiveIntervalUnion.h76 bool empty() const { return Segments.empty(); } in empty() function in llvm::LiveIntervalUnion
H A DLivePhysRegs.h57 /// Constructs and initializes an empty set.
75 /// Returns true if the set is empty.
76 bool empty() const { return LiveRegs.empty(); } in empty() function in llvm::LivePhysRegs
H A DMachineLoopInfo.h114 bool empty() const { return LI.empty(); } in empty() function in llvm::MachineLoopInfo
H A DResourcePriorityQueue.h114 bool empty() const override { return Queue.empty(); }

Completed in 15 milliseconds

1...<<101102103104105106107108109110>>...463