Searched refs:NPC_ValueDependentIsNull (Results 1 – 14 of 14) sorted by relevance
| /llvm-project-15.0.7/clang/lib/ARCMigrate/ |
| H A D | TransZeroOutPropsInDealloc.cpp | 74 Expr::NPC_ValueDependentIsNull); in VisitObjCMessageExpr() 212 if (E->isNullPointerConstant(Pass.Ctx, Expr::NPC_ValueDependentIsNull)) in isZero()
|
| H A D | TransUnbridgedCasts.cpp | 105 Expr::NPC_ValueDependentIsNull)) in VisitCastExpr()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/mpi/ |
| H A D | BufferDerefCheck.cpp | 46 *Result.Context, Expr::NPC_ValueDependentIsNull) || in check()
|
| H A D | TypeMismatchCheck.cpp | 262 *Result.Context, Expr::NPC_ValueDependentIsNull) || in check()
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | ObjCContainersASTChecker.cpp | 69 E->isNullPointerConstant(ASTC, Expr::NPC_ValueDependentIsNull)); in hasPointerToPointerSizedType()
|
| H A D | DeadStoresChecker.cpp | 341 if (RHS->isNullPointerConstant(Ctx, Expr::NPC_ValueDependentIsNull)) in observeStmt()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaExpr.cpp | 7537 Expr::NPC_ValueDependentIsNull)) in PrepareScalarCast() 8191 Expr::NPC_ValueDependentIsNull)) in checkConditionalNullPointer() 9891 Expr::NPC_ValueDependentIsNull)) { in CheckTransparentUnionArgumentConstraints() 9992 Expr::NPC_ValueDependentIsNull)) { in CheckSingleAssignmentConstraints() 10006 Context, Expr::NPC_ValueDependentIsNull)) { in CheckSingleAssignmentConstraints() 12125 Expr::NPC_ValueDependentIsNull)) { in diagnoseTautologicalComparison() 12131 Expr::NPC_ValueDependentIsNull)) { in diagnoseTautologicalComparison() 12417 LHS.get()->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNull); in CheckCompareOperands() 12419 RHS.get()->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNull); in CheckCompareOperands()
|
| H A D | SemaExprCXX.cpp | 763 if (E->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNull)) { in BuildCXXUuidof() 6783 E2->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNull)) { in FindCompositePointerType() 6791 E1->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNull)) { in FindCompositePointerType()
|
| H A D | SemaOverload.cpp | 2335 : Expr::NPC_ValueDependentIsNull); in isNullPointerConstantForConversion() 3068 if (From->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNull)) in CheckPointerConversion() 3090 : Expr::NPC_ValueDependentIsNull)) { in IsMemberPointerConversion() 3130 Expr::NPC_ValueDependentIsNull) && in CheckMemberPointerConversion()
|
| H A D | SemaExprObjC.cpp | 2921 Expr::NPC_ValueDependentIsNull); in BuildInstanceMessage()
|
| H A D | SemaInit.cpp | 5516 return (e->isNullPointerConstant(C, Expr::NPC_ValueDependentIsNull) in isInvalidICRSource()
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | Expr.h | 786 NPC_ValueDependentIsNull, enumerator
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | Expr.cpp | 3789 case NPC_ValueDependentIsNull: in isNullPointerConstant()
|
| H A D | ASTContext.cpp | 2885 Expr::NPC_ValueDependentIsNull)) in isSentinelNullExpr()
|