Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_descriptions.cpp228 const char *pos_descr = nullptr; in PrintAccessAndVarIntersection() local
233 pos_descr = "is inside"; // May happen if this is a use-after-return. in PrintAccessAndVarIntersection()
235 pos_descr = "partially overflows"; in PrintAccessAndVarIntersection()
238 pos_descr = "overflows"; in PrintAccessAndVarIntersection()
241 pos_descr = "partially underflows"; in PrintAccessAndVarIntersection()
243 pos_descr = "underflows"; in PrintAccessAndVarIntersection()
256 if (pos_descr) { in PrintAccessAndVarIntersection()
261 d.Location(), addr, pos_descr, d.Default()); in PrintAccessAndVarIntersection()