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

  /frameworks/compile/slang/
slang_rs_export_var.cpp 49 if (Initializer->isNullPointerConstant(Context->getASTContext(),
  /external/clang/lib/ARCMigrate/
TransZeroOutPropsInDealloc.cpp 74 RHS->isNullPointerConstant(Ctx,
215 if (E->isNullPointerConstant(Pass.Ctx, Expr::NPC_ValueDependentIsNull))
TransUnbridgedCasts.cpp 105 if (castExpr->isNullPointerConstant(Pass.Ctx,
  /external/clang/lib/StaticAnalyzer/Checkers/
CheckObjCDealloc.cpp 75 ME->getArg(0)->isNullPointerConstant(Ctx,
85 if (BO->getRHS()->isNullPointerConstant(Ctx,
ObjCContainersASTChecker.cpp 69 if (E->isNullPointerConstant(ASTC, Expr::NPC_ValueDependentIsNull))
DeadStoresChecker.cpp 282 if (RHS->isNullPointerConstant(Ctx, Expr::NPC_ValueDependentIsNull))
IvarInvalidationChecker.cpp 648 return (E->isNullPointerConstant(Ctx, Expr::NPC_ValueDependentIsNotNull)
MacOSKeychainAPIChecker.cpp 380 if (DeallocatorExpr->isNullPointerConstant(C.getASTContext(),
  /external/chromium_org/tools/clang/rewrite_scoped_ptr_ctor_null/
RewriteScopedPtrCtorNull.cpp 44 return expr.isNullPointerConstant(*context,
  /external/clang/lib/Sema/
SemaFixItUtils.cpp 103 isNullPointerConstant(S.Context, Expr::NPC_ValueDependentIsNotNull))
SemaExprCXX.cpp 516 !E->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNull)) {
    [all...]
SemaExpr.cpp 481 isNullPointerConstant(S.Context, Expr::NPC_ValueDependentIsNotNull) &&
    [all...]
SemaExprObjC.cpp     [all...]
SemaOverload.cpp     [all...]
SemaChecking.cpp     [all...]
SemaInit.cpp     [all...]
SemaTemplate.cpp     [all...]
  /external/clang/lib/AST/
Expr.cpp     [all...]
ExprCXX.cpp 125 if (!Op->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNull))
    [all...]
ASTContext.cpp     [all...]
ExprConstant.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
SValBuilder.cpp 294 if (E->isNullPointerConstant(Ctx, Expr::NPC_ValueDependentIsNotNull))
  /external/clang/include/clang/AST/
Expr.h 625 /// returned from \c isNullPointerConstant().
647 /// \brief Enumeration used to describe how \c isNullPointerConstant()
662 /// isNullPointerConstant - C99 6.3.2.3p3 - Test if this reduces down to
665 NullPointerConstantKind isNullPointerConstant(
    [all...]

Completed in 785 milliseconds