Home
last modified time | relevance | path

Searched refs:empty (Results 1976 - 2000 of 4780) sorted by relevance

1...<<71727374757677787980>>...192

/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dfix_storage_class.cpp42 assert(seen.empty() && "Seen was not properly reset."); in Process()
45 assert(seen.empty() && "Seen was not properly reset."); in Process()
H A Dloop_fission.cpp245 if (!inst_set.empty()) sets.push_back(std::move(inst_set)); in GroupInstructionsByUseDef()
468 while (!inner_most_loops.empty()) { in Process()
/third_party/skia/src/shaders/gradients/
H A DSk4fGradientBase.cpp105 SkASSERT(buffer->empty() || buffer->back().fT1 == 2 - t0); in addMirrorIntervals()
217 SkASSERT(fIntervals.empty() || fIntervals.back().fT1 == t0); in init()
/third_party/skia/src/sksl/ir/
H A DSkSLSwitchStatement.cpp210 if (!duplicateCases.empty()) { in Convert()
245 SkASSERT(find_duplicate_case_values(cases).empty()); in Make()
/third_party/skia/src/sksl/
H A DSkSLThreadContext.cpp59 SkASSERT(fProgramElements.empty()); in ~ThreadContext()
157 SkASSERT(!instance.fStack.empty()); in EndFragmentProcessor()
/third_party/skia/src/utils/
H A DSkJSONWriter.h319 SkASSERT(!fScopeStack.empty()); in scope()
324 SkASSERT(!fNewlineStack.empty()); in multiline()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DIndirectDrawValidationEncoder.cpp224 if (bufferInfoMap.empty()) { in EncodeIndirectDrawValidationCommands()
259 Pass* currentPass = passes.empty() ? nullptr : &passes.back(); in EncodeIndirectDrawValidationCommands()
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/
H A Dangle_test_instantiate.cpp132 if (systemInfo->gpus.empty()) in GetActiveGPUDeviceInfo()
410 systemInfo.gpus.empty() ? 0 : systemInfo.gpus[systemInfo.activeGPUIndex].vendorId; in IsConfigAllowlisted()
/third_party/skia/third_party/externals/angle2/util/posix/
H A Dtest_utils_posix.cpp111 if (commandLineArgs.empty()) in PosixProcess()
494 if (!exeDir.empty() && exeDir.back() != '/') in InitMetalFileAPIHooking()
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
H A DDeviceGL.cpp246 while (!mFencesInFlight.empty()) { in CheckAndUpdateCompletedSerials()
299 ASSERT(mFencesInFlight.empty()); in WaitForIdleForDestruction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
H A DRecordSerialization.h108 while (!Reader.empty() && Reader.peek() < LF_PAD0) { in deserialize()
124 if (Reader.empty()) in deserialize()
126 "Null terminated string is empty!"); in deserialize()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFListTable.h47 bool empty() const { return Entries.empty(); } in empty() function in llvm::DWARFListType
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
H A DOrcRemoteTargetRPCAPI.h44 OS << (ResourceDescription.empty()
151 if (!FreeIds.empty()) { in getNext()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DBasicBlock.h284 inline bool empty() const { return InstList.empty(); } in empty() function in llvm::final
H A DGlobalValue.h273 bool hasSection() const { return !getSection().empty(); }
482 if (!Name.empty() && Name[0] == '\1')
H A DLegacyPassManagers.h147 bool empty() const { return S.empty(); } in empty() function in llvm::PMStack
410 /// always know whether or not a non-empty function is available.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DBinaryByteStream.h113 if (Buffer.empty())
173 if (Buffer.empty())
H A DBinaryStreamArray.h113 bool empty() const { return Stream.getLength() == 0; } in empty() function in llvm::VarStreamArray
218 // An empty record? Make this an end iterator. in operator +=()
296 bool empty() const { return size() == 0; }
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DBlockFrequencyInfo.cpp191 (ViewBlockFreqFuncName.empty() || in calculate()
196 (PrintBlockFreqFuncName.empty() || in calculate()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DLoopVersioningLICM.cpp222 if (!CurLoop->getSubLoops().empty()) { in legalLoopStructure()
407 if (LAI->getRuntimePointerChecking()->getChecks().empty()) { in legalLoopInstructions()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
H A DGlobalValue.h248 bool hasSection() const { return !getSection().empty(); }
438 if (!Name.empty() && Name[0] == '\1')
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
H A DNativeFormatting.cpp34 assert(!Buffer.empty()); in writeWithCommas()
43 while (!Buffer.empty()) { in writeWithCommas()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Passes/
H A DStandardInstrumentations.cpp147 assert(ModuleDescStack.empty() && "ModuleDescStack is not empty at exit"); in ~PrintIRInstrumentation()
161 assert(!ModuleDescStack.empty() && "empty ModuleDescStack"); in popModuleDesc()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DNativeFormatting.cpp33 assert(!Buffer.empty()); in writeWithCommas()
42 while (!Buffer.empty()) { in writeWithCommas()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64ConditionOptimizer.cpp377 if (HeadCond.empty() || !parseCond(HeadCond, HeadCmp)) { in runOnMachineFunction()
382 if (TrueCond.empty() || !parseCond(TrueCond, TrueCmp)) { in runOnMachineFunction()

Completed in 19 milliseconds

1...<<71727374757677787980>>...192