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 176 QualType OrigSrcType,
581 QualType OrigSrcType = SrcExpr.get()->getType();
622 QualType SrcType = Self.Context.getCanonicalType(OrigSrcType);
629 << OrigSrcType << SrcExpr.get()->getSourceRange();
636 << CT_Dynamic << OrigSrcType << this->DestType << OpRange;
672 << CT_Dynamic << OrigSrcType << this->DestType << OpRange;
    [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp 145 void EmitFloatConversionCheck(Value *OrigSrc, QualType OrigSrcType,
598 Value *OrigSrc, QualType OrigSrcType, Value *Src, QualType SrcType,
611 bool SrcIsUnsigned = OrigSrcType->isUnsignedIntegerOrEnumerationType();
635 CGF.getContext().getFloatTypeSemantics(OrigSrcType);
669 if (OrigSrcType->isHalfType()) {
698 if (CGF.getContext().getFloatingTypeOrder(OrigSrcType, DstType) != 1)
701 assert(!OrigSrcType->isHalfType() &&
724 CGF.EmitCheckTypeDescriptor(OrigSrcType),
749 QualType OrigSrcType = SrcType;
836 (OrigSrcType->isFloatingType() || DstType->isFloatingType())
    [all...]

Completed in 78 milliseconds