Searched refs:NPC_ValueDependentIsNull (Results 1 – 12 of 12) sorted by relevance
/freebsd/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/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | ObjCContainersASTChecker.cpp | 69 E->isNullPointerConstant(ASTC, Expr::NPC_ValueDependentIsNull)); in hasPointerToPointerSizedType()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaExpr.cpp | 7298 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 D | SemaExprCXX.cpp | 767 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 D | SemaOverload.cpp | 2720 : 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 D | SemaExprObjC.cpp | 2924 Expr::NPC_ValueDependentIsNull); in BuildInstanceMessage()
|
H A D | SemaInit.cpp | 6074 return (e->isNullPointerConstant(C, Expr::NPC_ValueDependentIsNull) in isInvalidICRSource()
|
H A D | SemaChecking.cpp | 1605 Arg->isNullPointerConstant(S.Context, Expr::NPC_ValueDependentIsNull)) { in checkPointerAuthValue()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | Expr.cpp | 3951 case NPC_ValueDependentIsNull: in isNullPointerConstant()
|
H A D | ASTContext.cpp | 2912 Expr::NPC_ValueDependentIsNull)) in isSentinelNullExpr()
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | Expr.h | 826 NPC_ValueDependentIsNull, enumerator
|