Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/AST/
DCanonicalType.h267 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isRealType)
DType.h1514 bool isRealType() const; // C99 6.2.5p17 (real floating + integer)
/freebsd-9-stable/contrib/llvm/tools/clang/lib/ARCMigrate/
DObjCMT.cpp360 if (!QT->isRealType()) in rewriteToObjCProperty()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/AST/
DType.cpp808 bool Type::isRealType() const { in isRealType() function in Type
DExprConstant.cpp5846 else if (ArgTy->isRealType()) in EvaluateBuiltinClassifyType()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaExpr.cpp7761 if (LHSType->isRealType() && RHSType->isRealType()) in CheckCompareOperands()
8561 } else if (ResType->isRealType()) { in CheckIncrementDecrementOperand()