Searched defs:SrcType (Results 1 – 9 of 9) sorted by relevance
/minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
H A D | SemaCast.cpp | 459 CastsAwayConstness(Sema &Self, QualType SrcType, QualType DestType, in CastsAwayConstness() 595 QualType SrcType = Self.Context.getCanonicalType(OrigSrcType); in CheckDynamicCast() local 728 QualType SrcType = SrcExpr->getType(); in DiagnoseReinterpretUpDownCast() local 984 QualType SrcType = Self.Context.getCanonicalType(SrcExpr.get()->getType()); in TryStaticCast() local 1186 TryStaticPointerDowncast(Sema &Self, QualType SrcType, QualType DestType, in TryStaticPointerDowncast() 1220 TryStaticDowncast(Sema &Self, CanQualType SrcType, CanQualType DestType, in TryStaticDowncast() 1335 TryStaticMemberPointerUpcast(Sema &Self, ExprResult &SrcExpr, QualType SrcType, in TryStaticMemberPointerUpcast() 1507 QualType SrcType = SrcExpr.get()->getType(); in TryConstCast() local 1620 void Sema::CheckCompatibleReinterpretCast(QualType SrcType, QualType DestType, in CheckCompatibleReinterpretCast() 1672 QualType SrcType = SrcExpr.get()->getType(); in DiagnoseCastOfObjCSEL() local [all …]
|
H A D | SemaExprObjC.cpp | 3576 QualType SrcType = castExpr->getType(); in CheckObjCBridgeRelatedCast() local 3616 QualType DestType, QualType SrcType, in checkObjCBridgeRelatedComponents() 3682 QualType DestType, QualType SrcType, in CheckObjCBridgeRelatedConversions()
|
H A D | SemaStmt.cpp | 1181 Sema::DiagnoseAssignmentEnum(QualType DstType, QualType SrcType, in DiagnoseAssignmentEnum()
|
H A D | SemaExpr.cpp | 11019 QualType DstType, QualType SrcType, in DiagnoseAssignmentResult()
|
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/ |
H A D | CGExprComplex.cpp | 394 QualType SrcType, in EmitComplexToComplexCast() 409 QualType SrcType, in EmitScalarToComplexCast()
|
H A D | CGExprScalar.cpp | 578 Value *ScalarExprEmitter::EmitConversionToBool(Value *Src, QualType SrcType) { in EmitConversionToBool() 599 Value *Src, QualType SrcType, in EmitFloatConversionCheck() 736 Value *ScalarExprEmitter::EmitScalarConversion(Value *Src, QualType SrcType, in EmitScalarConversion() 1025 QualType SrcType = E->getSrcExpr()->getType(), in VisitConvertVectorExpr() local
|
/minix3/external/bsd/llvm/dist/clang/lib/AST/ |
H A D | ExprConstant.cpp | 1502 QualType SrcType, const APFloat &Value, in HandleFloatToIntCast() 1517 QualType SrcType, QualType DestType, in HandleFloatToFloatCast() 1529 QualType DestType, QualType SrcType, in HandleIntToIntCast() 1541 QualType SrcType, const APSInt &Value, in HandleIntToFloatCast() 7362 QualType SrcType = SubExpr->getType(); in VisitCastExpr() local
|
H A D | ExprCXX.cpp | 645 QualType SrcType = getSubExpr()->getType(); in isAlwaysNull() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Analysis/ |
H A D | ScalarEvolution.cpp | 1844 Type *SrcType = Trunc->getOperand()->getType(); in getAddExpr() local
|