/llvm-project/libcxx/include/__algorithm/ |
H A D | min.h | 29 min(_LIBCPP_LIFETIMEBOUND const _Tp& __a, _LIBCPP_LIFETIMEBOUND const _Tp& __b, _Compare __comp) { in min() function 35 min(_LIBCPP_LIFETIMEBOUND const _Tp& __a, _LIBCPP_LIFETIMEBOUND const _Tp& __b) { in min() function 43 min(initializer_list<_Tp> __t, _Compare __comp) { in min() function 48 [[__nodiscard__]] inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 _Tp min(initializer_list<_Tp> __t) { in min() function
|
H A D | uniform_random_bit_generator_adaptor.h | 44 _LIBCPP_HIDE_FROM_ABI static constexpr auto min() { return __remove_cvref_t<_Gen>::min(); } in min() function
|
H A D | min_max_result.h | 32 _LIBCPP_NO_UNIQUE_ADDRESS _T1 min; member
|
/llvm-project/clang/test/Analysis/ |
H A D | additive-folding-range-constraints.c | 75 int min = INT_MIN; in mixedComparisons1() local 143 int min = INT_MIN; in mixedComparisons7() local 204 int min = INT_MIN; in mixedSignedness5() local 211 int min = INT_MIN; in mixedSignedness6() local 218 unsigned min = 0; in mixedSignedness7() local 225 unsigned min = 0; in mixedSignedness8() local 232 int min = 0; in mixedSignedness9() local 239 int min = 0; in mixedSignedness10() local 246 int min = 0; in mixedSignedness11() local 253 int min = 0; in mixedSignedness12() local [all …]
|
H A D | additive-folding.cpp | 146 int min = INT_MIN; in mixedWraparoundBasicCheck() local 154 int min = INT_MIN; in mixedWraparoundLE_GT() local 163 int min = INT_MIN; in mixedWraparoundGE_LT() local
|
/llvm-project/compiler-rt/test/ubsan/TestCases/ImplicitConversion/ |
H A D | bitfield-conversion.c | 41 uint32_t min = UINT4_MIN; in test_a() local 113 uint32_t min = UINT5_MIN; in test_b() local 185 int32_t min = INT7_MIN; in test_c() local 257 int32_t min = INT16_MIN; in test_d() local 323 uint32_t min = 0; in test_e() local 370 uint32_t min = 0; in test_f() local 414 uint64_t min = 0; in test_g() local 454 int32_t min = INT8_MIN; in test_h() local 501 int32_t min = INT16_MIN; in test_i() local 545 int64_t min = INT32_MIN; in test_j() local
|
/llvm-project/libcxx/test/std/numerics/rand/rand.req/rand.req.urng/ |
H A D | uniform_random_bit_generator.compile.pass.cpp | 122 static constexpr unsigned char min() { return 0; } in min() function 130 static constexpr unsigned char min() { return 1; } in min() function 139 static constexpr unsigned char min() { return 0; } in min() function
|
/llvm-project/llvm/include/llvm/Demangle/ |
H A D | DemangleConfig.h | 36 #define DEMANGLE_GNUC_PREREQ(maj, min, patch) \ argument 40 #define DEMANGLE_GNUC_PREREQ(maj, min, patch) \ argument 43 #define DEMANGLE_GNUC_PREREQ(maj, min, patch) 0 argument
|
/llvm-project/lldb/test/API/commands/expression/bitfield_enums/ |
H A D | main.cpp | 1 enum class SignedEnum : int { min = -2, max = 1 }; enumerator 2 enum class UnsignedEnum : unsigned { min = 0, max = 3 }; enumerator
|
/llvm-project/libcxxabi/src/demangle/ |
H A D | DemangleConfig.h | 49 #define DEMANGLE_GNUC_PREREQ(maj, min, patch) \ argument 53 #define DEMANGLE_GNUC_PREREQ(maj, min, patch) \ argument 56 #define DEMANGLE_GNUC_PREREQ(maj, min, patch) 0 argument
|
/llvm-project/third-party/unittest/googlemock/src/ |
H A D | gmock-cardinalities.cc | 52 BetweenCardinalityImpl(int min, int max) in BetweenCardinalityImpl() 148 GTEST_API_ Cardinality Between(int min, int max) { in Between()
|
/llvm-project/libcxx/test/std/algorithms/alg.modifying.operations/alg.random.shuffle/ |
H A D | ranges_shuffle.pass.cpp | 37 constexpr static std::size_t min() { return 0; } in min() function in RandGen 55 constexpr static std::size_t min() { return 255; } in min() function 222 constexpr static std::size_t min() { return 0; } in test_generators() function
|
/llvm-project/llvm/include/llvm/Support/ |
H A D | RandomNumberGenerator.h | 46 static constexpr result_type min() { return generator_type::min(); } in min() function
|
/llvm-project/libcxx/include/__random/ |
H A D | random_device.h | 53 _LIBCPP_HIDE_FROM_ABI static _LIBCPP_CONSTEXPR result_type min() { return _Min; } in min() function
|
/llvm-project/libc/src/__support/CPP/ |
H A D | limits.h | 26 LIBC_INLINE static constexpr T min() { return min_value; } min() function
|
/llvm-project/libcxx/include/__chrono/ |
H A D | year.h | 67 _LIBCPP_HIDE_FROM_ABI static inline constexpr year min() noexcept { return year{-32767}; } in min() function
|
/llvm-project/lld/MachO/ |
H A D | Relocations.cpp | 96 reportRangeError(void * loc,const Reloc & r,const Twine & v,uint8_t bits,int64_t min,uint64_t max) reportRangeError() argument 109 reportRangeError(void * loc,SymbolDiagnostic d,const Twine & v,uint8_t bits,int64_t min,uint64_t max) reportRangeError() argument
|
/llvm-project/lldb/test/API/functionalities/thread/jump/ |
H A D | main.cpp | 6 T min(T a, T b) in min() function
|
/llvm-project/libcxx/test/libcxx/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal/ |
H A D | bad_engine.verify.cpp | 19 static constexpr result_type min() { return 0; } in min() function
|
/llvm-project/libcxx/test/libcxx/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst/ |
H A D | bad_engine.verify.cpp | 19 static constexpr result_type min() { return 0; } in min() function
|
/llvm-project/libcxx/test/libcxx/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real/ |
H A D | bad_engine.verify.cpp | 19 static constexpr result_type min() { return 0; } in min() function
|
/llvm-project/libcxx/test/libcxx/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.negbin/ |
H A D | bad_engine.verify.cpp | 20 static constexpr result_type min() { return 0; } in min() function
|
/llvm-project/libcxx/test/libcxx/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.chisq/ |
H A D | bad_engine.verify.cpp | 19 static constexpr result_type min() { return 0; } in min() function
|
/llvm-project/libcxx/test/libcxx/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int/ |
H A D | bad_engine.verify.cpp | 20 static constexpr result_type min() { return 0; } in min() function
|
/llvm-project/libcxx/test/libcxx/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma/ |
H A D | bad_engine.verify.cpp | 19 static constexpr result_type min() { return 0; } in min() function
|