Home
last modified time | relevance | path

Searched refs:shadow_val (Results 1 – 1 of 1) sorted by relevance

/external/compiler-rt/lib/asan/
Dasan_report.cc1089 u8 shadow_val = 0; in ReportGenericError() local
1099 shadow_val = *shadow_addr; in ReportGenericError()
1103 switch (shadow_val) { in ReportGenericError()
1195 if (shadow_val == kAsanContiguousContainerOOBMagic) in ReportGenericError()