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

References

projects/compiler-rt/lib/sanitizer_common/sanitizer_libignore.h
   86   LibIgnore(const LibIgnore&);  // not implemented
   87   void operator = (const LibIgnore&);  // not implemented
projects/compiler-rt/lib/tsan/rtl/tsan_interceptors.h
   22 LibIgnore *libignore();
projects/compiler-rt/lib/tsan/rtl/tsan_interceptors_posix.cpp
  191   ALIGNED(64) LibIgnore libignore;
  210 LibIgnore *libignore() {