Searched refs:isRealType (Results 1 – 11 of 11) sorted by relevance
137 if (!DestType->isRealType() || !SubType->isIntegerType()) in isLossOfPrecision()
266 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isRealType)
1650 bool isRealType() const; // C99 6.2.5p17 (real floating + integer)
282 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isRealType)
1994 bool isRealType() const; // C99 6.2.5p17 (real floating + integer)3425 (T->isRealType() && !T->isBooleanType() && !T->isEnumeralType());
494 if (!QT->isRealType()) in rewriteToObjCProperty()
491 if (!QT->isRealType()) in rewriteToObjCProperty()
5799 if (!type->isRealType()) return false; in breakDownVectorType()7967 if ((!RHSVecType && !RHSType->isRealType()) || in CheckVectorOperands()7968 (!LHSVecType && !LHSType->isRealType())) { in CheckVectorOperands()9150 if (LHSType->isRealType() && RHSType->isRealType()) in CheckCompareOperands()10200 } else if (ResType->isRealType()) { in CheckIncrementDecrementOperand()
1805 bool Type::isRealType() const { in isRealType() function in Type
2115 bool Type::isRealType() const { in isRealType() function in Type
7258 if (!type->isRealType()) return false; in breakDownVectorType()10034 if ((!RHSVecType && !RHSType->isRealType()) || in CheckVectorOperands()10035 (!LHSVecType && !LHSType->isRealType())) { in CheckVectorOperands()13153 } else if (ResType->isRealType()) { in CheckIncrementDecrementOperand()