Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DCanonicalType.h266 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isRealType)
H A DType.h1535 bool isRealType() const; // C99 6.2.5p17 (real floating + integer)
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DType.cpp819 bool Type::isRealType() const { in isRealType() function in Type
H A DExprConstant.cpp6094 else if (ArgTy->isRealType()) in EvaluateBuiltinClassifyType()
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp5206 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()
/minix3/external/bsd/llvm/dist/clang/lib/ARCMigrate/
H A DObjCMT.cpp498 if (!QT->isRealType()) in rewriteToObjCProperty()