Home
last modified time | relevance | path

Searched refs:getValueKind (Results 1 – 25 of 37) sorted by relevance

12

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExprClassification.cpp56 case Cl::CL_LValue: assert(getValueKind() == VK_LValue); break; in ClassifyImpl()
57 case Cl::CL_XValue: assert(getValueKind() == VK_XValue); break; in ClassifyImpl()
67 case Cl::CL_PRValue: assert(getValueKind() == VK_RValue); break; in ClassifyImpl()
280 return ClassifyExprValueKind(Lang, E, E->getValueKind()); in ClassifyInternal()
285 cast<PseudoObjectExpr>(E)->getValueKind()); in ClassifyInternal()
290 return ClassifyExprValueKind(Lang, E, E->getValueKind()); in ClassifyInternal()
428 return ClassifyExprValueKind(Lang, E, E->getValueKind()); in ClassifyInternal()
H A DASTImporter.cpp6572 ExprValueKind VK = E->getValueKind(); in VisitChooseExpr()
6675 E->getValueKind(), ToFoundD, ToResInfo, E->isNonOdrUse()); in VisitDeclRefExpr()
6825 ToLParenLoc, ToTypeSourceInfo, ToType, E->getValueKind(), in VisitCompoundLiteralExpr()
6923 E->getValueKind(), E->getObjectKind(), ToOperatorLoc, E->canOverflow(), in VisitUnaryOperator()
6967 E->getValueKind(), E->getObjectKind(), ToOperatorLoc, in VisitBinaryOperator()
6984 E->getValueKind(), E->getObjectKind()); in VisitConditionalOperator()
7003 ToQuestionLoc, ToColonLoc, ToType, E->getValueKind(), in VisitBinaryConditionalOperator()
7046 ToLocation, ToType, E->getValueKind(), E->getObjectKind(), ToSourceExpr); in VisitOpaqueValueExpr()
7059 ToLHS, ToRHS, ToType, E->getValueKind(), E->getObjectKind(), in VisitArraySubscriptExpr()
7078 E->getValueKind(), E->getObjectKind(), ToOperatorLoc, in VisitCompoundAssignOperator()
[all …]
H A DExprObjC.cpp279 switch (getValueKind()) { in getCallReturnType()
H A DExpr.cpp3807 assert((E->getValueKind() == VK_LValue && in getObjCProperty()
3847 (ICE->getValueKind() != VK_RValue && ICE->getCastKind() == CK_NoOp)) in getSourceBitField()
3894 if (ICE->getValueKind() != VK_RValue && in refersToVectorElement()
4125 AssocExprs[ResultIndex]->getValueKind(), in GenericSelectionExpr()
4223 : Expr(DesignatedInitExprClass, Ty, Init->getValueKind(), in DesignatedInitExpr()
4555 VK = semantics[resultIndex]->getValueKind(); in Create()
H A DJSONNodeDumper.cpp59 switch (E->getValueKind()) { in Visit()
H A DTextNodeDumper.cpp146 switch (E->getValueKind()) { in Visit()
H A DStmtProfile.cpp1327 ID.AddInteger(S->getValueKind()); in VisitImplicitCastExpr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaPseudoObject.cpp64 refExpr->getValueKind(), refExpr->getObjectKind(), in rebuildObjCPropertyRefExpr()
70 refExpr->getValueKind(), refExpr->getObjectKind(), in rebuildObjCPropertyRefExpr()
80 refExpr->getValueKind(), refExpr->getObjectKind(), in rebuildObjCSubscriptRefExpr()
90 refExpr->getValueKind(), refExpr->getQualifierLoc(), in rebuildMSPropertyRefExpr()
102 refExpr->getType(), refExpr->getValueKind(), refExpr->getObjectKind(), in rebuildMSPropertySubscriptExpr()
131 S.Context, e, uop->getOpcode(), uop->getType(), uop->getValueKind(), in rebuild()
170 rebuiltExpr->getType(), rebuiltExpr->getValueKind(), in rebuild()
363 e->getValueKind(), e->getObjectKind(), in capture()
451 capturedRHS->getValueKind(), OK_Ordinary, in buildAssignmentOperation()
466 result.get()->getValueKind(), OK_Ordinary, opcLoc, in buildAssignmentOperation()
[all …]
H A DSemaExprCXX.cpp596 E = ImpCastExprToType(E, UnqualT, CK_NoOp, E->getValueKind()).get(); in BuildCXXTypeId()
4006 nullptr, Result.get()->getValueKind(), in BuildCXXCastArgument()
4297 From = ImpCastExprToType(From, ToType, CK_NoOp, From->getValueKind(), in PerformImplicitConversion()
4406 CK_DerivedToBase, From->getValueKind(), in PerformImplicitConversion()
4511 From->getValueKind()).get(); in PerformImplicitConversion()
4541 ExprValueKind VK = From->getValueKind(); in PerformImplicitConversion()
5744 ExprValueKind VK = isIndirect ? VK_RValue : LHS.get()->getValueKind(); in CheckPointerToMemberOperands()
5811 VK = LHS.get()->getValueKind(); in CheckPointerToMemberOperands()
6173 VK = NonThrow->getValueKind(); in CXXCheckConditionalOperands()
6242 ExprValueKind LVK = LHS.get()->getValueKind(); in CXXCheckConditionalOperands()
[all …]
H A DSemaExprMember.cpp1602 VK = POE->getSyntacticForm()->getValueKind(); in LookupMemberExpr()
1604 VK = BaseExpr.get()->getValueKind(); in LookupMemberExpr()
1779 VK = BaseExpr->getValueKind(); in BuildFieldReferenceExpr()
H A DSemaExpr.cpp2985 CK_AddressSpaceConversion, From->getValueKind()) in PerformObjectMemberConversion()
3003 ExprValueKind VK = From->getValueKind(); in PerformObjectMemberConversion()
5512 if (getLangOpts().CPlusPlus11 && LHSExp->getValueKind() == VK_RValue) { in CreateBuiltinArraySubscriptExpr()
5518 VK = LHSExp->getValueKind(); in CreateBuiltinArraySubscriptExpr()
6493 SourceLocation(), FDecl->getType(), Fn->getValueKind(), FDecl, in BuildCallExpr()
8757 && commonExpr->getValueKind() == RHSExpr->getValueKind() in ActOnConditionalOp()
8780 commonExpr->getValueKind(), in ActOnConditionalOp()
10098 if (LHS.get()->getValueKind() == VK_LValue || in CheckVectorOperands()
14019 VK = LHS.get()->getValueKind(); in CreateBuiltinBinOp()
14153 VK = RHS.get()->getValueKind(); in CreateBuiltinBinOp()
[all …]
H A DSemaCoroutine.cpp900 if (E->getValueKind() == VK_RValue) in BuildResolvedCoawaitExpr()
960 if (E->getValueKind() == VK_RValue) in BuildCoyieldExpr()
H A DSemaInit.cpp4822 Initializer->getValueKind()); in TryReferenceInitializationCore()
4830 Initializer->getValueKind()); in TryReferenceInitializationCore()
5833 if (Initializer->getValueKind() == VK_RValue) { in InitializeFrom()
5844 Initializer->getValueKind(), in InitializeFrom()
8358 CurInit.get()->getValueKind(), S.CurFPFeatureOverrides()); in Perform()
8530 ILE->setValueKind(E->getValueKind()); in Perform()
8640 CurInit.get()->getValueKind()); in Perform()
8647 Cur->getValueKind(), Cur->getObjectKind(), Cur); in Perform()
8832 CurInit.get()->getValueKind()); in Perform()
H A DSemaStmtAsm.cpp63 auto ValueKind = ExprUnderCast->getValueKind(); in removeLValueToRValueCast()
H A DSemaOverload.cpp5506 From = ImpCastExprToType(From, DestType, CK, From->getValueKind()).get(); in PerformObjectArgumentInitialization()
5943 nullptr, Result.get()->getValueKind(), in diagnoseNoViableConversion()
5973 nullptr, Result.get()->getValueKind(), in recordConversion()
13900 OpaqueValueExpr(LHS->getExprLoc(), LHS->getType(), LHS->getValueKind(), in BuildSynthesizedThreeWayComparison()
13903 OpaqueValueExpr(RHS->getExprLoc(), RHS->getType(), RHS->getValueKind(), in BuildSynthesizedThreeWayComparison()
13966 Result.get()->getValueKind(), Result.get()->getObjectKind(), OpLoc, in BuildSynthesizedThreeWayComparison()
15009 SubExpr, nullptr, ICE->getValueKind(), in FixOverloadedFunctionReference()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUHSAMetadataStreamer.h67 StringRef getValueKind(Type *Ty, StringRef TypeQual,
150 ValueKind getValueKind(Type *Ty, StringRef TypeQual,
H A DAMDGPUHSAMetadataStreamer.cpp114 ValueKind MetadataStreamerV2::getValueKind(Type *Ty, StringRef TypeQual, in getValueKind() function in llvm::AMDGPU::HSAMD::MetadataStreamerV2
342 getValueKind(ArgTy, TypeQual, BaseTypeName), PointeeAlign, Name, in emitKernelArg()
534 StringRef MetadataStreamerV3::getValueKind(Type *Ty, StringRef TypeQual, in getValueKind() function in llvm::AMDGPU::HSAMD::MetadataStreamerV3
739 getValueKind(ArgTy, TypeQual, BaseTypeName), Offset, Args, in emitKernelArg()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp619 uint64_t ValueKind = Ind->getValueKind()->getZExtValue(); in computeNumValueSiteCounts()
637 uint64_t ValueKind = Ind->getValueKind()->getZExtValue(); in lowerValueProfileInst()
643 bool IsMemOpSize = (Ind->getValueKind()->getZExtValue() == in lowerValueProfileInst()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExpr.h272 bool isLValue() const { return getValueKind() == VK_LValue; } in isLValue()
273 bool isRValue() const { return getValueKind() == VK_RValue; } in isRValue()
274 bool isXValue() const { return getValueKind() == VK_XValue; } in isXValue()
275 bool isGLValue() const { return getValueKind() != VK_RValue; } in isGLValue()
432 ExprValueKind getValueKind() const { in getValueKind() function
999 : Expr(SC, subexpr->getType(), subexpr->getValueKind(), in FullExpr()
2049 : Expr(ParenExprClass, val->getType(), val->getValueKind(), in ParenExpr()
2661 : Expr(MatrixSubscriptExprClass, T, Base->getValueKind(), in MatrixSubscriptExpr()
H A DExprCXX.h293 SemanticForm->getValueKind(), SemanticForm->getObjectKind()), in CXXRewrittenBinaryOperator()
1256 Param->getDefaultArg()->getValueKind(), in CXXDefaultArgExpr()
4069 : Expr(PackExpansionExprClass, T, Pattern->getValueKind(), in PackExpansionExpr()
4532 return getValueKind() == VK_LValue; in isBoundToLvalueReference()
4695 : Expr(SC, Resume->getType(), Resume->getValueKind(), in CoroutineSuspendExpr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp1272 OldMsg->getValueKind(), in RewritePropertyOrImplicitSetter()
1285 OldMsg->getValueKind(), in RewritePropertyOrImplicitSetter()
1299 OldMsg->getValueKind(), in RewritePropertyOrImplicitSetter()
1348 OldMsg->getValueKind(), in RewritePropertyOrImplicitGetter()
1361 OldMsg->getValueKind(), in RewritePropertyOrImplicitGetter()
1375 OldMsg->getValueKind(), in RewritePropertyOrImplicitGetter()
H A DRewriteModernObjC.cpp1456 OldMsg->getValueKind(), in RewritePropertyOrImplicitSetter()
1469 OldMsg->getValueKind(), in RewritePropertyOrImplicitSetter()
1483 OldMsg->getValueKind(), in RewritePropertyOrImplicitSetter()
1539 OldMsg->getValueKind(), in RewritePropertyOrImplicitGetter()
1552 OldMsg->getValueKind(), in RewritePropertyOrImplicitGetter()
1566 OldMsg->getValueKind(), in RewritePropertyOrImplicitGetter()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DIntrinsicInst.h1149 ConstantInt *getValueKind() const { in getValueKind() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp82 switch (E->getValueKind()) { in getResultType()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDecl.cpp712 if (srcExpr->getValueKind() == VK_LValue) { in tryEmitARCCopyWeakInit()
715 assert(srcExpr->getValueKind() == VK_XValue); in tryEmitARCCopyWeakInit()

12