Home
last modified time | relevance | path

Searched refs:__is_arithmetic (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/clang/test/PCH/
H A Dcxx-traits.h22 struct __is_arithmetic {}; // expected-warning {{made available}} struct
H A Dcxx-traits.cpp20 bool _is_arithmetic_result = __is_arithmetic(int);
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dtype-traits.cpp593 int t01[T(__is_arithmetic(float))]; in is_arithmetic()
594 int t02[T(__is_arithmetic(double))]; in is_arithmetic()
596 int t11[T(__is_arithmetic(bool))]; in is_arithmetic()
597 int t12[T(__is_arithmetic(char))]; in is_arithmetic()
603 int t18[T(__is_arithmetic(short))]; in is_arithmetic()
605 int t20[T(__is_arithmetic(int))]; in is_arithmetic()
607 int t22[T(__is_arithmetic(long))]; in is_arithmetic()
610 int t24[F(__is_arithmetic(Union))]; in is_arithmetic()
614 int t28[F(__is_arithmetic(Enum))]; in is_arithmetic()
615 int t29[F(__is_arithmetic(void))]; in is_arithmetic()
[all …]
H A Dsizeless-1.cpp491 _Static_assert(!__is_arithmetic(svint8_t), ""); in cxx_only()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DTokenKinds.def522 TYPE_TRAIT_1(__is_arithmetic, IsArithmetic, KEYCXX)
/llvm-project-15.0.7/clang/lib/Parse/
H A DParseExpr.cpp1067 REVERTIBLE_TYPE_TRAIT(__is_arithmetic); in ParseCastExpression()
/llvm-project-15.0.7/clang/docs/
H A DLanguageExtensions.rst1391 * ``__is_arithmetic`` (C++, Embarcadero)