Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/
H A DHWEventListener.h173 virtual void onResourceAvailable(const ResourceRef &RRef) {} in onResourceAvailable() argument
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp5009 else if (const auto *RRef = cv3T3->getAs<RValueReferenceType>()) in TryRefInitWithConversionFunction() local
5010 VK = RRef->getPointeeType()->isFunctionType() ? VK_LValue : VK_XValue; in TryRefInitWithConversionFunction()