Searched refs:OrigSrcType (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaCast.cpp | 239 QualType OrigSrcType, 790 QualType OrigSrcType = SrcExpr.get()->getType(); in CheckDynamicCast() local 831 QualType SrcType = Self.Context.getCanonicalType(OrigSrcType); in CheckDynamicCast() 838 << OrigSrcType << this->DestType << SrcExpr.get()->getSourceRange(); in CheckDynamicCast() 845 << CT_Dynamic << OrigSrcType << this->DestType << OpRange; in CheckDynamicCast() 881 << CT_Dynamic << OrigSrcType << this->DestType << OpRange; in CheckDynamicCast() 1647 bool CStyle, SourceRange OpRange, QualType OrigSrcType, in TryStaticDowncast() argument 1724 << OrigSrcType << OrigDestType << VirtualBase << OpRange; in TryStaticDowncast()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGExprScalar.cpp | 302 void EmitFloatConversionCheck(Value *OrigSrc, QualType OrigSrcType, 936 Value *OrigSrc, QualType OrigSrcType, Value *Src, QualType SrcType, in EmitFloatConversionCheck() argument 948 CGF.getContext().getFloatTypeSemantics(OrigSrcType); in EmitFloatConversionCheck() 982 if (OrigSrcType->isHalfType()) { in EmitFloatConversionCheck() 997 CGF.EmitCheckTypeDescriptor(OrigSrcType), in EmitFloatConversionCheck() 1344 QualType OrigSrcType = SrcType; in EmitScalarConversion() local 1475 OrigSrcType->isFloatingType()) in EmitScalarConversion() 1476 EmitFloatConversionCheck(OrigSrc, OrigSrcType, Src, SrcType, DstType, DstTy, in EmitScalarConversion()
|