Searched refs:OrigSrcType (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaCast.cpp | 225 QualType OrigSrcType, 757 QualType OrigSrcType = SrcExpr.get()->getType(); in CheckDynamicCast() local 798 QualType SrcType = Self.Context.getCanonicalType(OrigSrcType); in CheckDynamicCast() 805 << OrigSrcType << this->DestType << SrcExpr.get()->getSourceRange(); in CheckDynamicCast() 812 << CT_Dynamic << OrigSrcType << this->DestType << OpRange; in CheckDynamicCast() 848 << CT_Dynamic << OrigSrcType << this->DestType << OpRange; in CheckDynamicCast() 1588 bool CStyle, SourceRange OpRange, QualType OrigSrcType, in TryStaticDowncast() argument 1665 << OrigSrcType << OrigDestType << VirtualBase << OpRange; in TryStaticDowncast()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGExprScalar.cpp | 307 void EmitFloatConversionCheck(Value *OrigSrc, QualType OrigSrcType, 895 Value *OrigSrc, QualType OrigSrcType, Value *Src, QualType SrcType, in EmitFloatConversionCheck() argument 907 CGF.getContext().getFloatTypeSemantics(OrigSrcType); in EmitFloatConversionCheck() 941 if (OrigSrcType->isHalfType()) { in EmitFloatConversionCheck() 956 CGF.EmitCheckTypeDescriptor(OrigSrcType), in EmitFloatConversionCheck() 1292 QualType OrigSrcType = SrcType; in EmitScalarConversion() local 1423 OrigSrcType->isFloatingType()) in EmitScalarConversion() 1424 EmitFloatConversionCheck(OrigSrc, OrigSrcType, Src, SrcType, DstType, DstTy, in EmitScalarConversion()
|