Searched refs:isRealType (Results 1 – 5 of 5) sorted by relevance
266 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isRealType)
1650 bool isRealType() const; // C99 6.2.5p17 (real floating + integer)
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