Home
last modified time | relevance | path

Searched defs:min (Results 1 – 25 of 167) sorted by relevance

1234567

/llvm-project/libcxx/include/__algorithm/
H A Dmin.h29 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 Duniform_random_bit_generator_adaptor.h44 _LIBCPP_HIDE_FROM_ABI static constexpr auto min() { return __remove_cvref_t<_Gen>::min(); } in min() function
H A Dmin_max_result.h32 _LIBCPP_NO_UNIQUE_ADDRESS _T1 min; member
/llvm-project/clang/test/Analysis/
H A Dadditive-folding-range-constraints.c75 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 Dadditive-folding.cpp146 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 Dbitfield-conversion.c41 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 Duniform_random_bit_generator.compile.pass.cpp122 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 DDemangleConfig.h36 #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 Dmain.cpp1 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 DDemangleConfig.h49 #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 Dgmock-cardinalities.cc52 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 Dranges_shuffle.pass.cpp37 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 DRandomNumberGenerator.h46 static constexpr result_type min() { return generator_type::min(); } in min() function
/llvm-project/libcxx/include/__random/
H A Drandom_device.h53 _LIBCPP_HIDE_FROM_ABI static _LIBCPP_CONSTEXPR result_type min() { return _Min; } in min() function
/llvm-project/libc/src/__support/CPP/
H A Dlimits.h26 LIBC_INLINE static constexpr T min() { return min_value; } min() function
/llvm-project/libcxx/include/__chrono/
H A Dyear.h67 _LIBCPP_HIDE_FROM_ABI static inline constexpr year min() noexcept { return year{-32767}; } in min() function
/llvm-project/lld/MachO/
H A DRelocations.cpp96 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 Dmain.cpp6 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 Dbad_engine.verify.cpp19 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 Dbad_engine.verify.cpp19 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 Dbad_engine.verify.cpp19 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 Dbad_engine.verify.cpp20 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 Dbad_engine.verify.cpp19 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 Dbad_engine.verify.cpp20 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 Dbad_engine.verify.cpp19 static constexpr result_type min() { return 0; } in min() function

1234567