Home
last modified time | relevance | path

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

/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 _Tp& __t) _NOEXCEPT { in cref() function
143 cref(reference_wrapper<_Tp> __t) _NOEXCEPT { in cref() function
/llvm-project/flang/include/flang/Common/
H A Dreference-wrapper.h93 inline constexpr RT_API_ATTRS reference_wrapper<const _Tp> cref( in cref() function
99 inline constexpr RT_API_ATTRS reference_wrapper<const _Tp> cref( in cref() function
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dreserved-identifier-invert.cpp58 cref(const Up &u) noexcept { in cref() function
66 cref(reference_wrapper<const _Tp> __t) noexcept { in cref() function
/llvm-project/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.elem/
H A Dget_const_rv.verify.cpp21 template <class T> void cref(T const&) {} in cref() function
/llvm-project/libcxx/test/std/containers/sequences/vector.bool/reference/
H A Dassign_bool.pass.cpp24 const Ref cref = vec[0]; in test() local
/llvm-project/clang/test/SemaCXX/
H A Dcxx2a-pointer-to-const-ref-member.cpp5 void cref() const& {} in cref() function
/llvm-project/libcxx/test/std/utilities/function.objects/refwrap/refwrap.helpers/
H A Dcref_2.pass.cpp22 void cref(A) {} in cref() function
/llvm-project/libcxx/test/std/ranges/range.adaptors/range.all/
H A Dall.pass.cpp122 auto cref = std::views::all(std::as_const(range)); in test() local
/llvm-project/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dexample-tuple.cpp50 template<typename T> reference_wrapper<const T> cref(const T& t) { in cref() function
H A Dexample-bind.cpp50 template<typename T> reference_wrapper<const T> cref(const T& t) { in cref() function
/llvm-project/lld/ELF/
H A DConfig.h235 bool cref; global() member