| /freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
| D | BytesOutputStyle.cpp | 92 uint32_t Max = R.Max.getValueOr(R.Min); in dump() local 109 uint32_t Max = R.Max.getValueOr(File.getFileSize()); in dump() local 207 void BytesOutputStyle::dumpBlockRanges(uint32_t Min, uint32_t Max) { in dumpBlockRanges() 430 void BytesOutputStyle::dumpByteRanges(uint32_t Min, uint32_t Max) { in dumpByteRanges()
|
| D | MinimalTypeDumper.cpp | 306 auto Max = std::max_element(Indices.begin(), Indices.end()); in visitKnownRecord() local 321 auto Max = std::max_element(Indices.begin(), Indices.end()); in visitKnownRecord() local 491 auto Max = std::max_element(Indices.begin(), Indices.end()); in visitKnownRecord() local
|
| D | llvm-pdbutil.h | 111 llvm::Optional<uint64_t> Max; member
|
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/Frontend/ |
| D | VerifyDiagnosticConsumer.h | 205 unsigned Min, Max; variable 223 unsigned Min, unsigned Max) in Directive()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/ |
| D | ConstantRange.cpp | 670 APInt Max = APInt::getMaxValue(BW).zextOrSelf(ResultBitWidth); in castOp() local 1515 APInt Min = getSignedMin(), Max = getSignedMax(); in sshl_sat() local 1577 APInt Min = getUnsignedMin(), Max = getUnsignedMax(); in unsignedAddMayOverflow() local 1593 APInt Min = getSignedMin(), Max = getSignedMax(); in signedAddMayOverflow() local 1623 APInt Min = getUnsignedMin(), Max = getUnsignedMax(); in unsignedSubMayOverflow() local 1639 APInt Min = getSignedMin(), Max = getSignedMax(); in signedSubMayOverflow() local 1669 APInt Min = getUnsignedMin(), Max = getUnsignedMax(); in unsignedMulMayOverflow() local
|
| /freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
| D | FuzzerDefs.h | 27 template <class T> T Max(T a, T b) { return a > b ? a : b; } in Max() function
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/ |
| D | APFixedPoint.cpp | 262 APSInt Max = APFixedPoint::getMax(CommonFXSema).getValue() in mul() local 317 APSInt Max = APFixedPoint::getMax(CommonFXSema).getValue() in div() local 354 APSInt Max = APFixedPoint::getMax(Sema).getValue().extOrTrunc(Wide); in shl() local
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/FuzzMutate/ |
| D | Random.h | 21 template <typename T, typename GenT> T uniform(GenT &Gen, T Min, T Max) { in uniform()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| D | RISCVSubtarget.cpp | 119 unsigned Max = std::max(RVVVectorBitsMin, RVVVectorBitsMax); in getMaxRVVVectorSizeInBits() local
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/MCA/ |
| D | Support.cpp | 88 double Max = static_cast<double>(NumMicroOps) / DispatchWidth; in computeBlockRThroughput() local
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Basic/ |
| D | DarwinSDKInfo.cpp | 40 VersionTuple Max = VersionTuple(0); in parseJSON() local
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/ |
| D | VerifyDiagnosticConsumer.cpp | 93 unsigned Min, unsigned Max) in StandardDirective() 112 unsigned Min, unsigned Max, StringRef RegexStr) in RegexDirective() 293 unsigned Min = 1, Max = 1; member 1137 unsigned Min, unsigned Max) { in create()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/ |
| D | AVRAsmBackend.cpp | 44 int64_t Max = maxIntN(Width); in signed_width() local 63 int64_t Max = maxUIntN(Width); in unsigned_width() local
|
| /freebsd-12-stable/contrib/googletest/googletest/include/gtest/internal/ |
| D | gtest-internal.h | 402 inline float FloatingPoint<float>::Max() { return FLT_MAX; } in Max() function 404 inline double FloatingPoint<double>::Max() { return DBL_MAX; } in Max() function
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
| D | LowerTypeTests.h | 64 uint64_t Max = 0; member
|
| /freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-xray/ |
| D | xray-graph.h | 48 double Max; member
|
| D | xray-color-helper.cpp | 88 int Max = 0; in convertToHSV() local
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Demangle/ |
| D | MicrosoftDemangle.h | 116 static constexpr size_t Max = 10; member
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
| D | RawConstants.h | 98 Max enumerator
|
| /freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/xray/ |
| D | xray_buffer_queue.h | 84 size_t Max = 0; variable
|
| /freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
| D | common.h | 44 template <class T> constexpr T Max(T A, T B) { return A > B ? A : B; } in Max() function
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| D | RangeConstraintManager.cpp | 1253 const llvm::APSInt &Max = IsLHSNegative in VisitBinaryOperator() local 1298 const llvm::APSInt &Max = std::min(LHS.To(), RHS.To()); in VisitBinaryOperator() local 1315 const llvm::APSInt &Max = IsLHSPositiveOrZero ? LHS.To() : RHS.To(); in VisitBinaryOperator() local 1335 llvm::APSInt Max = ConservativeRange.To(); in VisitBinaryOperator() local 2501 llvm::APSInt Max = AdjustmentType.getMaxValue(); in getSymGTRange() local 2542 llvm::APSInt Max = AdjustmentType.getMaxValue(); in getSymGERange() local 2575 llvm::APSInt Max = AdjustmentType.getMaxValue(); in getSymLERange() local
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| D | MemoryBuiltins.h | 197 Max enumerator
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| D | GCNMinRegStrategy.cpp | 113 T Max = std::numeric_limits<T>::min(); in findMax() local
|
| D | AMDGPUPreLegalizerCombiner.cpp | 84 const int64_t Max = std::numeric_limits<int16_t>::max(); in matchClampI64ToI16() local
|