Home
last modified time | relevance | path

Searched refs:isNullPointerConstant (Results 1 – 21 of 21) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DTransZeroOutPropsInDealloc.cpp73 RHS->isNullPointerConstant(Ctx, in VisitObjCMessageExpr()
212 if (E->isNullPointerConstant(Pass.Ctx, Expr::NPC_ValueDependentIsNull)) in isZero()
H A DTransUnbridgedCasts.cpp104 if (castExpr->isNullPointerConstant(Pass.Ctx, in VisitCastExpr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DObjCContainersASTChecker.cpp69 E->isNullPointerConstant(ASTC, Expr::NPC_ValueDependentIsNull)); in hasPointerToPointerSizedType()
H A DDeadStoresChecker.cpp344 if (RHS->isNullPointerConstant(Ctx, Expr::NPC_ValueDependentIsNull)) in observeStmt()
H A DIvarInvalidationChecker.cpp644 return (E->isNullPointerConstant(Ctx, Expr::NPC_ValueDependentIsNotNull) in isZero()
H A DMacOSKeychainAPIChecker.cpp356 if (DeallocatorExpr->isNullPointerConstant(C.getASTContext(), in checkPreStmt()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaFixItUtils.cpp102 isNullPointerConstant(S.Context, Expr::NPC_ValueDependentIsNotNull)) in tryToFixConversion()
H A DSemaExpr.cpp537 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 DSemaExprObjC.cpp2920 bool IsNull = Receiver->isNullPointerConstant(Context, in BuildInstanceMessage()
3568 if (e->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNotNull)) in VisitExpr()
H A DSemaChecking.cpp1038 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 DSemaExprCXX.cpp740 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 DSemaOverload.cpp2331 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 DSemaInit.cpp5486 return (e->isNullPointerConstant(C, Expr::NPC_ValueDependentIsNull) in isInvalidICRSource()
7925 isNullPointerConstant(S.Context, Expr::NPC_ValueDependentIsNotNull)) { in CheckForNullPointerDereference()
H A DSemaTemplate.cpp6324 if (Arg->isNullPointerConstant(S.Context, Expr::NPC_NeverValueDependent)) { in isNullPointerValueTemplateArgument()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExpr.cpp2091 ->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 DASTContext.cpp2788 E->IgnoreParenCasts()->isNullPointerConstant(*this, in isSentinelNullExpr()
H A DExprConstant.cpp11997 E->getArg(1)->isNullPointerConstant(Info.Ctx, in VisitBuiltinCallExpr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DSValBuilder.cpp378 if (E->isNullPointerConstant(Ctx, Expr::NPC_ValueDependentIsNotNull)) in getConstantVal()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExpr.h786 NullPointerConstantKind isNullPointerConstant(
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGCall.cpp4343 Arg->isNullPointerConstant(getContext(), in getVarArgType()
H A DCGBuiltin.cpp4810 if (E->getArg(4)->isNullPointerConstant( in EmitBuiltinExpr()
4821 if (E->getArg(5)->isNullPointerConstant( in EmitBuiltinExpr()