Searched refs:isRealType (Results 1 – 5 of 5) sorted by relevance
283 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isRealType)
2553 bool isRealType() const; // C99 6.2.5p17 (real floating + integer)4286 (T->isRealType() && !T->isBooleanType() && !T->isEnumeralType());
7593 if (!type->isRealType()) return false; in breakDownVectorType()10485 if ((!RHSVecType && !RHSType->isRealType()) || in CheckVectorOperands()10486 (!LHSVecType && !LHSType->isRealType())) { in CheckVectorOperands()10569 if ((!LHSType->isSveVLSBuiltinType() && !LHSType->isRealType()) || in CheckSizelessVectorOperands()10570 (!RHSType->isSveVLSBuiltinType() && !RHSType->isRealType())) { in CheckSizelessVectorOperands()14211 } else if (ResType->isRealType()) { in CheckIncrementDecrementOperand()
2327 bool Type::isRealType() const { in isRealType() function in Type
10890 {"_ZNK5clang4Type10isRealTypeEv", "clang::Type::isRealType() const"},