Home
last modified time | relevance | path

Searched defs:remove_reference (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__type_traits/
H A Dremove_reference.h22 struct remove_reference { struct
23 using type _LIBCPP_NODEBUG = __remove_reference_t(_Tp); argument
/freebsd/contrib/llvm-project/libcxx/include/__type_traits/
H A Dremove_reference.h22 struct _LIBCPP_NO_SPECIALIZATIONS remove_reference { struct
23 using type _LIBCPP_NODEBUG = __remove_reference_t(_Tp); argument
/freebsd/contrib/llvm-project/libc/src/__support/CPP/type_traits/
H A Dremove_reference.h18 template <class T> struct remove_reference : cpp::type_identity<T> {}; struct
/freebsd/contrib/llvm-project/libc/shared/
H A Drpc_util.h45 template <class T> struct remove_reference : type_identity<T> {}; struct
/freebsd/sys/contrib/openzfs/module/zfs/
H A Darc.c2363 remove_reference(arc_buf_hdr_t *hdr, const void *tag) in remove_reference() function