Home
last modified time | relevance | path

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

/external/compiler-rt/lib/asan/
Dasan_report.cc357 const char *pos_descr = 0; in PrintAccessAndVarIntersection() local
362 pos_descr = "is inside"; // May happen if this is a use-after-return. in PrintAccessAndVarIntersection()
364 pos_descr = "partially overflows"; in PrintAccessAndVarIntersection()
367 pos_descr = "overflows"; in PrintAccessAndVarIntersection()
370 pos_descr = "partially underflows"; in PrintAccessAndVarIntersection()
373 pos_descr = "underflows"; in PrintAccessAndVarIntersection()
383 if (pos_descr) { in PrintAccessAndVarIntersection()
388 d.Location(), addr, pos_descr, d.EndLocation()); in PrintAccessAndVarIntersection()