Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DOverload.h276 unsigned BindsToRvalue : 1; variable
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOverload.cpp195 BindsToRvalue = false; in setAsIdentityConversion()
3757 return (!SCS1.IsLvalueReference && SCS1.BindsToRvalue && in isBetterReferenceBindingKind()
4584 ICS.Standard.BindsToRvalue = false; in TryReferenceInit()
4649 ICS.Standard.BindsToRvalue = InitCategory.isRValue(); in TryReferenceInit()
4752 ICS.Standard.BindsToRvalue = true; in TryReferenceInit()
4777 ICS.UserDefined.After.BindsToRvalue = !LValRefType; in TryReferenceInit()
5005 SCS.BindsToRvalue = true; in TryListConversion()
5200 ICS.Standard.BindsToRvalue = FromClassification.isRValue(); in TryObjectArgumentInitialization()