Lines Matching refs:Case

198       .Case("heap-use-after-free", "Use of deallocated memory")  in FormatDescription()
199 .Case("heap-buffer-overflow", "Heap buffer overflow") in FormatDescription()
200 .Case("stack-buffer-underflow", "Stack buffer underflow") in FormatDescription()
201 .Case("initialization-order-fiasco", "Initialization order problem") in FormatDescription()
202 .Case("stack-buffer-overflow", "Stack buffer overflow") in FormatDescription()
203 .Case("stack-use-after-return", "Use of stack memory after return") in FormatDescription()
204 .Case("use-after-poison", "Use of poisoned memory") in FormatDescription()
205 .Case("container-overflow", "Container overflow") in FormatDescription()
206 .Case("stack-use-after-scope", "Use of out-of-scope stack memory") in FormatDescription()
207 .Case("global-buffer-overflow", "Global buffer overflow") in FormatDescription()
208 .Case("unknown-crash", "Invalid memory access") in FormatDescription()
209 .Case("stack-overflow", "Stack space exhausted") in FormatDescription()
210 .Case("null-deref", "Dereference of null pointer") in FormatDescription()
211 .Case("wild-jump", "Jump to non-executable address") in FormatDescription()
212 .Case("wild-addr-write", "Write through wild pointer") in FormatDescription()
213 .Case("wild-addr-read", "Read from wild pointer") in FormatDescription()
214 .Case("wild-addr", "Access through wild pointer") in FormatDescription()
215 .Case("signal", "Deadly signal") in FormatDescription()
216 .Case("double-free", "Deallocation of freed memory") in FormatDescription()
217 .Case("new-delete-type-mismatch", in FormatDescription()
219 .Case("bad-free", "Deallocation of non-allocated memory") in FormatDescription()
220 .Case("alloc-dealloc-mismatch", in FormatDescription()
222 .Case("bad-malloc_usable_size", "Invalid argument to malloc_usable_size") in FormatDescription()
223 .Case("bad-__sanitizer_get_allocated_size", in FormatDescription()
225 .Case("param-overlap", in FormatDescription()
227 .Case("negative-size-param", "Negative size used when accessing memory") in FormatDescription()
228 .Case("bad-__sanitizer_annotate_contiguous_container", in FormatDescription()
230 .Case("odr-violation", "Symbol defined in multiple translation units") in FormatDescription()
231 .Case( in FormatDescription()