Searched defs:SrcType (Results 1 - 12 of 12) sorted by last modified time

/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp12908 needsConversionOfHalfVec(bool OpRequiresConversion, ASTContext &Ctx, QualType SrcType) argument
14762 DiagnoseAssignmentResult(AssignConvertType ConvTy, SourceLocation Loc, QualType DstType, QualType SrcType, Expr *SrcExpr, AssignmentAction Action, bool *Complained) argument
[all...]
H A DSemaStmt.cpp1260 Sema::DiagnoseAssignmentEnum(QualType DstType, QualType SrcType, argument
H A DSemaExprObjC.cpp4040 QualType SrcType = castExpr->getType(); local
4077 checkObjCBridgeRelatedComponents(SourceLocation Loc, QualType DestType, QualType SrcType, ObjCInterfaceDecl *&RelatedClass, ObjCMethodDecl *&ClassMethod, ObjCMethodDecl *&InstanceMethod, TypedefNameDecl *&TDNDecl, bool CfToNs, bool Diagnose) argument
4151 CheckObjCBridgeRelatedConversions(SourceLocation Loc, QualType DestType, QualType SrcType, Expr *&SrcExpr, bool Diagnose) argument
[all...]
H A DSemaCast.cpp592 CastsAwayConstness(Sema &Self, QualType SrcType, QualType DestType, argument
759 QualType SrcType = Self.Context.getCanonicalType(OrigSrcType); local
886 QualType SrcType = SrcExpr->getType(); local
1082 IsAddressSpaceConversion(QualType SrcType, QualType DestType) argument
1385 TryStaticPointerDowncast(Sema &Self, QualType SrcType, QualType DestType, bool CStyle, SourceRange OpRange, unsigned &msg, CastKind &Kind, CXXCastPath &BasePath) argument
1419 TryStaticDowncast(Sema &Self, CanQualType SrcType, CanQualType DestType, bool CStyle, SourceRange OpRange, QualType OrigSrcType, QualType OrigDestType, unsigned &msg, CastKind &Kind, CXXCastPath &BasePath) argument
1531 TryStaticMemberPointerUpcast(Sema &Self, ExprResult &SrcExpr, QualType SrcType, QualType DestType, bool CStyle, SourceRange OpRange, unsigned &msg, CastKind &Kind, CXXCastPath &BasePath) argument
1708 QualType SrcType = SrcExpr.get()->getType(); local
1807 CheckCompatibleReinterpretCast(QualType SrcType, QualType DestType, bool IsDereference, SourceRange Range) argument
1859 QualType SrcType = SrcExpr.get()->getType(); local
1880 QualType SrcType = SrcExpr.get()->getType(); local
1967 QualType SrcType = SrcExpr->getType(); local
2025 QualType SrcType = SrcExpr.get()->getType(); local
2375 checkAddressSpaceCast(QualType SrcType, QualType DestType) argument
2821 QualType SrcType = SrcExpr.get()->getType(); local
[all...]
H A DSema.cpp487 diagnoseNullableToNonnullConversion(QualType DstType, QualType SrcType, SourceLocation Loc) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp2197 PointerType *SrcType = cast<PointerType>(BCI->getSrcTy()); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp207 LLT SrcType = MRI.getType(Src1); local
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DMachineIRBuilder.h129 enum class SrcType { Ty_Reg, Ty_MIB, Ty_Predicate, Ty_Imm }; class in class:llvm::SrcOp
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp3895 convertToComplexValue(CodeGenFunction &CGF, RValue Val, QualType SrcType, argument
3882 convertToScalarValue(CodeGenFunction &CGF, RValue Val, QualType SrcType, QualType DestType, SourceLocation Loc) argument
H A DCGExprScalar.cpp859 Value *ScalarExprEmitter::EmitConversionToBool(Value *Src, QualType SrcType) { argument
878 EmitFloatConversionCheck( Value *OrigSrc, QualType OrigSrcType, Value *Src, QualType SrcType, QualType DstType, llvm::Type *DstTy, SourceLocation Loc) argument
950 EmitIntegerTruncationCheckHelper(Value *Src, QualType SrcType, Value *Dst, QualType DstType, CGBuilderTy &Builder) argument
986 PromotionIsPotentiallyEligibleForImplicitIntegerConversionCheck( QualType SrcType, QualType DstType) argument
991 EmitIntegerTruncationCheck(Value *Src, QualType SrcType, Value *Dst, QualType DstType, SourceLocation Loc) argument
1044 EmitIntegerSignChangeCheckHelper(Value *Src, QualType SrcType, Value *Dst, QualType DstType, CGBuilderTy &Builder) argument
1100 EmitIntegerSignChangeCheck(Value *Src, QualType SrcType, Value *Dst, QualType DstType, SourceLocation Loc) argument
1184 EmitScalarConversion(Value *Src, QualType SrcType, QualType DstType, SourceLocation Loc, ScalarConversionOpts Opts) argument
1660 QualType SrcType = E->getSrcExpr()->getType(), local
2026 const QualType SrcType = E->getType(); local
2199 const QualType SrcType = E->getType(); local
[all...]
H A DCGExprComplex.cpp423 EmitComplexToComplexCast(ComplexPairTy Val, QualType SrcType, QualType DestType, SourceLocation Loc) argument
439 EmitScalarToComplexCast(llvm::Value *Val, QualType SrcType, QualType DestType, SourceLocation Loc) argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DExprCXX.cpp834 QualType SrcType = getSubExpr()->getType(); local

Completed in 364 milliseconds