Searched refs:__is_arithmetic (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/gnu/lib/libstdc++/libstdc++/include/bits/
H A Dcpp_type_traits.h297 struct __is_arithmetic struct in namespace:std
313 _M_type = __is_void<_Tp>::_M_type || __is_arithmetic<_Tp>::_M_type
/openbsd-current/gnu/gcc/libstdc++-v3/include/bits/
H A Dcpp_type_traits.h324 struct __is_arithmetic struct in inherits:__traitor
333 : public __traitor<__is_void<_Tp>, __is_arithmetic<_Tp> >
341 : public __traitor<__is_arithmetic<_Tp>, __is_pointer<_Tp> >
/openbsd-current/gnu/llvm/clang/lib/Parse/
H A DParseExpr.cpp847 /// '__is_arithmetic'
1073 REVERTIBLE_TYPE_TRAIT(__is_arithmetic);

Completed in 224 milliseconds