Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaCast.cpp198 QualType OrigSrcType,
718 QualType OrigSrcType = SrcExpr.get()->getType(); in CheckDynamicCast() local
759 QualType SrcType = Self.Context.getCanonicalType(OrigSrcType); in CheckDynamicCast()
766 << OrigSrcType << this->DestType << SrcExpr.get()->getSourceRange(); in CheckDynamicCast()
773 << CT_Dynamic << OrigSrcType << this->DestType << OpRange; in CheckDynamicCast()
809 << CT_Dynamic << OrigSrcType << this->DestType << OpRange; in CheckDynamicCast()
1420 bool CStyle, SourceRange OpRange, QualType OrigSrcType, in TryStaticDowncast() argument
1497 << OrigSrcType << OrigDestType << VirtualBase << OpRange; in TryStaticDowncast()
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGExprScalar.cpp320 void EmitFloatConversionCheck(Value *OrigSrc, QualType OrigSrcType,
879 Value *OrigSrc, QualType OrigSrcType, Value *Src, QualType SrcType, in EmitFloatConversionCheck() argument
891 CGF.getContext().getFloatTypeSemantics(OrigSrcType); in EmitFloatConversionCheck()
925 if (OrigSrcType->isHalfType()) { in EmitFloatConversionCheck()
940 CGF.EmitCheckTypeDescriptor(OrigSrcType), in EmitFloatConversionCheck()
1227 QualType OrigSrcType = SrcType; in EmitScalarConversion() local
1355 OrigSrcType->isFloatingType()) in EmitScalarConversion()
1356 EmitFloatConversionCheck(OrigSrc, OrigSrcType, Src, SrcType, DstType, DstTy, in EmitScalarConversion()