| /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/contrib/llvm-project/libc/src/__support/wchar/ |
| H A D | character_converter.cpp | 46 bool CharacterConverter::isEmpty() { return state->bytes_stored == 0; } in isEmpty() function in LIBC_NAMESPACE_DECL::internal::CharacterConverter 62 if (isEmpty()) { in push() 104 if (!isEmpty()) in push() 142 if (isEmpty()) in pop_utf8()
|
| H A D | string_converter.h | 59 if (cr.isEmpty() || src_idx == 0) { in popUTF32() 82 if (cr.isEmpty() || src_idx == 0) { in popUTF8()
|
| H A D | character_converter.h | 31 bool isEmpty();
|
| /freebsd/contrib/llvm-project/clang/include/clang/Frontend/ |
| H A D | FrontendAction.h | 132 assert(!CurrentInput.isEmpty() && "No current file!"); in isCurrentFileAST() 141 assert(!CurrentInput.isEmpty() && "No current file!"); in getCurrentFile() 146 assert(!CurrentInput.isEmpty() && "No current file!"); in getCurrentFileOrBufferName() 153 assert(!CurrentInput.isEmpty() && "No current file!"); in getCurrentFileKind()
|
| /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/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/ADT/ |
| H A D | ImmutableSet.h | 423 bool isEmpty(TreeTy* T) const { return !T; } 495 assert(!isEmpty(L) && "Left tree cannot be empty to have a height >= 2"); 503 assert(!isEmpty(LR) && "LR cannot be empty because it has a height >= 1"); 512 assert(!isEmpty(R) && "Right tree cannot be empty to have a height >= 2"); 520 assert(!isEmpty(RL) && "RL cannot be empty because it has a height >= 1"); 535 if (isEmpty(T)) 555 if (isEmpty(T)) 574 if (isEmpty(L)) 576 if (isEmpty(R)) 584 assert(!isEmpty(T)); [all …]
|
| H A D | Twine.h | 200 bool isEmpty() const { in isEmpty() function 206 return isNull() || isEmpty(); in isNullary() 536 if (isEmpty()) in concat() 538 if (Suffix.isEmpty()) in concat()
|
| /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/clang/lib/Sema/ |
| H A D | SemaOpenACCClauseAppertainment.cpp | 51 constexpr bool isEmpty() const { return Data == 0; } in isEmpty() function in __anon5500e1230111::AccClauseSet 107 if (Set.isEmpty()) { in getListOfClauses() 146 if (Lists.Required.isEmpty()) in DiagnoseRequiredClauses()
|
| 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/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() 1225 if (!Offset.isEmpty()) { in ComputeReturnAdjustment() 1307 if (Offset.isEmpty()) in ComputeThisAdjustment() 1343 assert(ReturnAdjustment.isEmpty() && in AddMethod() 1351 if (!ReturnAdjustment.isEmpty()) in AddMethod() 1542 OverriddenMD).isEmpty()) { in AddMethods() 1656 if (!ReturnAdjustment.isEmpty()) { in AddMethods() [all …]
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
| H A D | size_class_allocator.h | 26 DCHECK(isEmpty()); in init() 78 bool isEmpty() const { in isEmpty() function 95 DCHECK(isEmpty()); in drain() 257 bool isEmpty() const { in isEmpty() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/ |
| H A D | AMDGPUPALMetadata.cpp | 921 if (Registers.isEmpty()) in getRegisters() 939 if (ShaderFunctions.isEmpty()) in getShaderFunctions() 961 if (ComputeRegisters.isEmpty()) in getComputeRegisters() 977 if (GraphicsRegisters.isEmpty()) in getGraphicsRegisters() 995 if (HwStages.isEmpty()) in getHwStage() 1041 if (Version.isEmpty()) { in getPALVersion() 1049 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 | 79 bool isEmpty() const { return !KindAndDoc || getKind() == Type::Empty; } in isEmpty() function 159 if (Rhs.isEmpty()) 162 if (Lhs.isEmpty()) 268 assert(N.isEmpty() || N.getDocument() == getDocument()); in push_back()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | InductiveRangeCheckElimination.cpp | 202 bool isEmpty(ScalarEvolution &SE, bool IsSigned) const { in isEmpty() function in __anona4c10e620111::InductiveRangeCheck::Range 847 if (R2.isEmpty(SE, /* IsSigned */ true)) in IntersectSignedRange() 854 assert(!R1Value.isEmpty(SE, /* IsSigned */ true) && in IntersectSignedRange() 867 if (Ret.isEmpty(SE, /* IsSigned */ true)) in IntersectSignedRange() 876 if (R2.isEmpty(SE, /* IsSigned */ false)) in IntersectUnsignedRange() 883 assert(!R1Value.isEmpty(SE, /* IsSigned */ false) && in IntersectUnsignedRange() 896 if (Ret.isEmpty(SE, /* IsSigned */ false)) in IntersectUnsignedRange() 1065 assert(!MaybeSafeIterRange->isEmpty(SE, LS.IsSignedPredicate) && in run()
|
| /freebsd/contrib/llvm-project/clang/lib/Basic/ |
| H A D | ProfileList.cpp | 35 bool isEmpty() const { return Sections.empty(); } in isEmpty() function in clang::ProfileSpecialCaseList 68 Empty(SCL->isEmpty()), SM(SM) {} in ProfileList()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/ |
| H A D | UninitializedObject.h | 186 bool isEmpty() const { return Chain.isEmpty(); } in isEmpty() function
|
| /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()
|