Home
last modified time | relevance | path

Searched defs:MAX (Results 1 – 22 of 22) sorted by relevance

/llvm-project/clang/test/CodeGen/
H A Denum2.c4 enum e { MAX }; enumerator
/llvm-project/lldb/test/API/commands/expression/macros/
H A Dmacro2.h5 #define MAX(a, b)\ macro
/llvm-project/clang/test/SemaObjC/
H A Dexprs.m20 #define MAX(A,B) ({ __typeof__(A) __a = (A); __typeof__(B) __b = (B); __a < __b ? __b : __a; }) macro
/llvm-project/clang/unittests/StaticAnalyzer/
H A DRangeSetTest.cpp57 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 Dint128_builtins.cpp25 const __int128_t MAX = ~MIN; in __muloti4() local
/llvm-project/clang/test/AST/Interp/
H A Denums.cpp
/llvm-project/libc/src/stdio/scanf_core/
H A Dint_converter.cpp160 const uintmax_t MAX = convert_int() local
/llvm-project/libc/test/src/__support/
H A Dmath_extras_test.cpp114 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 Dbig_int_test.cpp19 enum Value { ZERO, ONE, TWO, MIN, MAX }; global() enumerator
[all...]
/llvm-project/flang/lib/Lower/OpenMP/
H A DReductionProcessor.h54 MAX, enumerator
/llvm-project/libc/test/integration/src/threads/
H A Dmtx_test.cpp21 constexpr int MAX = 10000; variable
/llvm-project/libc/test/integration/src/pthread/
H A Dpthread_mutex_test.cpp23 constexpr int MAX = 10000; variable
/llvm-project/llvm/tools/llvm-xray/
H A Dxray-graph.h39 enum class StatType { NONE, COUNT, MIN, MED, PCT90, PCT99, MAX, SUM }; enumerator
H A Dxray-account.cpp74 MAX, enumerator
/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPConstants.h267 enum class OMPAtomicCompareOp : unsigned { EQ, MIN, MAX }; enumerator
/llvm-project/flang/include/flang/Evaluate/
H A Dinteger.h751 constexpr Integer MAX(const Integer &y) const { MAX() function
/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonShuffler.cpp46 enum { MAX = 360360 }; // LCD of 1/2, 1/3, 1/4,... 1/15. global() enumerator
/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h686 MAX = COMPONENT_Y global() enumerator
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Dloop-convert-extra.cpp316 #define MAX(a, b) (a > b) ? a : b macro
/llvm-project/clang/test/CXX/drs/
H A Dcwg6xx.cpp37 #define MAX __LLONG_MAX_ global() macro
/llvm-project/polly/lib/External/isl/imath/
H A Dimath.c120 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 DRangeConstraintManager.cpp617 const llvm::APSInt &MAX = ValueFactory.getMaxValue(SampleValue); in negate() local
[all...]