/external/clang/include/clang/Basic/ |
D | Specifiers.h | 114 VK_XValue enumerator
|
/external/llvm-project/clang/include/clang/Basic/ |
D | Specifiers.h | 119 VK_XValue enumerator
|
/external/clang/lib/AST/ |
D | ExprClassification.cpp | 57 case Cl::CL_XValue: assert(getValueKind() == VK_XValue); break; in ClassifyImpl() 96 case VK_XValue: in ClassifyExprValueKind()
|
D | ExprCXX.cpp | 697 ? VK_XValue in CXXDefaultInitExpr() 1069 :Type->getType()->isRValueReferenceType()? VK_XValue in CXXUnresolvedConstructExpr()
|
D | ASTDumper.cpp | 1859 case VK_XValue: in VisitExpr()
|
/external/llvm-project/clang/lib/AST/ |
D | ExprClassification.cpp | 57 case Cl::CL_XValue: assert(getValueKind() == VK_XValue); break; in ClassifyImpl() 96 case VK_XValue: in ClassifyExprValueKind()
|
D | ExprObjC.cpp | 282 case VK_XValue: in getCallReturnType()
|
D | ExprCXX.cpp | 956 : Ty->isRValueReferenceType() ? VK_XValue : VK_RValue, in CXXDefaultInitExpr() 1331 : TSI->getType()->isRValueReferenceType() ? VK_XValue in CXXUnresolvedConstructExpr() 1627 BoundToLvalueReference ? VK_LValue : VK_XValue, OK_Ordinary) { in MaterializeTemporaryExpr()
|
D | JSONNodeDumper.cpp | 61 case VK_XValue: Category = "xvalue"; break; in Visit()
|
D | TextNodeDumper.cpp | 152 case VK_XValue: in Visit()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaInit.cpp | 3562 case VK_XValue: S.Kind = SK_CastDerivedToBaseXValue; break; in AddDerivedToBaseCastStep() 3613 case VK_XValue: in AddQualificationConversionStep() 4617 VK = RRef->getPointeeType()->isFunctionType() ? VK_LValue : VK_XValue; in TryRefInitWithConversionFunction() 4657 VK = IsLValueRef ? VK_LValue : VK_XValue; in TryRefInitWithConversionFunction() 4871 ExprValueKind ValueKind = InitCategory.isXValue() ? VK_XValue : VK_RValue; in TryReferenceInitializationCore() 4904 ValueKind = isLValueRef ? VK_LValue : VK_XValue; in TryReferenceInitializationCore() 5031 : VK_XValue); in TryReferenceInitializationCore() 8142 VK_XValue : in Perform() 8309 : (Step->Kind == SK_QualificationConversionXValue ? VK_XValue in Perform()
|
D | SemaStmt.cpp | 3117 CK_NoOp, Value, VK_XValue, FPOptionsOverride()); in TryMoveInitialization() 3174 nullptr, VK_XValue, FPOptionsOverride()); in TryMoveInitialization()
|
D | SemaTemplate.cpp | 2388 ParamTy->isRValueReferenceType() ? VK_XValue : in transformFunctionTypeParam() 6917 ParamType->isRValueReferenceType() ? VK_XValue : VK_RValue); in CheckTemplateArgument()
|
D | SemaDeclCXX.cpp | 1200 E.get(), nullptr, VK_XValue, in checkTupleLikeDecomposition() 4643 Moving ? VK_XValue : VK_LValue, in BuildImplicitBaseInitializer() 14448 CastBuilder From(OtherRef, BaseType, VK_XValue, BasePath); in DefineImplicitMoveAssignment()
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | CallEvent.cpp | 42 case VK_XValue: in getResultType()
|
/external/clang/lib/Sema/ |
D | SemaInit.cpp | 3138 case VK_XValue: S.Kind = SK_CastDerivedToBaseXValue; break; in AddDerivedToBaseCastStep() 3182 case VK_XValue: in AddQualificationConversionStep() 4082 VK = RRef->getPointeeType()->isFunctionType() ? VK_LValue : VK_XValue; in TryRefInitWithConversionFunction() 4314 ExprValueKind ValueKind = InitCategory.isXValue()? VK_XValue : VK_RValue; in TryReferenceInitializationCore() 6410 VK_XValue : in Perform() 6615 VK_XValue : in Perform()
|
D | SemaStmt.cpp | 2794 CK_NoOp, Value, VK_XValue); in PerformMoveOrCopyInitialization() 2830 Value, nullptr, VK_XValue); in PerformMoveOrCopyInitialization()
|
D | SemaDeclCXX.cpp | 3395 Moving ? VK_XValue : VK_LValue, in BuildImplicitBaseInitializer() 10782 CastBuilder From(OtherRef, BaseType, VK_XValue, BasePath); in DefineImplicitMoveAssignment()
|
D | SemaType.cpp | 7301 case VK_XValue: T = S.Context.getRValueReferenceType(T); break; in getDecltypeForExpr()
|
/external/llvm-project/clang/lib/StaticAnalyzer/Core/ |
D | CallEvent.cpp | 86 case VK_XValue: in getResultType()
|
/external/clang/lib/CodeGen/ |
D | CGDecl.cpp | 638 assert(srcExpr->getValueKind() == VK_XValue); in tryEmitARCCopyWeakInit()
|
/external/clang/include/clang/AST/ |
D | Expr.h | 249 bool isXValue() const { return getValueKind() == VK_XValue; } in isXValue() 396 ? VK_LValue : VK_XValue)); in getValueKindForType()
|
D | ExprCXX.h | 3987 BoundToLvalueReference? VK_LValue : VK_XValue, OK_Ordinary, in MaterializeTemporaryExpr()
|
/external/llvm-project/clang/include/clang/AST/ |
D | Expr.h | 274 bool isXValue() const { return getValueKind() == VK_XValue; } in isXValue() 427 ? VK_LValue : VK_XValue)); in getValueKindForType()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGDecl.cpp | 713 assert(srcExpr->getValueKind() == VK_XValue); in tryEmitARCCopyWeakInit()
|