Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DConversionChecker.cpp138 if (!DestType->isRealType() || !SubType->isIntegerType()) in isLossOfPrecision()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DCanonicalType.h281 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isRealType)
H A DType.h1935 bool isRealType() const; // C99 6.2.5p17 (real floating + integer)
/freebsd-12.1/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DObjCMT.cpp491 if (!QT->isRealType()) in rewriteToObjCProperty()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DType.cpp1943 bool Type::isRealType() const { in isRealType() function in Type
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExpr.cpp6205 if (!type->isRealType()) return false; in breakDownVectorType()
8794 if ((!RHSVecType && !RHSType->isRealType()) || in CheckVectorOperands()
8795 (!LHSVecType && !LHSType->isRealType())) { in CheckVectorOperands()
11610 } else if (ResType->isRealType()) { in CheckIncrementDecrementOperand()