Searched refs:NPC_ValueDependentIsNull (Results 1 – 12 of 12) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/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()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | ObjCContainersASTChecker.cpp | 69 E->isNullPointerConstant(ASTC, Expr::NPC_ValueDependentIsNull)); in hasPointerToPointerSizedType()
|
| H A D | DeadStoresChecker.cpp | 340 if (RHS->isNullPointerConstant(Ctx, Expr::NPC_ValueDependentIsNull)) in observeStmt()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExpr.cpp | 8105 Expr::NPC_ValueDependentIsNull)) in PrepareScalarCast() 8756 Expr::NPC_ValueDependentIsNull)) in checkConditionalNullPointer() 10422 Expr::NPC_ValueDependentIsNull)) { in CheckAssignmentConstraints() 10526 Expr::NPC_ValueDependentIsNull)) { in CheckTransparentUnionArgumentConstraints() 10651 Expr::NPC_ValueDependentIsNull))) { in CheckSingleAssignmentConstraints() 10685 Context, Expr::NPC_ValueDependentIsNull)) { in CheckSingleAssignmentConstraints() 12824 Expr::NPC_ValueDependentIsNull)) { in diagnoseTautologicalComparison() 12830 Expr::NPC_ValueDependentIsNull)) { in diagnoseTautologicalComparison() 13122 LHS.get()->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNull); in CheckCompareOperands() 13124 RHS.get()->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNull); in CheckCompareOperands()
|
| H A D | SemaExprCXX.cpp | 772 if (E->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNull)) { in BuildCXXUuidof() 6927 E2->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNull)) { in FindCompositePointerType() 6935 E1->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNull)) { in FindCompositePointerType()
|
| H A D | SemaOverload.cpp | 2566 : Expr::NPC_ValueDependentIsNull); in isNullPointerConstantForConversion() 3331 if (From->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNull)) in CheckPointerConversion() 3353 : Expr::NPC_ValueDependentIsNull)) { in IsMemberPointerConversion() 3393 Expr::NPC_ValueDependentIsNull) && in CheckMemberPointerConversion()
|
| H A D | SemaExprObjC.cpp | 2922 Expr::NPC_ValueDependentIsNull); in BuildInstanceMessage()
|
| H A D | SemaInit.cpp | 5933 return (e->isNullPointerConstant(C, Expr::NPC_ValueDependentIsNull) in isInvalidICRSource()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | Expr.cpp | 3876 case NPC_ValueDependentIsNull: in isNullPointerConstant()
|
| H A D | ASTContext.cpp | 2857 Expr::NPC_ValueDependentIsNull)) in isSentinelNullExpr()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Expr.h | 809 NPC_ValueDependentIsNull, enumerator
|