Home
last modified time | relevance | path

Searched refs:isRealType (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DCanonicalType.h283 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isRealType)
H A DType.h2553 bool isRealType() const; // C99 6.2.5p17 (real floating + integer)
4286 (T->isRealType() && !T->isBooleanType() && !T->isEnumeralType());
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp7593 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()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp2327 bool Type::isRealType() const { in isRealType() function in Type
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc10890 {"_ZNK5clang4Type10isRealTypeEv", "clang::Type::isRealType() const"},