Home
last modified time | relevance | path

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

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