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

References

tools/clang/lib/AST/Expr.cpp
 3695         return NPCK_NotNull;
 3698       return NPCK_NotNull;
 3735       return NPCK_NotNull;
 3739       return NPCK_NotNull;
 3775     return NPCK_NotNull;
 3785       return NPCK_NotNull;
 3790       return NPCK_NotNull;
 3794     return NPCK_NotNull;
tools/clang/lib/Sema/SemaChecking.cpp
11581       S.DiagnoseAlwaysNonNullPointer(E, Expr::NPCK_NotNull, /*IsEqual*/ false,
12237   const bool IsCompare = NullKind != Expr::NPCK_NotNull;
tools/clang/lib/Sema/SemaExpr.cpp
 6839   if (NullKind == Expr::NPCK_NotNull) {
 6847   if (NullKind == Expr::NPCK_NotNull)
10699   bool LHSIsNull = LHSNullKind != Expr::NPCK_NotNull;
10700   bool RHSIsNull = RHSNullKind != Expr::NPCK_NotNull;
tools/clang/lib/StaticAnalyzer/Checkers/IvarInvalidationChecker.cpp
  645            != Expr::NPCK_NotNull);