Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__type_traits/
H A Dremove_reference.h23 struct remove_reference { struct
24 using type _LIBCPP_NODEBUG = __remove_reference_t(_Tp); argument
/freebsd/sys/contrib/openzfs/module/zfs/
H A Darc.c2322 remove_reference(arc_buf_hdr_t *hdr, const void *tag) in remove_reference() function