| /netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/ |
| H A D | TransZeroOutPropsInDealloc.cpp | 73 RHS->isNullPointerConstant(Ctx, in VisitObjCMessageExpr() 212 if (E->isNullPointerConstant(Pass.Ctx, Expr::NPC_ValueDependentIsNull)) in isZero()
|
| H A D | TransUnbridgedCasts.cpp | 104 if (castExpr->isNullPointerConstant(Pass.Ctx, in VisitCastExpr()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | ObjCContainersASTChecker.cpp | 69 E->isNullPointerConstant(ASTC, Expr::NPC_ValueDependentIsNull)); in hasPointerToPointerSizedType()
|
| H A D | DeadStoresChecker.cpp | 344 if (RHS->isNullPointerConstant(Ctx, Expr::NPC_ValueDependentIsNull)) in observeStmt()
|
| H A D | IvarInvalidationChecker.cpp | 644 return (E->isNullPointerConstant(Ctx, Expr::NPC_ValueDependentIsNotNull) in isZero()
|
| H A D | MacOSKeychainAPIChecker.cpp | 356 if (DeallocatorExpr->isNullPointerConstant(C.getASTContext(), in checkPreStmt()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaFixItUtils.cpp | 102 isNullPointerConstant(S.Context, Expr::NPC_ValueDependentIsNotNull)) in tryToFixConversion()
|
| H A D | SemaExpr.cpp | 537 UO->getSubExpr()->IgnoreParenCasts()->isNullPointerConstant( in CheckForNullPointerDereference() 6030 if (ArgExpr->isNullPointerConstant(Context, in CheckStaticArrayArgument() 7176 if (Src.get()->isNullPointerConstant(Context, in PrepareScalarCast() 7724 NullExpr->isNullPointerConstant(Context, in DiagnoseConditionalForNull() 7731 NullExpr->isNullPointerConstant(Context, in DiagnoseConditionalForNull() 7798 !NullExpr.get()->isNullPointerConstant(S.Context, in checkConditionalNullPointer() 9470 if (RHS.get()->isNullPointerConstant(Context, in CheckTransparentUnionArgumentConstraints() 9571 RHS.get()->isNullPointerConstant(Context, in CheckSingleAssignmentConstraints() 9585 if (LHSType->isQueueT() && RHS.get()->isNullPointerConstant( in CheckSingleAssignmentConstraints() 10665 if (PExp->IgnoreParenCasts()->isNullPointerConstant( in CheckAdditionOperands() [all …]
|
| H A D | SemaExprObjC.cpp | 2920 bool IsNull = Receiver->isNullPointerConstant(Context, in BuildInstanceMessage() 3568 if (e->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNotNull)) in VisitExpr()
|
| H A D | SemaChecking.cpp | 1038 if (!Arg4->isNullPointerConstant(S.Context, in SemaOpenCLBuiltinEnqueueKernel() 1049 if (!Arg5->isNullPointerConstant(S.Context, in SemaOpenCLBuiltinEnqueueKernel() 6867 return E->isNullPointerConstant( in SemaBuiltinARMMemoryTaggingCall() 7286 if (E->isNullPointerConstant(S.Context, Expr::NPC_ValueDependentIsNotNull)) in checkFormatStringExpr() 12034 E->isNullPointerConstant(S.Context, Expr::NPC_ValueDependentIsNotNull); in DiagnoseNullConversion() 15869 if (!ArgumentExpr->isNullPointerConstant(Context, in CheckArgumentWithTypeTag()
|
| H A D | SemaExprCXX.cpp | 740 if (E->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNull)) { in BuildCXXUuidof() 6532 E2->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNull)) { in FindCompositePointerType() 6540 E1->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNull)) { in FindCompositePointerType()
|
| H A D | SemaOverload.cpp | 2331 return Expr->isNullPointerConstant(Context, in isNullPointerConstantForConversion() 2997 From->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNotNull) == in CheckPointerConversion() 3061 if (From->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNull)) in CheckPointerConversion() 3081 if (From->isNullPointerConstant(Context, in IsMemberPointerConversion() 3122 assert(From->isNullPointerConstant(Context, in CheckMemberPointerConversion()
|
| H A D | SemaInit.cpp | 5486 return (e->isNullPointerConstant(C, Expr::NPC_ValueDependentIsNull) in isInvalidICRSource() 7925 isNullPointerConstant(S.Context, Expr::NPC_ValueDependentIsNotNull)) { in CheckForNullPointerDereference()
|
| H A D | SemaTemplate.cpp | 6324 if (Arg->isNullPointerConstant(S.Context, Expr::NPC_NeverValueDependent)) { in isNullPointerValueTemplateArgument()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | Expr.cpp | 2091 ->isNullPointerConstant(Ctx, Expr::NPC_ValueDependentIsNotNull)) in isNullPointerArithmeticExtension() 3677 Expr::isNullPointerConstant(ASTContext &Ctx, in isNullPointerConstant() function in Expr 3718 return CE->getSubExpr()->isNullPointerConstant(Ctx, NPC); in isNullPointerConstant() 3723 return ICE->getSubExpr()->isNullPointerConstant(Ctx, NPC); in isNullPointerConstant() 3727 return PE->getSubExpr()->isNullPointerConstant(Ctx, NPC); in isNullPointerConstant() 3732 return GE->getResultExpr()->isNullPointerConstant(Ctx, NPC); in isNullPointerConstant() 3736 return CE->getChosenSubExpr()->isNullPointerConstant(Ctx, NPC); in isNullPointerConstant() 3740 return DefaultArg->getExpr()->isNullPointerConstant(Ctx, NPC); in isNullPointerConstant() 3744 return DefaultInit->getExpr()->isNullPointerConstant(Ctx, NPC); in isNullPointerConstant() 3750 return M->getSubExpr()->isNullPointerConstant(Ctx, NPC); in isNullPointerConstant() [all …]
|
| H A D | ASTContext.cpp | 2788 E->IgnoreParenCasts()->isNullPointerConstant(*this, in isSentinelNullExpr()
|
| H A D | ExprConstant.cpp | 11997 E->getArg(1)->isNullPointerConstant(Info.Ctx, in VisitBuiltinCallExpr()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
| H A D | SValBuilder.cpp | 378 if (E->isNullPointerConstant(Ctx, Expr::NPC_ValueDependentIsNotNull)) in getConstantVal()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| H A D | Expr.h | 786 NullPointerConstantKind isNullPointerConstant(
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGCall.cpp | 4343 Arg->isNullPointerConstant(getContext(), in getVarArgType()
|
| H A D | CGBuiltin.cpp | 4810 if (E->getArg(4)->isNullPointerConstant( in EmitBuiltinExpr() 4821 if (E->getArg(5)->isNullPointerConstant( in EmitBuiltinExpr()
|