Home
last modified time | relevance | path

Searched refs:OrigSrcType (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp281 QualType OrigSrcType,
848 QualType OrigSrcType = SrcExpr.get()->getType(); in CheckDynamicCast() local
889 QualType SrcType = Self.Context.getCanonicalType(OrigSrcType); in CheckDynamicCast()
896 << OrigSrcType << this->DestType << SrcExpr.get()->getSourceRange(); in CheckDynamicCast()
903 << CT_Dynamic << OrigSrcType << this->DestType << OpRange; in CheckDynamicCast()
939 << CT_Dynamic << OrigSrcType << this->DestType << OpRange; in CheckDynamicCast()
1730 QualType OrigSrcType, QualType OrigDestType, in TryStaticDowncast() argument
1808 << OrigSrcType << OrigDestType << VirtualBase << OpRange; in TryStaticDowncast()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp344 void EmitFloatConversionCheck(Value *OrigSrc, QualType OrigSrcType,
996 Value *OrigSrc, QualType OrigSrcType, Value *Src, QualType SrcType, in EmitFloatConversionCheck() argument
1010 CGF.getContext().getFloatTypeSemantics(OrigSrcType); in EmitFloatConversionCheck()
1044 if (OrigSrcType->isHalfType()) { in EmitFloatConversionCheck()
1059 CGF.EmitCheckTypeDescriptor(OrigSrcType), in EmitFloatConversionCheck()
1575 QualType OrigSrcType = SrcType; in EmitScalarConversion() local
1706 OrigSrcType->isFloatingType()) in EmitScalarConversion()
1707 EmitFloatConversionCheck(OrigSrc, OrigSrcType, Src, SrcType, DstType, DstTy, in EmitScalarConversion()