Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaCast.cpp459 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 DSemaExprObjC.cpp3576 QualType SrcType = castExpr->getType(); in CheckObjCBridgeRelatedCast() local
3616 QualType DestType, QualType SrcType, in checkObjCBridgeRelatedComponents()
3682 QualType DestType, QualType SrcType, in CheckObjCBridgeRelatedConversions()
H A DSemaStmt.cpp1181 Sema::DiagnoseAssignmentEnum(QualType DstType, QualType SrcType, in DiagnoseAssignmentEnum()
H A DSemaExpr.cpp11019 QualType DstType, QualType SrcType, in DiagnoseAssignmentResult()
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGExprComplex.cpp394 QualType SrcType, in EmitComplexToComplexCast()
409 QualType SrcType, in EmitScalarToComplexCast()
H A DCGExprScalar.cpp578 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 DExprConstant.cpp1502 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 DExprCXX.cpp645 QualType SrcType = getSubExpr()->getType(); in isAlwaysNull() local
/minix3/external/bsd/llvm/dist/llvm/lib/Analysis/
H A DScalarEvolution.cpp1844 Type *SrcType = Trunc->getOperand()->getType(); in getAddExpr() local