Searched defs:SrcType (Results 1 - 11 of 11) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSema.cpp352 diagnoseNullableToNonnullConversion(QualType DstType, QualType SrcType, SourceLocation Loc) argument
H A DSemaCast.cpp486 CastsAwayConstness(Sema &Self, QualType SrcType, QualType DestType, argument
622 QualType SrcType local
748 QualType SrcType = SrcExpr->getType(); local
1226 TryStaticPointerDowncast(Sema &Self, QualType SrcType, QualType DestType, bool CStyle, SourceRange OpRange, unsigned &msg, CastKind &Kind, CXXCastPath &BasePath) argument
1260 TryStaticDowncast(Sema &Self, CanQualType SrcType, CanQualType DestType, bool CStyle, SourceRange OpRange, QualType OrigSrcType, QualType OrigDestType, unsigned &msg, CastKind &Kind, CXXCastPath &BasePath) argument
1375 TryStaticMemberPointerUpcast(Sema &Self, ExprResult &SrcExpr, QualType SrcType, QualType DestType, bool CStyle, SourceRange OpRange, unsigned &msg, CastKind &Kind, CXXCastPath &BasePath) argument
1547 QualType SrcType = SrcExpr.get()->getType(); local
1660 CheckCompatibleReinterpretCast(QualType SrcType, QualType DestType, bool IsDereference, SourceRange Range) argument
1712 QualType SrcType = SrcExpr.get()->getType(); local
1730 QualType SrcType = SrcExpr->getType(); local
1761 QualType SrcType = SrcExpr.get()->getType(); local
[all...]
H A DSemaExprObjC.cpp3774 QualType SrcType = castExpr->getType(); local
3813 checkObjCBridgeRelatedComponents(SourceLocation Loc, QualType DestType, QualType SrcType, ObjCInterfaceDecl *&RelatedClass, ObjCMethodDecl *&ClassMethod, ObjCMethodDecl *&InstanceMethod, TypedefNameDecl *&TDNDecl, bool CfToNs, bool Diagnose) argument
3887 CheckObjCBridgeRelatedConversions(SourceLocation Loc, QualType DestType, QualType SrcType, Expr *&SrcExpr, bool Diagnose) argument
[all...]
H A DSemaStmt.cpp1171 Sema::DiagnoseAssignmentEnum(QualType DstType, QualType SrcType, argument
H A DSemaExpr.cpp12029 DiagnoseAssignmentResult(AssignConvertType ConvTy, SourceLocation Loc, QualType DstType, QualType SrcType, Expr *SrcExpr, AssignmentAction Action, bool *Complained) argument
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DExprCXX.cpp643 QualType SrcType = getSubExpr()->getType(); local
H A DExprConstant.cpp7726 QualType SrcType = SubExpr->getType(); local
1581 HandleFloatToIntCast(EvalInfo &Info, const Expr *E, QualType SrcType, const APFloat &Value, QualType DestType, APSInt &Result) argument
1596 HandleFloatToFloatCast(EvalInfo &Info, const Expr *E, QualType SrcType, QualType DestType, APFloat &Result) argument
1608 HandleIntToIntCast(EvalInfo &Info, const Expr *E, QualType DestType, QualType SrcType, const APSInt &Value) argument
1620 HandleIntToFloatCast(EvalInfo &Info, const Expr *E, QualType SrcType, const APSInt &Value, QualType DestType, APFloat &Result) argument
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprComplex.cpp395 EmitComplexToComplexCast(ComplexPairTy Val, QualType SrcType, QualType DestType, SourceLocation Loc) argument
411 EmitScalarToComplexCast(llvm::Value *Val, QualType SrcType, QualType DestType, SourceLocation Loc) argument
H A DCGStmtOpenMP.cpp2078 convertToComplexValue(CodeGenFunction &CGF, RValue Val, QualType SrcType, argument
2064 convertToScalarValue(CodeGenFunction &CGF, RValue Val, QualType SrcType, QualType DestType, SourceLocation Loc) argument
H A DCGExprScalar.cpp578 Value *ScalarExprEmitter::EmitConversionToBool(Value *Src, QualType SrcType) { argument
732 Value *ScalarExprEmitter::EmitScalarConversion(Value *Src, QualType SrcType, argument
597 EmitFloatConversionCheck( Value *OrigSrc, QualType OrigSrcType, Value *Src, QualType SrcType, QualType DstType, llvm::Type *DstTy, SourceLocation Loc) argument
738 EmitScalarConversion(Value *Src, QualType SrcType, QualType DstType, SourceLocation Loc, bool TreatBooleanAsSigned) argument
1057 QualType SrcType = E->getSrcExpr()->getType(), local
[all...]
/freebsd-11.0-release/contrib/llvm/lib/Analysis/
H A DScalarEvolution.cpp2058 Type *SrcType = Trunc->getOperand()->getType(); variable

Completed in 335 milliseconds