Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaCast.cpp234 QualType OrigSrcType,
767 QualType OrigSrcType = SrcExpr.get()->getType(); in CheckDynamicCast() local
808 QualType SrcType = Self.Context.getCanonicalType(OrigSrcType); in CheckDynamicCast()
815 << OrigSrcType << this->DestType << SrcExpr.get()->getSourceRange(); in CheckDynamicCast()
822 << CT_Dynamic << OrigSrcType << this->DestType << OpRange; in CheckDynamicCast()
858 << CT_Dynamic << OrigSrcType << this->DestType << OpRange; in CheckDynamicCast()
1616 bool CStyle, SourceRange OpRange, QualType OrigSrcType, in TryStaticDowncast() argument
1693 << OrigSrcType << OrigDestType << VirtualBase << OpRange; in TryStaticDowncast()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGExprScalar.cpp302 void EmitFloatConversionCheck(Value *OrigSrc, QualType OrigSrcType,
928 Value *OrigSrc, QualType OrigSrcType, Value *Src, QualType SrcType, in EmitFloatConversionCheck() argument
940 CGF.getContext().getFloatTypeSemantics(OrigSrcType); in EmitFloatConversionCheck()
974 if (OrigSrcType->isHalfType()) { in EmitFloatConversionCheck()
989 CGF.EmitCheckTypeDescriptor(OrigSrcType), in EmitFloatConversionCheck()
1336 QualType OrigSrcType = SrcType; in EmitScalarConversion() local
1467 OrigSrcType->isFloatingType()) in EmitScalarConversion()
1468 EmitFloatConversionCheck(OrigSrc, OrigSrcType, Src, SrcType, DstType, DstTy, in EmitScalarConversion()