Home
last modified time | relevance | path

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

/freebsd/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/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DObjCContainersASTChecker.cpp69 E->isNullPointerConstant(ASTC, Expr::NPC_ValueDependentIsNull)); in hasPointerToPointerSizedType()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp7298 Expr::NPC_ValueDependentIsNull)) in PrepareScalarCast()
7905 Expr::NPC_ValueDependentIsNull)) in checkConditionalNullPointer()
9426 Expr::NPC_ValueDependentIsNull)) { in CheckAssignmentConstraints()
9530 Expr::NPC_ValueDependentIsNull)) { in CheckTransparentUnionArgumentConstraints()
9655 Expr::NPC_ValueDependentIsNull))) { in CheckSingleAssignmentConstraints()
9689 Context, Expr::NPC_ValueDependentIsNull)) { in CheckSingleAssignmentConstraints()
11802 Expr::NPC_ValueDependentIsNull)) { in diagnoseTautologicalComparison()
11808 Expr::NPC_ValueDependentIsNull)) { in diagnoseTautologicalComparison()
12102 LHS.get()->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNull); in CheckCompareOperands()
12104 RHS.get()->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNull); in CheckCompareOperands()
H A DSemaExprCXX.cpp767 if (E->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNull)) { in BuildCXXUuidof()
7144 E2->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNull)) { in FindCompositePointerType()
7152 E1->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNull)) { in FindCompositePointerType()
H A DSemaOverload.cpp2720 : Expr::NPC_ValueDependentIsNull); in isNullPointerConstantForConversion()
3383 if (From->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNull)) in CheckPointerConversion()
3400 : Expr::NPC_ValueDependentIsNull)) { in IsMemberPointerConversion()
3434 Expr::NPC_ValueDependentIsNull) && in CheckMemberPointerConversion()
H A DSemaExprObjC.cpp2924 Expr::NPC_ValueDependentIsNull); in BuildInstanceMessage()
H A DSemaInit.cpp6074 return (e->isNullPointerConstant(C, Expr::NPC_ValueDependentIsNull) in isInvalidICRSource()
H A DSemaChecking.cpp1605 Arg->isNullPointerConstant(S.Context, Expr::NPC_ValueDependentIsNull)) { in checkPointerAuthValue()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp3951 case NPC_ValueDependentIsNull: in isNullPointerConstant()
H A DASTContext.cpp2912 Expr::NPC_ValueDependentIsNull)) in isSentinelNullExpr()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h826 NPC_ValueDependentIsNull, enumerator