Searched defs:remove_reference (Results 1 – 5 of 5) sorted by relevance
22 struct remove_reference { struct23 using type _LIBCPP_NODEBUG = __remove_reference_t(_Tp); argument
22 struct _LIBCPP_NO_SPECIALIZATIONS remove_reference { struct23 using type _LIBCPP_NODEBUG = __remove_reference_t(_Tp); argument
18 template <class T> struct remove_reference : cpp::type_identity<T> {}; struct
45 template <class T> struct remove_reference : type_identity<T> {}; struct
2363 remove_reference(arc_buf_hdr_t *hdr, const void *tag) in remove_reference() function