reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
23 ALIGNED(64) static char suppression_placeholder[sizeof(SuppressionContext)]; 24 static SuppressionContext *suppression_ctx = nullptr; 40 SuppressionContext(kSuppressionTypes, ARRAY_SIZE(kSuppressionTypes));projects/compiler-rt/lib/lsan/lsan_common.cpp
67 ALIGNED(64) static char suppression_placeholder[sizeof(SuppressionContext)]; 68 static SuppressionContext *suppression_ctx = nullptr; 88 SuppressionContext(kSuppressionTypes, ARRAY_SIZE(kSuppressionTypes)); 95 static SuppressionContext *GetSuppressionContext() { 629 SuppressionContext *suppressions = GetSuppressionContext();projects/compiler-rt/lib/tsan/rtl/tsan_interceptors_posix.cpp
215 const SuppressionContext &supp = *Suppressions();
projects/compiler-rt/lib/tsan/rtl/tsan_suppressions.cpp44 ALIGNED(64) static char suppression_placeholder[sizeof(SuppressionContext)]; 45 static SuppressionContext *suppression_ctx = nullptr; 54 SuppressionContext(kSuppressionTypes, ARRAY_SIZE(kSuppressionTypes)); 62 SuppressionContext *Suppressions() {projects/compiler-rt/lib/tsan/rtl/tsan_suppressions.h
30 SuppressionContext *Suppressions();
projects/compiler-rt/lib/ubsan/ubsan_diag.cpp395 ALIGNED(64) static char suppression_placeholder[sizeof(SuppressionContext)]; 396 static SuppressionContext *suppression_ctx = nullptr; 408 SuppressionContext(kSuppressionTypes, ARRAY_SIZE(kSuppressionTypes));