/external/clang/lib/ARCMigrate/ |
D | TransZeroOutPropsInDealloc.cpp | 74 RHS->isNullPointerConstant(Ctx, in VisitObjCMessageExpr() 215 if (E->isNullPointerConstant(Pass.Ctx, Expr::NPC_ValueDependentIsNull)) in isZero()
|
D | TransUnbridgedCasts.cpp | 105 if (castExpr->isNullPointerConstant(Pass.Ctx, in VisitCastExpr()
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | CheckObjCDealloc.cpp | 54 ME->getArg(0)->isNullPointerConstant(Ctx, in scan_ivar_release() 64 if (BO->getRHS()->isNullPointerConstant(Ctx, in scan_ivar_release()
|
D | ObjCContainersASTChecker.cpp | 69 if (E->isNullPointerConstant(ASTC, Expr::NPC_ValueDependentIsNull)) in hasPointerToPointerSizedType()
|
D | DeadStoresChecker.cpp | 282 if (RHS->isNullPointerConstant(Ctx, Expr::NPC_ValueDependentIsNull)) in observeStmt()
|
D | MacOSKeychainAPIChecker.cpp | 388 if (DeallocatorExpr->isNullPointerConstant(C.getASTContext(), in checkPreStmt()
|
D | IvarInvalidationChecker.cpp | 648 return (E->isNullPointerConstant(Ctx, Expr::NPC_ValueDependentIsNotNull) in isZero()
|
/external/clang/lib/Sema/ |
D | SemaFixItUtils.cpp | 103 isNullPointerConstant(S.Context, Expr::NPC_ValueDependentIsNotNull)) in tryToFixConversion()
|
D | SemaExpr.cpp | 529 isNullPointerConstant(S.Context, Expr::NPC_ValueDependentIsNotNull) && in CheckForNullPointerDereference() 4523 if (ArgExpr->isNullPointerConstant(Context, in CheckStaticArrayArgument() 5221 if (Src.get()->isNullPointerConstant(Context, in PrepareScalarCast() 5626 NullExpr->isNullPointerConstant(Context, in DiagnoseConditionalForNull() 5633 NullExpr->isNullPointerConstant(Context, in DiagnoseConditionalForNull() 5700 !NullExpr.get()->isNullPointerConstant(S.Context, in checkConditionalNullPointer() 7062 if (RHS.get()->isNullPointerConstant(Context, in CheckTransparentUnionArgumentConstraints() 7134 RHS.get()->isNullPointerConstant(Context, in CheckSingleAssignmentConstraints() 8257 if (Other->isNullPointerConstant(S.getASTContext(), in diagnoseObjCLiteralComparison() 8427 !RHSStripped->isNullPointerConstant(Context, in CheckCompareOperands() [all …]
|
D | SemaExprCXX.cpp | 540 !E->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNull)) { in BuildCXXUuidof() 4793 E2->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNull)) { in FindCompositePointerType() 4798 E1->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNull)) { in FindCompositePointerType() 4805 if (E1->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNull)) { in FindCompositePointerType() 4812 if (E2->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNull)) { in FindCompositePointerType()
|
D | SemaExprObjC.cpp | 2355 bool IsNull = Receiver->isNullPointerConstant(Context, in BuildInstanceMessage() 2910 if (e->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNotNull)) in VisitExpr()
|
D | SemaOverload.cpp | 1959 return Expr->isNullPointerConstant(Context, in isNullPointerConstantForConversion() 2612 From->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNotNull) == in CheckPointerConversion() 2662 if (From->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNull)) in CheckPointerConversion() 2682 if (From->isNullPointerConstant(Context, in IsMemberPointerConversion() 2724 assert(From->isNullPointerConstant(Context, in CheckMemberPointerConversion()
|
D | SemaChecking.cpp | 2600 if (E->isNullPointerConstant(S.Context, Expr::NPC_ValueDependentIsNotNull)) in checkFormatStringExpr() 6551 E->isNullPointerConstant(S.Context, Expr::NPC_ValueDependentIsNotNull); in DiagnoseNullConversion() 9283 if (!ArgumentExpr->isNullPointerConstant(Context, in CheckArgumentWithTypeTag()
|
D | SemaInit.cpp | 4486 return (e->isNullPointerConstant(C, Expr::NPC_ValueDependentIsNull) in isInvalidICRSource()
|
D | SemaTemplate.cpp | 4269 if (Arg->isNullPointerConstant(S.Context, Expr::NPC_NeverValueDependent)) { in isNullPointerValueTemplateArgument()
|
/external/clang/lib/AST/ |
D | Expr.cpp | 3189 Expr::isNullPointerConstant(ASTContext &Ctx, in isNullPointerConstant() function in Expr 3216 return CE->getSubExpr()->isNullPointerConstant(Ctx, NPC); in isNullPointerConstant() 3221 return ICE->getSubExpr()->isNullPointerConstant(Ctx, NPC); in isNullPointerConstant() 3225 return PE->getSubExpr()->isNullPointerConstant(Ctx, NPC); in isNullPointerConstant() 3230 return GE->getResultExpr()->isNullPointerConstant(Ctx, NPC); in isNullPointerConstant() 3234 return CE->getChosenSubExpr()->isNullPointerConstant(Ctx, NPC); in isNullPointerConstant() 3238 return DefaultArg->getExpr()->isNullPointerConstant(Ctx, NPC); in isNullPointerConstant() 3242 return DefaultInit->getExpr()->isNullPointerConstant(Ctx, NPC); in isNullPointerConstant() 3248 return M->GetTemporaryExpr()->isNullPointerConstant(Ctx, NPC); in isNullPointerConstant() 3251 return Source->isNullPointerConstant(Ctx, NPC); in isNullPointerConstant() [all …]
|
D | ASTDiagnostic.cpp | 1279 if (E->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNull)) in CheckForNullPtr() 1290 return VD->getInit()->IgnoreParenCasts()->isNullPointerConstant( in CheckForNullPtr()
|
D | ExprCXX.cpp | 122 if (!Op->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNull)) in getUuidAsStringRef()
|
D | ASTContext.cpp | 1915 E->IgnoreParenCasts()->isNullPointerConstant(*this, in isSentinelNullExpr()
|
D | ExprConstant.cpp | 6465 E->getArg(1)->isNullPointerConstant(Info.Ctx, in VisitCallExpr()
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | SValBuilder.cpp | 294 if (E->isNullPointerConstant(Ctx, Expr::NPC_ValueDependentIsNotNull)) in getConstantVal()
|
/external/clang/lib/CodeGen/ |
D | CGCall.cpp | 2880 Arg->isNullPointerConstant(getContext(), in getVarArgType()
|
/external/clang/include/clang/AST/ |
D | Expr.h | 670 NullPointerConstantKind isNullPointerConstant(
|