Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DConversionChecker.cpp137 if (!DestType->isRealType() || !SubType->isIntegerType()) in isLossOfPrecision()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DCanonicalType.h282 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isRealType)
DType.h2001 bool isRealType() const; // C99 6.2.5p17 (real floating + integer)
3436 (T->isRealType() && !T->isBooleanType() && !T->isEnumeralType());
/freebsd-12-stable/contrib/llvm-project/clang/lib/ARCMigrate/
DObjCMT.cpp494 if (!QT->isRealType()) in rewriteToObjCProperty()
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DType.cpp2119 bool Type::isRealType() const { in isRealType() function in Type
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaExpr.cpp7380 if (!type->isRealType()) return false; in breakDownVectorType()
10198 if ((!RHSVecType && !RHSType->isRealType()) || in CheckVectorOperands()
10199 (!LHSVecType && !LHSType->isRealType())) { in CheckVectorOperands()
13393 } else if (ResType->isRealType()) { in CheckIncrementDecrementOperand()