HomeSort by relevance Sort by last modified time
    Searched refs:OrigSrcType (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Sema/
SemaCast.cpp 177 QualType OrigSrcType,
544 QualType OrigSrcType = SrcExpr.get()->getType();
581 QualType SrcType = Self.Context.getCanonicalType(OrigSrcType);
588 << OrigSrcType << SrcExpr.get()->getSourceRange();
594 << CT_Dynamic << OrigSrcType << this->DestType << OpRange;
622 << CT_Dynamic << OrigSrcType << this->DestType << OpRange;
    [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp 107 void EmitFloatConversionCheck(Value *OrigSrc, QualType OrigSrcType,
549 QualType OrigSrcType,
563 bool SrcIsUnsigned = OrigSrcType->isUnsignedIntegerOrEnumerationType();
590 CGF.getContext().getFloatTypeSemantics(OrigSrcType);
629 if (OrigSrcType->isHalfType()) {
646 CGF.EmitCheckTypeDescriptor(OrigSrcType),
664 QualType OrigSrcType = SrcType;
732 (OrigSrcType->isFloatingType() || DstType->isFloatingType()))
733 EmitFloatConversionCheck(OrigSrc, OrigSrcType, Src, SrcType, DstType,
    [all...]

Completed in 96 milliseconds