Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__functional/
H A Dreference_wrapper.h137 inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 reference_wrapper<const _Tp> cref(const … in cref() function
143 cref(reference_wrapper<_Tp> __t) _NOEXCEPT { in cref() function
/freebsd/contrib/llvm-project/lld/ELF/
H A DConfig.h236 bool cref; member