Searched refs:isRealType (Results 1 – 5 of 5) sorted by relevance
282 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isRealType)
2498 bool isRealType() const; // C99 6.2.5p17 (real floating + integer)4176 (T->isRealType() && !T->isBooleanType() && !T->isEnumeralType());
490 if (!QT->isRealType()) in rewriteToObjCProperty()
7437 if (!type->isRealType()) return false; in breakDownVectorType()10269 if ((!RHSVecType && !RHSType->isRealType()) || in CheckVectorOperands()10270 (!LHSVecType && !LHSType->isRealType())) { in CheckVectorOperands()10353 if ((!LHSType->isSveVLSBuiltinType() && !LHSType->isRealType()) || in CheckSizelessVectorOperands()10354 (!RHSType->isSveVLSBuiltinType() && !RHSType->isRealType())) { in CheckSizelessVectorOperands()13813 } else if (ResType->isRealType()) { in CheckIncrementDecrementOperand()
2272 bool Type::isRealType() const { in isRealType() function in Type