Home
last modified time | relevance | path

Searched refs:NPC_ValueDependentIsNull (Results 1 – 12 of 12) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransZeroOutPropsInDealloc.cpp74 Expr::NPC_ValueDependentIsNull); in VisitObjCMessageExpr()
212 if (E->isNullPointerConstant(Pass.Ctx, Expr::NPC_ValueDependentIsNull)) in isZero()
H A DTransUnbridgedCasts.cpp105 Expr::NPC_ValueDependentIsNull)) in VisitCastExpr()
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DObjCContainersASTChecker.cpp69 E->isNullPointerConstant(ASTC, Expr::NPC_ValueDependentIsNull)); in hasPointerToPointerSizedType()
H A DDeadStoresChecker.cpp340 if (RHS->isNullPointerConstant(Ctx, Expr::NPC_ValueDependentIsNull)) in observeStmt()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp8105 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 DSemaExprCXX.cpp772 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 DSemaOverload.cpp2566 : 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 DSemaExprObjC.cpp2922 Expr::NPC_ValueDependentIsNull); in BuildInstanceMessage()
H A DSemaInit.cpp5933 return (e->isNullPointerConstant(C, Expr::NPC_ValueDependentIsNull) in isInvalidICRSource()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp3876 case NPC_ValueDependentIsNull: in isNullPointerConstant()
H A DASTContext.cpp2857 Expr::NPC_ValueDependentIsNull)) in isSentinelNullExpr()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h809 NPC_ValueDependentIsNull, enumerator