Searched refs:RRef (Results 1 – 9 of 9) sorted by relevance
47 struct RRef { struct62 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…81 …RRef r; // cxx20-note {{'BadField' is not a structural type because it has a non-static data membe…86 …RRef r[3][2]; // cxx20-note {{'BadFieldArray' is not a structural type because it has a non-static…
169 virtual void onResourceAvailable(const ResourceRef &RRef) {} in onResourceAvailable() argument
52 ?RRef@@YAH$$QAH@Z53 ; CHECK: int __cdecl RRef(int &&)
70 int RRef(int&& a) { return a; } in RRef() function
71 int RRef(int&& a) { return a; } in RRef() function
2376 using RRef = ConvertsToRef<int, int &&>; in reference_binds_to_temporary_checks() typedef2382 { int arr[T((__is_constructible(int &&, RRef)))]; } in reference_binds_to_temporary_checks()2383 { int arr[F((__reference_binds_to_temporary(int &&, RRef)))]; } in reference_binds_to_temporary_checks()
4081 else if (const RValueReferenceType *RRef = T2->getAs<RValueReferenceType>()) in TryRefInitWithConversionFunction() local4082 VK = RRef->getPointeeType()->isFunctionType() ? VK_LValue : VK_XValue; in TryRefInitWithConversionFunction()
4616 else if (const auto *RRef = cv3T3->getAs<RValueReferenceType>()) in TryRefInitWithConversionFunction() local4617 VK = RRef->getPointeeType()->isFunctionType() ? VK_LValue : VK_XValue; in TryRefInitWithConversionFunction()