/llvm-project/clang/test/CodeGen/ |
H A D | enum2.c | 4 enum e { MAX }; enumerator
|
/llvm-project/lldb/test/API/commands/expression/macros/ |
H A D | macro2.h | 5 #define MAX(a, b)\ macro
|
/llvm-project/clang/test/SemaObjC/ |
H A D | exprs.m | 20 #define MAX(A,B) ({ __typeof__(A) __a = (A); __typeof__(B) __b = (B); __a < __b ? __b : __a; }) macro
|
/llvm-project/clang/unittests/StaticAnalyzer/ |
H A D | RangeSetTest.cpp | 57 static constexpr T MAX = std::numeric_limits<T>::max(); member 287 constexpr auto MAX = TV::MAX; in TYPED_TEST() local 323 constexpr auto MAX = TV::MAX; TYPED_TEST() local 390 constexpr auto MAX = TV::MAX; TYPED_TEST() local 423 constexpr auto MAX = TV::MAX; TYPED_TEST() local 442 constexpr auto MAX = TV::MAX; TYPED_TEST() local 743 constexpr auto MAX = TV::MAX; TYPED_TEST() local 785 constexpr auto MAX = TV::MAX; TYPED_TEST() local 827 constexpr auto MAX = TV::MAX; TYPED_TEST() local 914 constexpr auto MAX = TV::MAX; TYPED_TEST() local 959 constexpr auto MAX = TV::MAX; TYPED_TEST() local 1024 constexpr auto MAX = TV::MAX; TYPED_TEST() local [all...] |
/llvm-project/libcxx/src/filesystem/ |
H A D | int128_builtins.cpp | 25 const __int128_t MAX = ~MIN; in __muloti4() local
|
/llvm-project/clang/test/AST/Interp/ |
H A D | enums.cpp |
|
/llvm-project/libc/src/stdio/scanf_core/ |
H A D | int_converter.cpp | 160 const uintmax_t MAX = convert_int() local
|
/llvm-project/libc/test/src/__support/ |
H A D | math_extras_test.cpp | 114 constexpr T MAX = cpp::numeric_limits<T>::max(); TYPED_TEST() local 139 constexpr T MAX = cpp::numeric_limits<T>::max(); TYPED_TEST() local [all...] |
H A D | big_int_test.cpp | 19 enum Value { ZERO, ONE, TWO, MIN, MAX }; global() enumerator [all...] |
/llvm-project/flang/lib/Lower/OpenMP/ |
H A D | ReductionProcessor.h | 54 MAX, enumerator
|
/llvm-project/libc/test/integration/src/threads/ |
H A D | mtx_test.cpp | 21 constexpr int MAX = 10000; variable
|
/llvm-project/libc/test/integration/src/pthread/ |
H A D | pthread_mutex_test.cpp | 23 constexpr int MAX = 10000; variable
|
/llvm-project/llvm/tools/llvm-xray/ |
H A D | xray-graph.h | 39 enum class StatType { NONE, COUNT, MIN, MED, PCT90, PCT99, MAX, SUM }; enumerator
|
H A D | xray-account.cpp | 74 MAX, enumerator
|
/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
H A D | OMPConstants.h | 267 enum class OMPAtomicCompareOp : unsigned { EQ, MIN, MAX }; enumerator
|
/llvm-project/flang/include/flang/Evaluate/ |
H A D | integer.h | 751 constexpr Integer MAX(const Integer &y) const { MAX() function
|
/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/ |
H A D | HexagonShuffler.cpp | 46 enum { MAX = 360360 }; // LCD of 1/2, 1/3, 1/4,... 1/15. global() enumerator
|
/llvm-project/llvm/lib/Target/AMDGPU/Utils/ |
H A D | AMDGPUBaseInfo.h | 686 MAX = COMPONENT_Y global() enumerator
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/ |
H A D | loop-convert-extra.cpp | 316 #define MAX(a, b) (a > b) ? a : b macro
|
/llvm-project/clang/test/CXX/drs/ |
H A D | cwg6xx.cpp | 37 #define MAX __LLONG_MAX_ global() macro
|
/llvm-project/polly/lib/External/isl/imath/ |
H A D | imath.c | 120 static inline mp_size MAX(mp_size A, mp_size B) { return (B > A ? B : A); } in MAX() function
|
/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | RangeConstraintManager.cpp | 617 const llvm::APSInt &MAX = ValueFactory.getMaxValue(SampleValue); in negate() local [all...] |