Searched refs:isRealType (Results 1 – 6 of 6) sorted by relevance
137 if (!DestType->isRealType() || !SubType->isIntegerType()) in isLossOfPrecision()
282 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isRealType)
2001 bool isRealType() const; // C99 6.2.5p17 (real floating + integer)3436 (T->isRealType() && !T->isBooleanType() && !T->isEnumeralType());
494 if (!QT->isRealType()) in rewriteToObjCProperty()
2119 bool Type::isRealType() const { in isRealType() function in Type
7380 if (!type->isRealType()) return false; in breakDownVectorType()10198 if ((!RHSVecType && !RHSType->isRealType()) || in CheckVectorOperands()10199 (!LHSVecType && !LHSType->isRealType())) { in CheckVectorOperands()13393 } else if (ResType->isRealType()) { in CheckIncrementDecrementOperand()