Searched defs:RRef (Results 1 – 5 of 5) sorted by relevance
/llvm-project/clang/test/CXX/temp/temp.param/ | ||
H A D | p7.cpp | 47 struct RRef { struct |
/llvm-project/llvm/include/llvm/MCA/ | ||
H A D | HWEventListener.h | 173 virtual void onResourceAvailable(const ResourceRef &RRef) {} in onResourceAvailable() |
/llvm-project/clang/test/CodeGenCXX/ | ||
H A D | mangle-ms-cxx11.cpp | 71 int RRef(int&& a) { return a; } in RRef() function |
/llvm-project/clang/test/SemaCXX/ | ||
H A D | type-traits.cpp | 2936 using RRef = ConvertsToRef<int, int &&>; reference_binds_to_temporary_checks() typedef |
/llvm-project/clang/lib/Sema/ | ||
H A D | SemaInit.cpp | 5000 else if (const auto *RRef = cv3T3->getAs<RValueReferenceType>()) TryRefInitWithConversionFunction() local |