Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DOverload.h304 unsigned BindsToRvalue : 1; variable
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaOverload.cpp206 BindsToRvalue = false; in setAsIdentityConversion()
4064 return (!SCS1.IsLvalueReference && SCS1.BindsToRvalue && in isBetterReferenceBindingKind()
4889 ICS.Standard.BindsToRvalue = InitCategory.isRValue(); in TryReferenceInit()
5066 ICS.Standard.BindsToRvalue = true; in TryReferenceInit()
5088 ICS.UserDefined.After.BindsToRvalue = !LValRefType; in TryReferenceInit()
5361 SCS.BindsToRvalue = true; in TryListConversion()
5564 ICS.Standard.BindsToRvalue = FromClassification.isRValue(); in TryObjectArgumentInitialization()