Home
last modified time | relevance | path

Searched refs:isEmpty (Results 1 – 25 of 186) sorted by relevance

12345678

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DThunk.h58 bool isEmpty() const { in isEmpty() function
70 bool isEmpty() const { return !NonVirtual && Virtual.isEmpty(); } in isEmpty() function
125 bool isEmpty() const { in isEmpty() function
137 bool isEmpty() const { return !NonVirtual && Virtual.isEmpty(); } in isEmpty() function
186 bool isEmpty() const { in isEmpty() function
187 return This.isEmpty() && Return.isEmpty() && Method == nullptr; in isEmpty()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInstrItineraries.h127 bool isEmpty() const { return Itineraries == nullptr; }
153 if (isEmpty()) in getStageLatency()
170 if (isEmpty()) in getOperandCycle()
211 if (isEmpty()) in getOperandLatency()
233 if (isEmpty())
126 bool isEmpty() const { return Itineraries == nullptr; } isEmpty() function
/freebsd/sys/contrib/zstd/examples/
H A Dstreaming_decompression.c38 int isEmpty = 1; in decompressFile_orDie() local
40 isEmpty = 0; in decompressFile_orDie()
63 if (isEmpty) { in decompressFile_orDie()
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DFrontendAction.h131 assert(!CurrentInput.isEmpty() && "No current file!"); in isCurrentFileAST()
140 assert(!CurrentInput.isEmpty() && "No current file!"); in getCurrentFile()
145 assert(!CurrentInput.isEmpty() && "No current file!"); in getCurrentFileOrBufferName()
152 assert(!CurrentInput.isEmpty() && "No current file!"); in getCurrentFileKind()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp348 assert(!isEmpty()); in getMinValue()
353 assert(!isEmpty()); in getMaxValue()
358 assert(!isEmpty()); in isUnsigned()
363 assert(!isEmpty()); in getBitWidth()
368 assert(!isEmpty()); in getAPSIntType()
373 if (isEmpty() || !pin(Point)) in containsImpl()
476 if (What.isEmpty() || !What.pin(Lower, Upper)) in intersect()
597 if (LHS.isEmpty() || RHS.isEmpty() || LHS.getMaxValue() < RHS.getMinValue() || in intersect()
612 if (What.isEmpty()) in negate()
678 if (What.isEmpty() || What.getAPSIntType() == Ty) in castTo()
[all …]
H A DLoopUnrolling.cpp80 if (!LS.isEmpty() && LS.getHead().getLoopStmt() == LoopStmt) in processLoopEnd()
329 if (!LS.isEmpty() && LoopStmt == LS.getHead().getLoopStmt() && in updateLoopStack()
345 unsigned outerStep = (LS.isEmpty() ? 1 : LS.getHead().getMaxStep()); in updateLoopStack()
359 if (LS.isEmpty() || !LS.getHead().isUnrolled()) in isUnrolledState()
/freebsd/contrib/llvm-project/llvm/include/llvm/FuzzMutate/
H A DRandom.h42 bool isEmpty() const { return TotalWeight == 0; } in isEmpty() function
45 assert(!isEmpty() && "Nothing selected"); in getSelection()
49 explicit operator bool() const { return !isEmpty(); }
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DImmutableSet.h419 bool isEmpty(TreeTy* T) const { return !T; }
491 assert(!isEmpty(L) && "Left tree cannot be empty to have a height >= 2");
499 assert(!isEmpty(LR) && "LR cannot be empty because it has a height >= 1");
508 assert(!isEmpty(R) && "Right tree cannot be empty to have a height >= 2");
516 assert(!isEmpty(RL) && "RL cannot be empty because it has a height >= 1");
531 if (isEmpty(T))
551 if (isEmpty(T))
570 if (isEmpty(L))
572 if (isEmpty(R))
580 assert(!isEmpty(T));
[all …]
H A DTwine.h199 bool isEmpty() const {
205 return isNull() || isEmpty(); in isUnary()
531 if (isEmpty()) in concat()
533 if (Suffix.isEmpty()) in concat()
195 bool isEmpty() const { isEmpty() function
H A DImmutableList.h113 bool isEmpty() const { return !X; } in isEmpty() function
134 assert(!isEmpty() && "Cannot get the head of an empty list."); in getHead()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DScoreboardHazardRecognizer.cpp39 if (ItinData && !ItinData->isEmpty()) { in ScoreboardHazardRecognizer()
113 if (!ItinData || ItinData->isEmpty()) in getHazardType()
172 if (!ItinData || ItinData->isEmpty()) in EmitInstruction()
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dlocal_cache.h26 DCHECK(isEmpty());
78 bool isEmpty() const {
95 DCHECK(isEmpty()); in init()
56 bool isEmpty() const { return Count == 0U; } isEmpty() function
146 bool isEmpty() const { isEmpty() function
/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DMsgPackDocument.cpp42 assert(!Key.isEmpty()); in operator []()
44 if (N.isEmpty()) { in operator []()
215 if (!DestNode->isEmpty()) { in readFromBlob()
219 DocNode MapKey = !Stack.empty() && !Stack.back().MapKey.isEmpty() in readFromBlob()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DVTableBuilder.cpp57 bool isEmpty() const { return NonVirtualOffset.isZero() && !VirtualBase; } in isEmpty() function
428 if (!Offset.isEmpty()) { in dump()
1139 if (VTableThunks.lookup(VTableIndex).Return.isEmpty()) in ComputeThisAdjustments()
1146 if (ThisAdjustment.isEmpty()) in ComputeThisAdjustments()
1224 if (!Offset.isEmpty()) { in ComputeReturnAdjustment()
1306 if (Offset.isEmpty()) in ComputeThisAdjustment()
1342 assert(ReturnAdjustment.isEmpty() && in AddMethod()
1350 if (!ReturnAdjustment.isEmpty()) in AddMethod()
1541 OverriddenMD).isEmpty()) { in AddMethods()
1655 if (!ReturnAdjustment.isEmpty()) { in AddMethods()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUPALMetadata.cpp884 if (Registers.isEmpty()) in getRegisters()
902 if (ShaderFunctions.isEmpty()) in getShaderFunctions()
924 if (ComputeRegisters.isEmpty()) in getComputeRegisters()
940 if (GraphicsRegisters.isEmpty()) in getGraphicsRegisters()
980 if (HwStages.isEmpty()) in getHwStage()
1026 if (Version.isEmpty()) { in getPALVersion()
1034 if (Version.isEmpty()) in getPALVersion()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DMemoryOpRemark.cpp315 if (!Var.isEmpty()) in visitVariable()
328 if (!Var.isEmpty()) { in visitVariable()
351 if (!Var.isEmpty()) in visitVariable()
375 assert(!VI.isEmpty() && "No extra content to display."); in visitPtr()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMsgPackDocument.h78 bool isEmpty() const { return !KindAndDoc || getKind() == Type::Empty; } in isEmpty() function
158 if (Rhs.isEmpty())
161 if (Lhs.isEmpty())
267 assert(N.isEmpty() || N.getDocument() == getDocument()); in push_back()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaBPF.cpp61 if (!RT->getDecl()->getDeclName().isEmpty()) in isValidPreserveTypeInfoArg()
64 if (!ET->getDecl()->getDeclName().isEmpty()) in isValidPreserveTypeInfoArg()
/freebsd/contrib/llvm-project/llvm/lib/FuzzMutate/
H A DRandomIRBuilder.cpp128 if (!RS.isEmpty()) { in findOrCreateSource()
140 if (!RS.isEmpty()) { in findOrCreateSource()
156 if (!RS.isEmpty()) { in findOrCreateSource()
305 if (!RS.isEmpty()) { in connectToSink()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCheckObjCDealloc.cpp304 if (!RequiredReleases.isEmpty()) { in checkBeginFunction()
414 if (State->get<UnreleasedIvarMap>().isEmpty()) in evalAssume()
459 if (State->get<UnreleasedIvarMap>().isEmpty()) in checkPointerEscape()
592 if (NewUnreleased.isEmpty()) { in diagnoseMissingReleases()
607 assert(!LCtx->inTopFrame() || State->get<UnreleasedIvarMap>().isEmpty()); in diagnoseMissingReleases()
867 if (NewUnreleased.isEmpty()) { in removeValueRequiringRelease()
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/src/
H A DTestGetAggregate.java64 } while (aggregate.asMap().isEmpty() && n++ < (1000 / TICK)); in testIncluded()
105 } while (aggregate.asMap().isEmpty() && n++ < (1000 / TICK)); in testCleared()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILMetadata.h32 bool isEmpty();
H A DDXILMetadata.cpp35 if (isEmpty()) in update()
41 bool ValidatorVersionMD::isEmpty() { return Entry->getNumOperands() == 0; } in isEmpty() function in ValidatorVersionMD
44 if (isEmpty()) in getAsVersionTuple()
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/Stages/
H A DRetireStage.h41 bool hasWorkToComplete() const override { return !RCU.isEmpty(); } in hasWorkToComplete()
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/HardwareUnits/
H A DRetireControlUnit.h82 bool isEmpty() const { return AvailableEntries == NumROBEntries; } in isEmpty() function

12345678