/external/llvm-project/clang/lib/ARCMigrate/ |
D | TransZeroOutPropsInDealloc.cpp | 74 Expr::NPC_ValueDependentIsNull); in VisitObjCMessageExpr() 212 if (E->isNullPointerConstant(Pass.Ctx, Expr::NPC_ValueDependentIsNull)) in isZero()
|
D | TransUnbridgedCasts.cpp | 105 Expr::NPC_ValueDependentIsNull)) in VisitCastExpr()
|
/external/clang/lib/ARCMigrate/ |
D | TransZeroOutPropsInDealloc.cpp | 75 Expr::NPC_ValueDependentIsNull); in VisitObjCMessageExpr() 215 if (E->isNullPointerConstant(Pass.Ctx, Expr::NPC_ValueDependentIsNull)) in isZero()
|
D | TransUnbridgedCasts.cpp | 106 Expr::NPC_ValueDependentIsNull)) in VisitCastExpr()
|
/external/llvm-project/clang-tools-extra/clang-tidy/mpi/ |
D | BufferDerefCheck.cpp | 45 *Result.Context, Expr::NPC_ValueDependentIsNull) || in check()
|
D | TypeMismatchCheck.cpp | 264 *Result.Context, Expr::NPC_ValueDependentIsNull) || in check()
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | ObjCContainersASTChecker.cpp | 70 E->isNullPointerConstant(ASTC, Expr::NPC_ValueDependentIsNull)); in hasPointerToPointerSizedType()
|
D | DeadStoresChecker.cpp | 284 if (RHS->isNullPointerConstant(Ctx, Expr::NPC_ValueDependentIsNull)) in observeStmt()
|
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
D | ObjCContainersASTChecker.cpp | 69 E->isNullPointerConstant(ASTC, Expr::NPC_ValueDependentIsNull)); in hasPointerToPointerSizedType()
|
D | DeadStoresChecker.cpp | 343 if (RHS->isNullPointerConstant(Ctx, Expr::NPC_ValueDependentIsNull)) in observeStmt()
|
/external/clang/lib/Sema/ |
D | SemaExprCXX.cpp | 575 if (E->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNull)) { in BuildCXXUuidof() 5393 E2->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNull)) { in FindCompositePointerType() 5398 E1->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNull)) { in FindCompositePointerType() 5405 if (E1->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNull)) { in FindCompositePointerType() 5412 if (E2->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNull)) { in FindCompositePointerType()
|
D | SemaExpr.cpp | 5674 Expr::NPC_ValueDependentIsNull)) in PrepareScalarCast() 6197 Expr::NPC_ValueDependentIsNull)) in checkConditionalNullPointer() 7652 Expr::NPC_ValueDependentIsNull)) { in CheckTransparentUnionArgumentConstraints() 7740 Expr::NPC_ValueDependentIsNull)) { in CheckSingleAssignmentConstraints() 9119 Expr::NPC_ValueDependentIsNull)) { in CheckCompareOperands() 9125 Expr::NPC_ValueDependentIsNull)) { in CheckCompareOperands() 9162 LHS.get()->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNull); in CheckCompareOperands() 9164 RHS.get()->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNull); in CheckCompareOperands()
|
D | SemaOverload.cpp | 2086 : Expr::NPC_ValueDependentIsNull); in isNullPointerConstantForConversion() 2796 if (From->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNull)) in CheckPointerConversion() 2818 : Expr::NPC_ValueDependentIsNull)) { in IsMemberPointerConversion() 2858 Expr::NPC_ValueDependentIsNull) && in CheckMemberPointerConversion()
|
D | SemaExprObjC.cpp | 2611 Expr::NPC_ValueDependentIsNull); in BuildInstanceMessage()
|
D | SemaInit.cpp | 4794 return (e->isNullPointerConstant(C, Expr::NPC_ValueDependentIsNull) in isInvalidICRSource()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaExpr.cpp | 7119 Expr::NPC_ValueDependentIsNull)) in PrepareScalarCast() 7699 Expr::NPC_ValueDependentIsNull)) in checkConditionalNullPointer() 9371 Expr::NPC_ValueDependentIsNull)) { in CheckTransparentUnionArgumentConstraints() 9472 Expr::NPC_ValueDependentIsNull)) { in CheckSingleAssignmentConstraints() 9486 Context, Expr::NPC_ValueDependentIsNull)) { in CheckSingleAssignmentConstraints() 11324 Expr::NPC_ValueDependentIsNull)) { in diagnoseTautologicalComparison() 11330 Expr::NPC_ValueDependentIsNull)) { in diagnoseTautologicalComparison() 11612 LHS.get()->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNull); in CheckCompareOperands() 11614 RHS.get()->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNull); in CheckCompareOperands()
|
D | SemaExprCXX.cpp | 740 if (E->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNull)) { in BuildCXXUuidof() 6458 E2->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNull)) { in FindCompositePointerType() 6466 E1->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNull)) { in FindCompositePointerType()
|
D | SemaOverload.cpp | 2333 : Expr::NPC_ValueDependentIsNull); in isNullPointerConstantForConversion() 3061 if (From->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNull)) in CheckPointerConversion() 3083 : Expr::NPC_ValueDependentIsNull)) { in IsMemberPointerConversion() 3123 Expr::NPC_ValueDependentIsNull) && in CheckMemberPointerConversion()
|
D | SemaExprObjC.cpp | 2920 Expr::NPC_ValueDependentIsNull); in BuildInstanceMessage()
|
/external/llvm-project/clang/include/clang/ASTMatchers/ |
D | ASTMatchers.h | 7177 Expr::NPC_ValueDependentIsNull); in AST_MATCHER()
|
/external/clang/lib/AST/ |
D | Expr.cpp | 3138 case NPC_ValueDependentIsNull: in isNullPointerConstant()
|
D | ASTContext.cpp | 2027 Expr::NPC_ValueDependentIsNull)) in isSentinelNullExpr()
|
/external/clang/include/clang/AST/ |
D | Expr.h | 692 NPC_ValueDependentIsNull, enumerator
|
/external/llvm-project/clang/lib/AST/ |
D | Expr.cpp | 3607 case NPC_ValueDependentIsNull: in isNullPointerConstant()
|
/external/llvm-project/clang/include/clang/AST/ |
D | Expr.h | 776 NPC_ValueDependentIsNull, enumerator
|