Home
last modified time | relevance | path

Searched refs:empty (Results 4901 - 4925 of 5188) sorted by relevance

1...<<191192193194195196197198199200>>...208

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceAssemblerX8632.h301 bool hasNear() const { return !UnresolvedNearPositions.empty(); } in hasNear()
H A DIceAssemblerX8664.h322 bool hasNear() const { return !UnresolvedNearPositions.empty(); } in hasNear()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64InstPrinter.cpp1395 if (!Name.empty()) in printBarrierOption()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUInstPrinter.cpp1322 if (!HwRegName.empty()) { in printHwreg()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DR600InstrInfo.cpp766 if (Cond.empty()) {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp1174 assert(L->empty() && "preferPredicateOverEpilogue: inner-loop expected"); in preferPredicateOverEpilogue()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.cpp705 if (!MemOpChains.empty()) in LowerCCCCallTo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp168 if (FeatureBitStack.empty()) in popFeatureBits()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/Disassembler/
H A DX86Disassembler.cpp207 // insn must not be empty.
1712 if (Bytes.empty() || readPrefixes(&Insn) || readOpcode(&Insn) || in getInstruction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/
H A DX86InstComments.cpp1264 if (ShuffleMask.empty()) in EmitAnyX86InstComments()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86FloatingPoint.cpp220 report_fatal_error("Cannot pop empty stack!");
394 assert(LiveBundles.empty() && "Stale data in LiveBundles"); in bundleCFGRecomputeKillFlags()
1006 // returned empty (unless the callee returns values on FP stack). in handleCall()
1064 // anymore so that our assertion about the stack being empty at end of in handleReturn()
1163 report_fatal_error("Stack empty??"); in handleOneArgFP()
1195 report_fatal_error("Stack cannot be empty!"); in handleOneArgFPRW()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DSTLExtras.h190 /// Test whether \p RangeOrContainer is empty. Similar to C++17 std::empty.
192 constexpr bool empty(const T &RangeOrContainer) { in empty() function
1085 // behavior with an empty sequence. in array_pod_sort()
1101 // behavior with an empty sequence. in array_pod_sort()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h617 if (!Args.empty()) in getScalarizationOverhead()
/third_party/protobuf/src/google/protobuf/compiler/
H A Dparser_unittest.cc2586 EXPECT_TRUE(spans_.empty()) << "Forgot to call HasSpan() for:\n" in TearDown()
3566 "// detached after empty before package\n" in TEST_F()
3584 " detached after empty before package\n")); in TEST_F()
/third_party/protobuf/python/google/protobuf/pyext/
H A Ddescriptor.cc266 if (unknown_fields.empty()) { in GetOrBuildOptions()
304 // fields is empty, because they might in sub descriptors' options. in CopyToPythonProto()
/third_party/protobuf/src/google/protobuf/
H A Dwire_format.cc1362 ? (map_entries.empty() \ in InternalSerializeField()
H A Dwire_format_lite.h1811 if (!message_data.empty()) { in ParseMessageSetItemImpl()
/third_party/skia/third_party/externals/abseil-cpp/absl/numeric/
H A Dint128_stream_test.cc69 if (!flagstr.empty()) { in StreamFormatToString()
/third_party/skia/third_party/externals/abseil-cpp/absl/status/
H A Dstatusor_test.cc94 if (!inner_explanation.empty()) {
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dnumbers_test.cc1023 if (mismatches.empty()) { in TEST_F()
/third_party/skia/third_party/externals/abseil-cpp/absl/container/
H A Dinlined_vector_test.cc1028 if (!v.empty()) { in TYPED_TEST_P()
1355 // Test for all combinations of original sizes (empty and non-empty inline, in TEST()
1396 // Test for all combinations of original sizes (empty and non-empty inline, in InstanceRangedAssignTestForContainer()
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/
H A Dmutex_test.cc881 // introduced the case where Enqueue() returned with an empty queue, and this
1086 if (!warnings_output_file_.empty()) { in ~ScopedDisableBazelTestWarnings()
/third_party/skia/modules/skshaper/src/
H A DSkShaper_harfbuzz.cpp1170 // If nothing fit (best score is negative) and the line is not empty
1171 if (width < line.fAdvance.fX + best.fAdvance.fX && !line.runs.empty()) {
/third_party/rust/crates/rust-openssl/openssl/src/ssl/test/
H A Dmod.rs888 assert_eq!(s.get_shutdown(), ShutdownState::empty()); in shutdown()
/third_party/skia/dm/
H A DDM.cpp101 "paths. An empty string performs no bisect. Only the SkPaths are bisected; all other draws "
885 // An empty l/r trail string will draw all the paths. in gather_srcs()
1583 if (!gFailures->empty()) { in main()

Completed in 65 milliseconds

1...<<191192193194195196197198199200>>...208