Searched refs:isRealType (Results 1 – 6 of 6) sorted by relevance
266 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isRealType)
1535 bool isRealType() const; // C99 6.2.5p17 (real floating + integer)
819 bool Type::isRealType() const { in isRealType() function in Type
6094 else if (ArgTy->isRealType()) in EvaluateBuiltinClassifyType()
5206 if (!type->isRealType()) return false; in breakDownVectorType()7017 if ((!RHSVecType && !RHSType->isRealType()) || in CheckVectorOperands()7018 (!LHSVecType && !LHSType->isRealType())) { in CheckVectorOperands()8092 if (LHSType->isRealType() && RHSType->isRealType()) in CheckCompareOperands()8916 } else if (ResType->isRealType()) { in CheckIncrementDecrementOperand()
498 if (!QT->isRealType()) in rewriteToObjCProperty()