/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | Thunk.h | 58 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 D | MCInstrItineraries.h | 127 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 D | streaming_decompression.c | 38 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 D | FrontendAction.h | 131 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 D | RangeConstraintManager.cpp | 348 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 D | LoopUnrolling.cpp | 80 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 D | Random.h | 42 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 D | ImmutableSet.h | 419 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 D | Twine.h | 199 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 D | ImmutableList.h | 113 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 D | ScoreboardHazardRecognizer.cpp | 39 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 D | local_cache.h | 26 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 D | MsgPackDocument.cpp | 42 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 D | VTableBuilder.cpp | 57 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 D | AMDGPUPALMetadata.cpp | 884 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 D | MemoryOpRemark.cpp | 315 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 D | MsgPackDocument.h | 78 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 D | SemaBPF.cpp | 61 if (!RT->getDecl()->getDeclName().isEmpty()) in isValidPreserveTypeInfoArg() 64 if (!ET->getDecl()->getDeclName().isEmpty()) in isValidPreserveTypeInfoArg()
|
/freebsd/contrib/llvm-project/llvm/lib/FuzzMutate/ |
H A D | RandomIRBuilder.cpp | 128 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 D | CheckObjCDealloc.cpp | 304 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 D | TestGetAggregate.java | 64 } 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 D | DXILMetadata.h | 32 bool isEmpty();
|
H A D | DXILMetadata.cpp | 35 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 D | RetireStage.h | 41 bool hasWorkToComplete() const override { return !RCU.isEmpty(); } in hasWorkToComplete()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/HardwareUnits/ |
H A D | RetireControlUnit.h | 82 bool isEmpty() const { return AvailableEntries == NumROBEntries; } in isEmpty() function
|