Searched refs:isNullPointerConstant (Results 1 - 18 of 18) sorted by relevance

/external/clang/lib/ARCMigrate/
H A DTransZeroOutPropsInDealloc.cpp74 RHS->isNullPointerConstant(Ctx,
217 if (E->isNullPointerConstant(Pass.Ctx, Expr::NPC_ValueDependentIsNull))
H A DTransUnbridgedCasts.cpp88 if (castExpr->isNullPointerConstant(Pass.Ctx,
/external/clang/lib/StaticAnalyzer/Checkers/
H A DCheckObjCDealloc.cpp74 ME->getArg(0)->isNullPointerConstant(Ctx,
84 if (BO->getRHS()->isNullPointerConstant(Ctx,
H A DObjCContainersASTChecker.cpp70 if (E->isNullPointerConstant(ASTC, Expr::NPC_ValueDependentIsNull))
H A DDeadStoresChecker.cpp274 if (RHS->isNullPointerConstant(Ctx, Expr::NPC_ValueDependentIsNull))
H A DMacOSKeychainAPIChecker.cpp389 if (DeallocatorExpr->isNullPointerConstant(C.getASTContext(),
/external/clang/lib/Sema/
H A DSemaFixItUtils.cpp103 isNullPointerConstant(S.Context, Expr::NPC_ValueDependentIsNotNull))
H A DSemaExprCXX.cpp456 !E->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNull))
4407 E2->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNull)) {
4412 E1->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNull)) {
4419 if (E1->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNull)) {
4426 if (E2->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNull)) {
H A DSemaExpr.cpp432 isNullPointerConstant(S.Context, Expr::NPC_ValueDependentIsNotNull) &&
3757 if (ArgExpr->isNullPointerConstant(Context,
4290 if (Src.get()->isNullPointerConstant(Context,
4634 NullExpr->isNullPointerConstant(Context,
4641 NullExpr->isNullPointerConstant(Context,
4731 !NullExpr.get()->isNullPointerConstant(S.Context,
5868 if (RHS.get()->isNullPointerConstant(Context,
5940 && RHS.get()->isNullPointerConstant(Context,
6075 // The canonical way to check for a GNU null is with isNullPointerConstant,
6077 // hot path, and isNullPointerConstant i
[all...]
H A DSemaChecking.cpp1632 if (E->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNotNull))
1811 if (ArgExpr->isNullPointerConstant(Context,
4693 if ((E->isNullPointerConstant(S.Context, Expr::NPC_ValueDependentIsNotNull)
6049 if (!ArgumentExpr->isNullPointerConstant(Context,
H A DSemaExprObjC.cpp2274 bool IsNull = Receiver->isNullPointerConstant(Context,
2585 if (e->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNotNull))
H A DSemaOverload.cpp1883 return Expr->isNullPointerConstant(Context,
2566 From->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNotNull) ==
2616 if (From->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNull))
2636 if (From->isNullPointerConstant(Context,
2678 assert(From->isNullPointerConstant(Context,
H A DSemaInit.cpp3890 return (e->isNullPointerConstant(C, Expr::NPC_ValueDependentIsNull)
H A DSemaTemplate.cpp3648 if (Arg->isNullPointerConstant(S.Context, Expr::NPC_NeverValueDependent)) {
/external/clang/lib/AST/
H A DExpr.cpp2885 /// isNullPointerConstant - C99 6.3.2.3p3 - Return whether this is a null
2891 Expr::isNullPointerConstant(ASTContext &Ctx, function in class:Expr
2917 return CE->getSubExpr()->isNullPointerConstant(Ctx, NPC);
2922 return ICE->getSubExpr()->isNullPointerConstant(Ctx, NPC);
2926 return PE->getSubExpr()->isNullPointerConstant(Ctx, NPC);
2929 return GE->getResultExpr()->isNullPointerConstant(Ctx, NPC);
2933 return DefaultArg->getExpr()->isNullPointerConstant(Ctx, NPC);
2939 return M->GetTemporaryExpr()->isNullPointerConstant(Ctx, NPC);
2942 return Source->isNullPointerConstant(Ctx, NPC);
2954 return ILE->getInit(0)->isNullPointerConstant(Ct
[all...]
H A DASTContext.cpp1635 E->IgnoreParenCasts()->isNullPointerConstant(*this,
H A DExprConstant.cpp4364 E->getArg(1)->isNullPointerConstant(Info.Ctx,
/external/clang/include/clang/AST/
H A DExpr.h539 /// returned from \c isNullPointerConstant().
561 /// \brief Enumeration used to describe how \c isNullPointerConstant()
576 /// isNullPointerConstant - C99 6.3.2.3p3 - Test if this reduces down to
579 NullPointerConstantKind isNullPointerConstant(

Completed in 394 milliseconds