/llvm-project/libcxx/include/__algorithm/ |
H A D | max.h | 29 max(_LIBCPP_LIFETIMEBOUND const _Tp& __a, _LIBCPP_LIFETIMEBOUND const _Tp& __b, _Compare __comp) { in max() function 35 max(_LIBCPP_LIFETIMEBOUND const _Tp& __a, _LIBCPP_LIFETIMEBOUND const _Tp& __b) { in max() function 43 max(initializer_list<_Tp> __t, _Compare __comp) { in max() function 48 [[__nodiscard__]] inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 _Tp max(initializer_list<_Tp> __t) { in max() function
|
H A D | uniform_random_bit_generator_adaptor.h | 45 _LIBCPP_HIDE_FROM_ABI static constexpr auto max() { return __remove_cvref_t<_Gen>::max(); } in max() function
|
/llvm-project/compiler-rt/test/ubsan/TestCases/ImplicitConversion/ |
H A D | bitfield-conversion.c | 42 uint32_t max = UINT4_MAX; in test_a() local 114 uint32_t max = UINT5_MAX; in test_b() local 186 int32_t max = INT7_MAX; in test_c() local 258 int32_t max = INT16_MAX; in test_d() local 324 uint32_t max = UINT8_MAX; in test_e() local 371 uint32_t max = UINT16_MAX; in test_f() local 415 uint64_t max = UINT32_MAX; in test_g() local 455 int32_t max = INT8_MAX; in test_h() local 502 int32_t max = INT16_MAX; in test_i() local 546 int64_t max = INT32_MAX; in test_j() local
|
/llvm-project/mlir/lib/Dialect/GPU/IR/ |
H A D | InferIntRangeInterfaceImpls.cpp | 130 uint64_t max = kMaxDim; in inferResultRanges() local 138 uint64_t max = kMaxClusterDim; in inferResultRanges() local 146 uint64_t max = kMaxDim; in inferResultRanges() local 154 uint64_t max = kMaxClusterDim; in inferResultRanges() local 167 uint64_t max = kMaxDim; in inferResultRanges() local 175 uint64_t max = kMaxDim; in inferResultRanges() local 188 uint64_t max = kMaxDim; in inferResultRanges() local 196 uint64_t max = kMaxDim; in inferResultRanges() local 206 uint64_t max = kMaxSubgroupSize; in inferResultRanges() local 214 uint64_t max = kMaxDim; in inferResultRanges() local [all …]
|
/llvm-project/polly/lib/External/isl/ |
H A D | isl_ilp.c | 268 int max, isl_int *f, isl_int *opt, __isl_give isl_vec **sol_p) in solve_ilp_with_eq() 312 int max, isl_int *f, isl_int *opt, __isl_give isl_vec **sol_p) in isl_basic_set_solve_ilp() 346 static enum isl_lp_result basic_set_opt(__isl_keep isl_basic_set *bset, int max, in basic_set_opt() 360 enum isl_lp_result isl_basic_set_opt(__isl_keep isl_basic_set *bset, int max, in isl_basic_set_opt() 429 static enum isl_lp_result isl_set_opt_aligned(__isl_keep isl_set *set, int max, in isl_set_opt_aligned() 471 enum isl_lp_result isl_set_opt(__isl_keep isl_set *set, int max, in isl_set_opt() 510 __isl_take isl_val *v, int max) in convert_lp_result() 539 int max, __isl_keep isl_aff *obj) in isl_basic_set_opt_val() 576 __isl_give isl_val *isl_set_opt_val(__isl_keep isl_set *set, int max, in isl_set_opt_val() 623 __isl_take isl_val *v2, int max) in val_opt() [all …]
|
H A D | isl_lp.c | 67 int max, isl_int *f, isl_int d, isl_int *opt, isl_int *opt_denom, in isl_basic_map_solve_lp() 80 int max, isl_int *f, isl_int d, isl_int *opt, isl_int *opt_denom, in isl_basic_set_solve_lp() 87 enum isl_lp_result isl_map_solve_lp(__isl_keep isl_map *map, int max, in isl_map_solve_lp() 198 enum isl_lp_result isl_set_solve_lp(__isl_keep isl_set *set, int max, in isl_set_solve_lp() 218 __isl_keep isl_basic_set *bset, int max, __isl_keep isl_aff *obj) in basic_set_opt_lp() 257 __isl_keep isl_basic_set *bset, int max, __isl_keep isl_aff *obj) in isl_basic_set_opt_lp_val_aligned() 324 __isl_keep isl_basic_set *bset, int max, __isl_keep isl_aff *obj) in isl_basic_set_opt_lp_val()
|
H A D | isl_scan.c | 22 isl_int max; member 39 static int increment_range(struct isl_scan_callback *cb, isl_int min, isl_int max) in increment_range() 109 struct isl_vec *max; in isl_basic_set_scan() local 252 isl_int max, isl_int *count) in isl_basic_set_count_upto() 278 int isl_set_count_upto(__isl_keep isl_set *set, isl_int max, isl_int *count) in isl_set_count_upto()
|
H A D | pip.c | 180 __isl_take isl_vec *params, int max) in opt_at() 247 int max; member 294 isl_set *sol, isl_set *empty, int max) in check_solution() 346 int max = 0; in main() local
|
/llvm-project/clang/test/Analysis/ |
H A D | additive-folding-range-constraints.c | 165 int max = INT_MAX; in mixedComparisons9() local 176 unsigned max = UINT_MAX; in mixedSignedness1() local 183 unsigned max = UINT_MAX; in mixedSignedness2() local 190 int max = INT_MAX; in mixedSignedness3() local 197 int max = INT_MAX; in mixedSignedness4() local 260 unsigned max = INT_MAX; in mixedSignedness13() local 267 unsigned max = INT_MAX; in mixedSignedness14() local 288 unsigned max = INT_MAX; in mixedSignedness17() local
|
H A D | additive-folding.cpp | 145 int max = INT_MAX; in mixedWraparoundBasicCheck() local 153 int max = INT_MAX; in mixedWraparoundLE_GT() local 162 int max = INT_MAX; in mixedWraparoundGE_LT() local 171 int max = INT_MAX; in mixedWraparoundEQ_NE() local
|
/llvm-project/libcxx/test/std/numerics/rand/rand.req/rand.req.urng/ |
H A D | uniform_random_bit_generator.compile.pass.cpp | 123 static constexpr unsigned char max() { return 0; } in max() function 131 static constexpr unsigned char max() { return 0; } in max() function 140 static constexpr unsigned char max() { return 1; } in max() function
|
/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/llvm/test/MC/COFF/ |
H A D | cv-def-range-align.s | 26 .globl max # -- Begin function max symbol 28 max: # @max label
|
/llvm-project/clang/test/SemaTemplate/ |
H A D | alignas.cpp | 7 constexpr T max(T t, U u) { return t > u ? t : u; } in max() function 10 constexpr auto max(T t, Ts ...ts) -> decltype(max(t, max(ts...))) { in max() function
|
/llvm-project/clang/test/Analysis/copypaste/ |
H A D | plist-diagnostics-notes-as-events.cpp | 6 int max(int a, int b) { // expected-warning{{Duplicate code detected}} in max() function
|
H A D | text-diagnostics.cpp | 5 int max(int a, int b) { // expected-warning{{Duplicate code detected}} // expected-note{{Duplicate … in max() function
|
H A D | plist-diagnostics.cpp | 6 int max(int a, int b) { // expected-warning{{Duplicate code detected}} in max() function
|
H A D | sub-sequences.cpp | 8 int max(int a, int b) { in max() function
|
/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/lld/test/ELF/ |
H A D | loongarch-relax-align.s | 73 .macro .fake_p2align_4 max=0 argument
|
/llvm-project/libcxx/test/std/algorithms/alg.modifying.operations/alg.random.shuffle/ |
H A D | ranges_shuffle.pass.cpp | 38 constexpr static std::size_t max() { return 255; } in max() function in RandGen 56 constexpr static std::size_t max() { return 0; } in max() function 223 constexpr static std::size_t max() { return 255; } in test_generators() function
|
/llvm-project/llvm/include/llvm/Support/ |
H A D | RandomNumberGenerator.h | 47 static constexpr result_type max() { return generator_type::max(); } in max() function
|
/llvm-project/libcxx/include/__random/ |
H A D | random_device.h | 54 _LIBCPP_HIDE_FROM_ABI static _LIBCPP_CONSTEXPR result_type max() { return _Max; } in max() function
|
/llvm-project/libc/src/__support/CPP/ |
H A D | limits.h | 25 LIBC_INLINE static constexpr T max() { return max_value; } max() function
|
/llvm-project/libcxx/include/__chrono/ |
H A D | year.h | 68 _LIBCPP_HIDE_FROM_ABI static inline constexpr year max() noexcept { return year{32767}; } in max() function
|