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 179 QualType OrigSrcType,
544 QualType OrigSrcType = SrcExpr.get()->getType();
585 QualType SrcType = Self.Context.getCanonicalType(OrigSrcType);
592 << OrigSrcType << SrcExpr.get()->getSourceRange();
599 << CT_Dynamic << OrigSrcType << this->DestType << OpRange;
635 << CT_Dynamic << OrigSrcType << this->DestType << OpRange;
    [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp 108 void EmitFloatConversionCheck(Value *OrigSrc, QualType OrigSrcType,
556 QualType OrigSrcType,
570 bool SrcIsUnsigned = OrigSrcType->isUnsignedIntegerOrEnumerationType();
594 CGF.getContext().getFloatTypeSemantics(OrigSrcType);
628 if (OrigSrcType->isHalfType()) {
657 if (CGF.getContext().getFloatingTypeOrder(OrigSrcType, DstType) != 1)
660 assert(!OrigSrcType->isHalfType() &&
684 CGF.EmitCheckTypeDescriptor(OrigSrcType),
702 QualType OrigSrcType = SrcType;
770 (OrigSrcType->isFloatingType() || DstType->isFloatingType())
    [all...]

Completed in 52 milliseconds