Home
last modified time | relevance | path

Searched refs:RRef (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/clang/test/CXX/temp/temp.param/
H A Dp7.cpp47 struct RRef { struct
62 RRef *ptr_to_bad;
63 RRef &ref_to_bad = *ptr_to_bad;
73 template<RRef> struct WithRRef {}; // cxx17-error {{cannot have type 'RRef'}}
77 …: RRef {}; // cxx20-note {{'BadBase' is not a structural type because it has a base class of non-s…
81RRef r; // cxx20-note {{'BadField' is not a structural type because it has a non-static data membe…
86RRef r[3][2]; // cxx20-note {{'BadFieldArray' is not a structural type because it has a non-static…
/llvm-project-15.0.7/llvm/include/llvm/MCA/
H A DHWEventListener.h170 virtual void onResourceAvailable(const ResourceRef &RRef) {} in onResourceAvailable() argument
/llvm-project-15.0.7/llvm/test/Demangle/
H A Dms-cxx11.test52 ?RRef@@YAH$$QAH@Z
53 ; CHECK: int __cdecl RRef(int &&)
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dmangle-ms-cxx11.cpp71 int RRef(int&& a) { return a; } in RRef() function
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dtype-traits.cpp2380 using RRef = ConvertsToRef<int, int &&>; in reference_binds_to_temporary_checks() typedef
2386 { int arr[T((__is_constructible(int &&, RRef)))]; } in reference_binds_to_temporary_checks()
2387 { int arr[F((__reference_binds_to_temporary(int &&, RRef)))]; } in reference_binds_to_temporary_checks()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaInit.cpp4707 else if (const auto *RRef = cv3T3->getAs<RValueReferenceType>()) in TryRefInitWithConversionFunction() local
4708 VK = RRef->getPointeeType()->isFunctionType() ? VK_LValue : VK_XValue; in TryRefInitWithConversionFunction()