Home
last modified time | relevance | path

Searched defs:SrcType (Results 1 – 20 of 20) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp662 CastsAwayConstness(Sema & Self,QualType SrcType,QualType DestType,bool CheckCVR,bool CheckObjCLifetime,QualType * TheOffendingSrcType=nullptr,QualType * TheOffendingDestType=nullptr,Qualifiers * CastAwayQualifiers=nullptr) CastsAwayConstness() argument
831 QualType SrcType = Self.Context.getCanonicalType(OrigSrcType); CheckDynamicCast() local
992 QualType SrcType = SrcExpr->getType(); DiagnoseReinterpretUpDownCast() local
1080 argTypeIsABIEquivalent(QualType SrcType,QualType DestType,ASTContext & Context) argTypeIsABIEquivalent() argument
1108 QualType SrcType = SrcExpr.get()->getType(); checkCastFunctionType() local
1293 IsAddressSpaceConversion(QualType SrcType,QualType DestType) IsAddressSpaceConversion() argument
1369 QualType SrcType = Self.Context.getCanonicalType(SrcExpr.get()->getType()); TryStaticCast() local
1612 TryStaticPointerDowncast(Sema & Self,QualType SrcType,QualType DestType,bool CStyle,SourceRange OpRange,unsigned & msg,CastKind & Kind,CXXCastPath & BasePath) TryStaticPointerDowncast() argument
1646 TryStaticDowncast(Sema & Self,CanQualType SrcType,CanQualType DestType,bool CStyle,SourceRange OpRange,QualType OrigSrcType,QualType OrigDestType,unsigned & msg,CastKind & Kind,CXXCastPath & BasePath) TryStaticDowncast() argument
1758 TryStaticMemberPointerUpcast(Sema & Self,ExprResult & SrcExpr,QualType SrcType,QualType DestType,bool CStyle,SourceRange OpRange,unsigned & msg,CastKind & Kind,CXXCastPath & BasePath) TryStaticMemberPointerUpcast() argument
1935 QualType SrcType = SrcExpr.get()->getType(); TryConstCast() local
2034 CheckCompatibleReinterpretCast(QualType SrcType,QualType DestType,bool IsDereference,SourceRange Range) CheckCompatibleReinterpretCast() argument
2086 QualType SrcType = SrcExpr.get()->getType(); DiagnoseCastOfObjCSEL() local
2107 QualType SrcType = SrcExpr.get()->getType(); DiagnoseCallingConvCast() local
2194 QualType SrcType = SrcExpr->getType(); checkIntToPointerCast() local
2253 QualType SrcType = SrcExpr.get()->getType(); TryReinterpretCast() local
2608 auto SrcType = SrcExpr.get()->getType(); TryAddressSpaceCast() local
2639 checkAddressSpaceCast(QualType SrcType,QualType DestType) checkAddressSpaceCast() argument
2777 QualType SrcType = SrcExpr.get()->getType(); CheckCXXCStyleCast() local
2883 QualType SrcType = SrcExpr.get()->getType(); DiagnoseBadFunctionCast() local
2958 QualType SrcType = SrcExpr.get()->getType(); CheckCStyleCast() local
3253 QualType SrcType = SrcExpr.get()->getType(); CheckBuiltinBitCast() local
3300 QualType SrcType = SrcExpr.get()->getType(); DiagnoseCastQual() local
[all...]
H A DSemaExprObjC.cpp4187 QualType SrcType = castExpr->getType(); CheckObjCBridgeRelatedCast() local
4225 checkObjCBridgeRelatedComponents(SourceLocation Loc,QualType DestType,QualType SrcType,ObjCInterfaceDecl * & RelatedClass,ObjCMethodDecl * & ClassMethod,ObjCMethodDecl * & InstanceMethod,TypedefNameDecl * & TDNDecl,bool CfToNs,bool Diagnose) checkObjCBridgeRelatedComponents() argument
4299 CheckObjCBridgeRelatedConversions(SourceLocation Loc,QualType DestType,QualType SrcType,Expr * & SrcExpr,bool Diagnose) CheckObjCBridgeRelatedConversions() argument
[all...]
H A DSema.cpp574 diagnoseNullableToNonnullConversion(QualType DstType,QualType SrcType,SourceLocation Loc) diagnoseNullableToNonnullConversion() argument
H A DSemaStmt.cpp1640 DiagnoseAssignmentEnum(QualType DstType,QualType SrcType,Expr * SrcExpr) DiagnoseAssignmentEnum() argument
H A DSemaExpr.cpp17654 DiagnoseAssignmentResult(AssignConvertType ConvTy,SourceLocation Loc,QualType DstType,QualType SrcType,Expr * SrcExpr,AssignmentAction Action,bool * Complained) DiagnoseAssignmentResult() argument
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DRecordOps.cpp19 auto SrcType = Src.getType().getCanonicalType().getUnqualifiedType(); copyRecord() local
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp916 EmitConversionToBool(Value * Src,QualType SrcType) EmitConversionToBool() argument
936 EmitFloatConversionCheck(Value * OrigSrc,QualType OrigSrcType,Value * Src,QualType SrcType,QualType DstType,llvm::Type * DstTy,SourceLocation Loc) EmitFloatConversionCheck() argument
1007 EmitIntegerTruncationCheckHelper(Value * Src,QualType SrcType,Value * Dst,QualType DstType,CGBuilderTy & Builder) EmitIntegerTruncationCheckHelper() argument
1044 PromotionIsPotentiallyEligibleForImplicitIntegerConversionCheck(QualType SrcType,QualType DstType) PromotionIsPotentiallyEligibleForImplicitIntegerConversionCheck() argument
1048 EmitIntegerTruncationCheck(Value * Src,QualType SrcType,Value * Dst,QualType DstType,SourceLocation Loc) EmitIntegerTruncationCheck() argument
1101 EmitIntegerSignChangeCheckHelper(Value * Src,QualType SrcType,Value * Dst,QualType DstType,CGBuilderTy & Builder) EmitIntegerSignChangeCheckHelper() argument
1157 EmitIntegerSignChangeCheck(Value * Src,QualType SrcType,Value * Dst,QualType DstType,SourceLocation Loc) EmitIntegerSignChangeCheck() argument
1239 EmitScalarCast(Value * Src,QualType SrcType,QualType DstType,llvm::Type * SrcTy,llvm::Type * DstTy,ScalarConversionOpts Opts) EmitScalarCast() argument
1300 EmitScalarConversion(Value * Src,QualType SrcType,QualType DstType,SourceLocation Loc,ScalarConversionOpts Opts) EmitScalarConversion() argument
1704 QualType SrcType = E->getSrcExpr()->getType(), VisitConvertVectorExpr() local
2106 const QualType SrcType = E->getType(); VisitCastExpr() local
2355 const QualType SrcType = E->getType(); VisitCastExpr() local
[all...]
H A DCGExprComplex.cpp454 EmitComplexToComplexCast(ComplexPairTy Val,QualType SrcType,QualType DestType,SourceLocation Loc) EmitComplexToComplexCast() argument
472 EmitScalarToComplexCast(llvm::Value * Val,QualType SrcType,QualType DestType,SourceLocation Loc) EmitScalarToComplexCast() argument
H A DCGStmtOpenMP.cpp5962 convertToScalarValue(CodeGenFunction & CGF,RValue Val,QualType SrcType,QualType DestType,SourceLocation Loc) convertToScalarValue() argument
5974 convertToComplexValue(CodeGenFunction & CGF,RValue Val,QualType SrcType,QualType DestType,SourceLocation Loc) convertToComplexValue() argument
H A DCGBuiltin.cpp20140 llvm::Type *SrcType = nullptr; global() member
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPreLegalizerCombiner.cpp124 const LLT SrcType = MRI.getType(MI.getOperand(1).getReg()); matchClampI64ToI16() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizationArtifactCombiner.h767 LLT SrcType = MRI.getType(SrcReg); findValueFromExt() local
793 LLT SrcType = MRI.getType(SrcReg); findValueFromTrunc() local
H A DMachineIRBuilder.h137 enum class SrcType { Ty_Reg, Ty_MIB, Ty_Predicate, Ty_Imm }; global() enum
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp2374 Type *SrcType = X->getType(); foldTruncShuffle() local
H A DInstCombineCompares.cpp3173 Type *SrcType = Bitcast->getSrcTy(); foldICmpBitCast() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp2474 EVT SrcType = CastOp.getValueType(); performVECTOR_SHUFFLECombine() local
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp2634 HandleFloatToIntCast(EvalInfo & Info,const Expr * E,QualType SrcType,const APFloat & Value,QualType DestType,APSInt & Result) HandleFloatToIntCast() argument
2703 HandleFloatToFloatCast(EvalInfo & Info,const Expr * E,QualType SrcType,QualType DestType,APFloat & Result) HandleFloatToFloatCast() argument
2715 HandleIntToIntCast(EvalInfo & Info,const Expr * E,QualType DestType,QualType SrcType,const APSInt & Value) HandleIntToIntCast() argument
2729 HandleIntToFloatCast(EvalInfo & Info,const Expr * E,const FPOptions FPO,QualType SrcType,const APSInt & Value,QualType DestType,APFloat & Result) HandleIntToFloatCast() argument
13875 QualType SrcType = SubExpr->getType(); VisitCastExpr() local
[all...]
H A DExprCXX.cpp775 QualType SrcType = getSubExpr()->getType(); isAlwaysNull() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp315 LLT SrcType = MRI.getType(Src1); matchCombineShuffleVector() local
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp2611 if (auto *SrcType = FindTruncSrcType()) { getAddExpr() local