Searched refs:__is_void (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/gnu/llvm/libcxx/include/__type_traits/
H A Dis_void.h23 #if __has_builtin(__is_void)
26 struct _LIBCPP_TEMPLATE_VIS is_void : _BoolConstant<__is_void(_Tp)> { };
30 inline constexpr bool is_void_v = __is_void(_Tp);
43 #endif // __has_builtin(__is_void)
/openbsd-current/gnu/lib/libstdc++/libstdc++/include/bits/
H A Dcpp_type_traits.h102 struct __is_void struct in namespace:std
111 struct __is_void<void> 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.h134 struct __is_void struct
141 struct __is_void<void> struct
333 : public __traitor<__is_void<_Tp>, __is_arithmetic<_Tp> >
/openbsd-current/gnu/llvm/clang/lib/Parse/
H A DParseExpr.cpp853 /// '__is_void'
1125 REVERTIBLE_TYPE_TRAIT(__is_void);

Completed in 192 milliseconds