Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaCast.cpp460 CastsAwayConstness(Sema &Self, QualType SrcType, QualType DestType, in CastsAwayConstness()
577 QualType SrcType = Self.Context.getCanonicalType(OrigSrcType); in CheckDynamicCast() local
845 QualType SrcType = Self.Context.getCanonicalType(SrcExpr.get()->getType()); in TryStaticCast() local
1039 TryStaticPointerDowncast(Sema &Self, QualType SrcType, QualType DestType, in TryStaticPointerDowncast()
1073 TryStaticDowncast(Sema &Self, CanQualType SrcType, CanQualType DestType, in TryStaticDowncast()
1188 TryStaticMemberPointerUpcast(Sema &Self, ExprResult &SrcExpr, QualType SrcType, in TryStaticMemberPointerUpcast()
1353 QualType SrcType = SrcExpr->getType(); in TryConstCast() local
1426 void Sema::CheckCompatibleReinterpretCast(QualType SrcType, QualType DestType, in CheckCompatibleReinterpretCast()
1486 QualType SrcType = SrcExpr.get()->getType(); in TryReinterpretCast() local
1916 QualType SrcType = SrcExpr.get()->getType(); in CheckCStyleCast() local
DSemaExpr.cpp9278 QualType DstType, QualType SrcType, in DiagnoseAssignmentResult()
/external/clang/lib/CodeGen/
DCGExprComplex.cpp355 QualType SrcType, in EmitComplexToComplexCast()
DCGExprScalar.cpp521 Value *ScalarExprEmitter::EmitConversionToBool(Value *Src, QualType SrcType) { in EmitConversionToBool()
542 Value *ScalarExprEmitter::EmitScalarConversion(Value *Src, QualType SrcType, in EmitScalarConversion()
/external/clang/lib/AST/
DExprConstant.cpp1171 QualType SrcType, const APFloat &Value, in HandleFloatToIntCast()
1186 QualType SrcType, QualType DestType, in HandleFloatToFloatCast()
1198 QualType DestType, QualType SrcType, in HandleIntToIntCast()
1210 QualType SrcType, const APSInt &Value, in HandleIntToFloatCast()
5364 QualType SrcType = SubExpr->getType(); in VisitCastExpr() local
DExprCXX.cpp551 QualType SrcType = getSubExpr()->getType(); in isAlwaysNull() local
/external/llvm/lib/Analysis/
DScalarEvolution.cpp1550 Type *SrcType = Trunc->getOperand()->getType(); in getAddExpr() local