Home
last modified time | relevance | path

Searched defs:cref (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__functional/
H A Dreference_wrapper.h73 inline _LIBCPP_HIDE_FROM_ABI reference_wrapper<const _Tp> cref(const _Tp& __t) _NOEXCEPT { in cref() function
78 inline _LIBCPP_HIDE_FROM_ABI reference_wrapper<const _Tp> cref(reference_wrapper<_Tp> __t) _NOEXCEP… in cref() function
/freebsd/contrib/llvm-project/libcxx/include/__functional/
H A Dreference_wrapper.h142 inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 reference_wrapper<const _Tp> cref(const … in cref() function
148 cref(reference_wrapper<_Tp> __t) _NOEXCEPT { in cref() function
/freebsd/contrib/llvm-project/lld/ELF/
H A DConfig.h316 bool cref; member