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

/freebsd-10.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprComplex.cpp365 EmitComplexToComplexCast(ComplexPairTy Val, QualType SrcType, QualType DestType) argument
H A DCGExprScalar.cpp533 Value *ScalarExprEmitter::EmitConversionToBool(Value *Src, QualType SrcType) { argument
690 Value *ScalarExprEmitter::EmitScalarConversion(Value *Src, QualType SrcType, argument
552 EmitFloatConversionCheck(Value *OrigSrc, QualType OrigSrcType, Value *Src, QualType SrcType, QualType DstType, llvm::Type *DstTy) argument
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Analysis/
H A DScalarEvolution.cpp1543 Type *SrcType = Trunc->getOperand()->getType(); variable
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/AST/
H A DExprCXX.cpp583 QualType SrcType = getSubExpr()->getType(); local
H A DExprConstant.cpp1205 HandleFloatToIntCast(EvalInfo &Info, const Expr *E, QualType SrcType, const APFloat &Value, QualType DestType, APSInt &Result) argument
1220 HandleFloatToFloatCast(EvalInfo &Info, const Expr *E, QualType SrcType, QualType DestType, APFloat &Result) argument
1232 HandleIntToIntCast(EvalInfo &Info, const Expr *E, QualType DestType, QualType SrcType, APSInt &Value) argument
1244 HandleIntToFloatCast(EvalInfo &Info, const Expr *E, QualType SrcType, const APSInt &Value, QualType DestType, APFloat &Result) argument
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaCast.cpp465 CastsAwayConstness(Sema &Self, QualType SrcType, QualType DestType, argument
582 QualType SrcType = Self.Context.getCanonicalType(OrigSrcType); local
691 QualType SrcType = SrcExpr->getType(); local
1138 TryStaticPointerDowncast(Sema &Self, QualType SrcType, QualType DestType, bool CStyle, const SourceRange &OpRange, unsigned &msg, CastKind &Kind, CXXCastPath &BasePath) argument
1172 TryStaticDowncast(Sema &Self, CanQualType SrcType, CanQualType DestType, bool CStyle, const SourceRange &OpRange, QualType OrigSrcType, QualType OrigDestType, unsigned &msg, CastKind &Kind, CXXCastPath &BasePath) argument
1287 TryStaticMemberPointerUpcast(Sema &Self, ExprResult &SrcExpr, QualType SrcType, QualType DestType, bool CStyle, const SourceRange &OpRange, unsigned &msg, CastKind &Kind, CXXCastPath &BasePath) argument
1453 QualType SrcType = SrcExpr->getType(); local
1536 CheckCompatibleReinterpretCast(QualType SrcType, QualType DestType, bool IsDereference, SourceRange Range) argument
1590 QualType SrcType = SrcExpr.get()->getType(); local
1608 QualType SrcType = SrcExpr->getType(); local
1629 QualType SrcType = SrcExpr.get()->getType(); local
[all...]
H A DSemaStmt.cpp1123 Sema::DiagnoseAssignmentEnum(QualType DstType, QualType SrcType, argument
H A DSemaExpr.cpp10179 DiagnoseAssignmentResult(AssignConvertType ConvTy, SourceLocation Loc, QualType DstType, QualType SrcType, Expr *SrcExpr, AssignmentAction Action, bool *Complained) argument
[all...]

Completed in 232 milliseconds