Home
last modified time | relevance | path

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

/external/llvm-project/clang/test/CXX/temp/temp.param/
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…
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/
DHWEventListener.h169 virtual void onResourceAvailable(const ResourceRef &RRef) {} in onResourceAvailable() argument
/external/llvm-project/llvm/include/llvm/MCA/
DHWEventListener.h169 virtual void onResourceAvailable(const ResourceRef &RRef) {} in onResourceAvailable() argument
/external/llvm-project/llvm/test/Demangle/
Dms-cxx11.test52 ?RRef@@YAH$$QAH@Z
53 ; CHECK: int __cdecl RRef(int &&)
/external/clang/test/CodeGenCXX/
Dmangle-ms-cxx11.cpp70 int RRef(int&& a) { return a; } in RRef() function
/external/llvm-project/clang/test/CodeGenCXX/
Dmangle-ms-cxx11.cpp71 int RRef(int&& a) { return a; } in RRef() function
/external/llvm-project/clang/test/SemaCXX/
Dtype-traits.cpp2376 using RRef = ConvertsToRef<int, int &&>; in reference_binds_to_temporary_checks() typedef
2382 { 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()
/external/clang/lib/Sema/
DSemaInit.cpp4081 else if (const RValueReferenceType *RRef = T2->getAs<RValueReferenceType>()) in TryRefInitWithConversionFunction() local
4082 VK = RRef->getPointeeType()->isFunctionType() ? VK_LValue : VK_XValue; in TryRefInitWithConversionFunction()
/external/llvm-project/clang/lib/Sema/
DSemaInit.cpp4616 else if (const auto *RRef = cv3T3->getAs<RValueReferenceType>()) in TryRefInitWithConversionFunction() local
4617 VK = RRef->getPointeeType()->isFunctionType() ? VK_LValue : VK_XValue; in TryRefInitWithConversionFunction()