HomeSort by relevance Sort by last modified time
    Searched refs:isIntegralType (Results 1 - 14 of 14) sorted by null

  /external/clang/lib/Sema/
SemaCast.cpp     [all...]
SemaOverload.cpp 318 if (FromType->isRealFloatingType() && ToType->isIntegralType(Ctx)) {
320 } else if (FromType->isIntegralType(Ctx) && ToType->isRealFloatingType()) {
    [all...]
SemaExprObjC.cpp     [all...]
SemaDecl.cpp     [all...]
SemaExprCXX.cpp     [all...]
SemaExpr.cpp     [all...]
SemaDeclAttr.cpp     [all...]
  /external/clang/lib/Analysis/
BodyFarm.cpp 284 if (!isBoolean && !ResultTy->isIntegralType(C))
  /external/clang/include/clang/AST/
CanonicalType.h 261 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isIntegralType)
Type.h     [all...]
  /external/clang/lib/AST/
Expr.cpp     [all...]
Type.cpp 641 bool Type::isIntegralType(ASTContext &Ctx) const {
    [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp     [all...]
RewriteObjC.cpp     [all...]

Completed in 1755 milliseconds