reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/ASTMatchers/ASTMatchers.h
 6450                                     Expr::NPC_ValueDependentIsNull);
tools/clang/lib/ARCMigrate/TransUnbridgedCasts.cpp
  105                                         Expr::NPC_ValueDependentIsNull))
tools/clang/lib/ARCMigrate/TransZeroOutPropsInDealloc.cpp
   74                                  Expr::NPC_ValueDependentIsNull);
  214     if (E->isNullPointerConstant(Pass.Ctx, Expr::NPC_ValueDependentIsNull))
tools/clang/lib/AST/ASTContext.cpp
 2589                                                 Expr::NPC_ValueDependentIsNull))
tools/clang/lib/AST/Expr.cpp
 3691     case NPC_ValueDependentIsNull:
tools/clang/lib/Sema/SemaExpr.cpp
 6350                                            Expr::NPC_ValueDependentIsNull))
 6911                                             Expr::NPC_ValueDependentIsNull))
 8517                                            Expr::NPC_ValueDependentIsNull)) {
 8618                                        Expr::NPC_ValueDependentIsNull)) {
 8632                                  Context, Expr::NPC_ValueDependentIsNull)) {
10400                                           Expr::NPC_ValueDependentIsNull)) {
10406                                           Expr::NPC_ValueDependentIsNull)) {
10696       LHS.get()->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNull);
10698       RHS.get()->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNull);
tools/clang/lib/Sema/SemaExprCXX.cpp
  653     if (E->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNull)) {
 6135       E2->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNull)) {
 6143       E1->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNull)) {
tools/clang/lib/Sema/SemaExprObjC.cpp
 2754                                               Expr::NPC_ValueDependentIsNull);
tools/clang/lib/Sema/SemaInit.cpp
 5379     return (e->isNullPointerConstant(C, Expr::NPC_ValueDependentIsNull)
tools/clang/lib/Sema/SemaOverload.cpp
 2268                                         : Expr::NPC_ValueDependentIsNull);
 2992   if (From->isNullPointerConstant(Context, Expr::NPC_ValueDependentIsNull))
 3014                                         : Expr::NPC_ValueDependentIsNull)) {
 3054                                        Expr::NPC_ValueDependentIsNull) &&
tools/clang/lib/StaticAnalyzer/Checkers/DeadStoresChecker.cpp
  343             if (RHS->isNullPointerConstant(Ctx, Expr::NPC_ValueDependentIsNull))
tools/clang/lib/StaticAnalyzer/Checkers/ObjCContainersASTChecker.cpp
   69         E->isNullPointerConstant(ASTC, Expr::NPC_ValueDependentIsNull));
tools/clang/tools/extra/clang-tidy/mpi/BufferDerefCheck.cpp
   45             *Result.Context, Expr::NPC_ValueDependentIsNull) ||
tools/clang/tools/extra/clang-tidy/mpi/TypeMismatchCheck.cpp
  264             *Result.Context, Expr::NPC_ValueDependentIsNull) ||