Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DConversionChecker.cpp137 if (!DestType->isRealType() || !SubType->isIntegerType()) in isLossOfPrecision()
/external/clang/include/clang/AST/
DCanonicalType.h266 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isRealType)
DType.h1650 bool isRealType() const; // C99 6.2.5p17 (real floating + integer)
/external/llvm-project/clang/include/clang/AST/
DCanonicalType.h282 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isRealType)
DType.h1994 bool isRealType() const; // C99 6.2.5p17 (real floating + integer)
3425 (T->isRealType() && !T->isBooleanType() && !T->isEnumeralType());
/external/llvm-project/clang/lib/ARCMigrate/
DObjCMT.cpp494 if (!QT->isRealType()) in rewriteToObjCProperty()
/external/clang/lib/ARCMigrate/
DObjCMT.cpp491 if (!QT->isRealType()) in rewriteToObjCProperty()
/external/clang/lib/Sema/
DSemaExpr.cpp5799 if (!type->isRealType()) return false; in breakDownVectorType()
7967 if ((!RHSVecType && !RHSType->isRealType()) || in CheckVectorOperands()
7968 (!LHSVecType && !LHSType->isRealType())) { in CheckVectorOperands()
9150 if (LHSType->isRealType() && RHSType->isRealType()) in CheckCompareOperands()
10200 } else if (ResType->isRealType()) { in CheckIncrementDecrementOperand()
/external/clang/lib/AST/
DType.cpp1805 bool Type::isRealType() const { in isRealType() function in Type
/external/llvm-project/clang/lib/AST/
DType.cpp2115 bool Type::isRealType() const { in isRealType() function in Type
/external/llvm-project/clang/lib/Sema/
DSemaExpr.cpp7258 if (!type->isRealType()) return false; in breakDownVectorType()
10034 if ((!RHSVecType && !RHSType->isRealType()) || in CheckVectorOperands()
10035 (!LHSVecType && !LHSType->isRealType())) { in CheckVectorOperands()
13153 } else if (ResType->isRealType()) { in CheckIncrementDecrementOperand()