Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/asan/
Dasan_descriptions.cpp229 const char *pos_descr = nullptr; in PrintAccessAndVarIntersection() local
234 pos_descr = "is inside"; // May happen if this is a use-after-return. in PrintAccessAndVarIntersection()
236 pos_descr = "partially overflows"; in PrintAccessAndVarIntersection()
239 pos_descr = "overflows"; in PrintAccessAndVarIntersection()
242 pos_descr = "partially underflows"; in PrintAccessAndVarIntersection()
244 pos_descr = "underflows"; in PrintAccessAndVarIntersection()
257 if (pos_descr) { in PrintAccessAndVarIntersection()
262 d.Location(), addr, pos_descr, d.Default()); in PrintAccessAndVarIntersection()
/external/compiler-rt/lib/asan/
Dasan_report.cc384 const char *pos_descr = nullptr; in PrintAccessAndVarIntersection() local
389 pos_descr = "is inside"; // May happen if this is a use-after-return. in PrintAccessAndVarIntersection()
391 pos_descr = "partially overflows"; in PrintAccessAndVarIntersection()
394 pos_descr = "overflows"; in PrintAccessAndVarIntersection()
397 pos_descr = "partially underflows"; in PrintAccessAndVarIntersection()
400 pos_descr = "underflows"; in PrintAccessAndVarIntersection()
410 if (pos_descr) { in PrintAccessAndVarIntersection()
415 d.Location(), addr, pos_descr, d.EndLocation()); in PrintAccessAndVarIntersection()