Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/include/__functional/
H A Dreference_wrapper.h84 cref(const _Tp& __t) _NOEXCEPT in cref() function
92 cref(reference_wrapper<_Tp> __t) _NOEXCEPT in cref() function
/llvm-project-15.0.7/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-15.0.7/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.elem/
H A Dget_const_rv.fail.cpp21 template <class T> void cref(T const&) {} in cref() function
/llvm-project-15.0.7/libcxx/test/std/containers/sequences/vector.bool/reference/
H A Dassign_bool.pass.cpp24 const Ref cref = vec[0]; in test() local
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dcxx2a-pointer-to-const-ref-member.cpp5 void cref() const& {} in cref() function
/llvm-project-15.0.7/libcxx/test/std/utilities/function.objects/refwrap/refwrap.helpers/
H A Dcref_2.pass.cpp22 void cref(A) {} in cref() function
/llvm-project-15.0.7/libcxx/test/std/ranges/range.adaptors/range.all/
H A Dall.pass.cpp127 auto cref = std::views::all(std::as_const(range)); in test() local
/llvm-project-15.0.7/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-15.0.7/lld/ELF/
H A DConfig.h169 bool cref; member