/llvm-project/compiler-rt/lib/builtins/ |
H A D | negvsi2.c | 20 const si_int MIN = in __negvsi2() local
|
H A D | negvti2.c | 22 const ti_int MIN = (tu_int)1 << ((int)(sizeof(ti_int) * CHAR_BIT) - 1); in __negvti2() local
|
H A D | negvdi2.c | 20 const di_int MIN = in __negvdi2() local
|
/llvm-project/clang/unittests/StaticAnalyzer/ |
H A D | RangeSetTest.cpp | 56 static constexpr T MIN = std::numeric_limits<T>::min(); member 286 constexpr auto MIN = TV::MIN; in TYPED_TEST() local 322 constexpr auto MIN = TV::MIN; TYPED_TEST() local 389 constexpr auto MIN = TV::MIN; TYPED_TEST() local 422 constexpr auto MIN = TV::MIN; TYPED_TEST() local 441 constexpr auto MIN = TV::MIN; TYPED_TEST() local 742 constexpr auto MIN = TV::MIN; TYPED_TEST() local 784 constexpr auto MIN = TV::MIN; TYPED_TEST() local 826 constexpr auto MIN = TV::MIN; TYPED_TEST() local 913 constexpr auto MIN = TV::MIN; TYPED_TEST() local 958 constexpr auto MIN = TV::MIN; TYPED_TEST() local 1023 constexpr auto MIN = TV::MIN; TYPED_TEST() local [all...] |
/llvm-project/libcxx/src/filesystem/ |
H A D | int128_builtins.cpp | 24 const __int128_t MIN = (__int128_t)1 << (N - 1); in __muloti4() local
|
/llvm-project/flang/lib/Lower/OpenMP/ |
H A D | ReductionProcessor.h | 55 MIN, enumerator
|
/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 | 70 MIN, enumerator
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/ |
H A D | macro-repeated-side-effects.c | 32 #define MIN(A,B) ((A) < (B) ? (A) : (B)) // single ?: macro
|
/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 | 759 constexpr Integer MIN(const Integer &y) const { MIN() function
|
/llvm-project/libc/test/src/__support/ |
H A D | big_int_test.cpp | 19 enum Value { ZERO, ONE, TWO, MIN, MAX }; global() enumerator
|
/llvm-project/polly/lib/External/isl/imath/ |
H A D | imath.c | 119 static inline int MIN(int A, int B) { return (B < A ? B : A); } in MIN() function
|
/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | RangeConstraintManager.cpp | 616 const llvm::APSInt &MIN = ValueFactory.getMinValue(SampleValue); in negate() local [all...] |
/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCISelDAGToDAG.cpp | 4638 MemIntrinsicSDNode *MIN = dyn_cast<MemIntrinsicSDNode>(N); in isOffsetMultipleOf() local
|