Searched defs:is_void (Results 1 – 4 of 4) sorted by relevance
22 struct _LIBCPP_TEMPLATE_VIS is_void : _BoolConstant<__is_same(__remove_cv(_Tp), void)> {}; struct
22 struct _LIBCPP_NO_SPECIALIZATIONS is_void : _BoolConstant<__is_same(__remove_cv(_Tp), void)> {}; struct
20 template <typename T> struct is_void : is_same<void, remove_cv_t<T>> {}; struct
314 int is_void, v = 0, i = 1; in dt_decl_prototype() local