Home
last modified time | relevance | path

Searched refs:IsIntegral (Results 1 – 13 of 13) sorted by relevance

/llvm-project-15.0.7/libc/src/__support/
H A Dinteger_operations.h17 static constexpr cpp::EnableIfType<cpp::IsIntegral<T>::Value, T>
23 static constexpr cpp::EnableIfType<cpp::IsIntegral<T>::Value, void>
H A Dinteger_to_string.h18 static_assert(cpp::IsIntegral<T>::Value,
/llvm-project-15.0.7/libc/src/__support/FPUtil/
H A DNearestIntegerOperations.h239 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 DTypeTraits.h50 template <typename Type> struct IsIntegral {
89 IsIntegral<Type>::Value || IsFloatingPointType<Type>::Value;
H A DUtility.h17 static_assert(IsIntegral<T>::Value);
H A Dstringstream.h59 template <typename T, EnableIfType<IsIntegral<T>::Value, int> = 0>
/llvm-project-15.0.7/libc/utils/UnitTest/
H A DStringUtils.h20 cpp::EnableIfType<cpp::IsIntegral<T>::Value, std::string>
H A DLibcTest.cpp39 cpp::EnableIfType<cpp::IsIntegral<ValType>::Value, std::string>
H A DLibcTest.h86 cpp::EnableIfType<cpp::IsIntegral<ValType>::Value, int> = 0>
/llvm-project-15.0.7/libc/fuzzing/math/
H A DCompare.h30 __llvm_libc::cpp::EnableIfType<__llvm_libc::cpp::IsIntegral<T>::Value, bool>
/llvm-project-15.0.7/libc/utils/MPFRWrapper/
H A DMPFRUtils.cpp154 cpp::EnableIfType<cpp::IsIntegral<XType>::Value, int> = 0>
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DTokenKinds.def524 TYPE_TRAIT_1(__is_integral, IsIntegral, KEYCXX)
/llvm-project-15.0.7/clang/unittests/ASTMatchers/
H A DASTMatchersNarrowingTest.cpp1927 TEST_P(ASTMatchersTest, IsIntegral) { in TEST_P() argument