Searched refs:IsIntegral (Results 1 – 13 of 13) sorted by relevance
| /llvm-project-15.0.7/libc/src/__support/ |
| H A D | integer_operations.h | 17 static constexpr cpp::EnableIfType<cpp::IsIntegral<T>::Value, T> 23 static constexpr cpp::EnableIfType<cpp::IsIntegral<T>::Value, void>
|
| H A D | integer_to_string.h | 18 static_assert(cpp::IsIntegral<T>::Value,
|
| /llvm-project-15.0.7/libc/src/__support/FPUtil/ |
| H A D | NearestIntegerOperations.h | 239 cpp::IsIntegral<I>::Value, 281 cpp::IsIntegral<I>::Value, 289 cpp::IsIntegral<I>::Value,
|
| /llvm-project-15.0.7/libc/src/__support/CPP/ |
| H A D | TypeTraits.h | 50 template <typename Type> struct IsIntegral { 89 IsIntegral<Type>::Value || IsFloatingPointType<Type>::Value;
|
| H A D | Utility.h | 17 static_assert(IsIntegral<T>::Value);
|
| H A D | stringstream.h | 59 template <typename T, EnableIfType<IsIntegral<T>::Value, int> = 0>
|
| /llvm-project-15.0.7/libc/utils/UnitTest/ |
| H A D | StringUtils.h | 20 cpp::EnableIfType<cpp::IsIntegral<T>::Value, std::string>
|
| H A D | LibcTest.cpp | 39 cpp::EnableIfType<cpp::IsIntegral<ValType>::Value, std::string>
|
| H A D | LibcTest.h | 86 cpp::EnableIfType<cpp::IsIntegral<ValType>::Value, int> = 0>
|
| /llvm-project-15.0.7/libc/fuzzing/math/ |
| H A D | Compare.h | 30 __llvm_libc::cpp::EnableIfType<__llvm_libc::cpp::IsIntegral<T>::Value, bool>
|
| /llvm-project-15.0.7/libc/utils/MPFRWrapper/ |
| H A D | MPFRUtils.cpp | 154 cpp::EnableIfType<cpp::IsIntegral<XType>::Value, int> = 0>
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | TokenKinds.def | 524 TYPE_TRAIT_1(__is_integral, IsIntegral, KEYCXX)
|
| /llvm-project-15.0.7/clang/unittests/ASTMatchers/ |
| H A D | ASTMatchersNarrowingTest.cpp | 1927 TEST_P(ASTMatchersTest, IsIntegral) { in TEST_P() argument
|