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

References

projects/compiler-rt/lib/scudo/standalone/combined.h
  195       DCHECK_NE(ClassId, 0U);
  293     DCHECK_NE(OldPtr, nullptr);
  294     DCHECK_NE(NewSize, 0);
projects/compiler-rt/lib/scudo/standalone/common.h
   54   DCHECK_NE(X, 0U);
   69   DCHECK_NE(X, 0U);
projects/compiler-rt/lib/scudo/standalone/list.h
  115     DCHECK_NE(Prev, nullptr);
  116     DCHECK_NE(X, nullptr);
  125     DCHECK_NE(this, L);
  214       DCHECK_NE(Prev, nullptr);
  220       DCHECK_NE(Next, nullptr);
projects/compiler-rt/lib/scudo/standalone/local_cache.h
  137     DCHECK_NE(C->MaxCount, 0U);
projects/compiler-rt/lib/scudo/standalone/size_class_map.h
   57     DCHECK_NE(ClassId, BatchClassId);
   78     DCHECK_NE(Size, 0);