Searched defs:remove_reference (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/groff/src/roff/troff/
H A Ddictionary.cpp158 void object::remove_reference() function in class:object
/freebsd-10-stable/contrib/llvm/include/llvm/Support/
H A Dtype_traits.h137 template <typename T> struct remove_reference { typedef T type; }; struct in namespace:llvm
138 template <typename T> struct remove_reference<T&> { typedef T type; }; struct in namespace:llvm
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Darc.c2170 remove_reference(arc_buf_hdr_t *hdr, kmutex_t *hash_lock, void *tag) function

Completed in 62 milliseconds