Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDOverload.h173 unsigned BindsToRvalue : 1; variable
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaOverload.cpp182 BindsToRvalue = false; in setAsIdentityConversion()
3446 return (!SCS1.IsLvalueReference && SCS1.BindsToRvalue && in isBetterReferenceBindingKind()
4222 ICS.Standard.BindsToRvalue = false; in TryReferenceInit()
4287 ICS.Standard.BindsToRvalue = InitCategory.isRValue(); in TryReferenceInit()
4387 ICS.Standard.BindsToRvalue = true; in TryReferenceInit()
4413 ICS.UserDefined.After.BindsToRvalue = !LValRefType; in TryReferenceInit()
4638 SCS.BindsToRvalue = true; in TryListConversion()
4828 ICS.Standard.BindsToRvalue = FromClassification.isRValue(); in TryObjectArgumentInitialization()