Searched refs:clineno (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/helgrind/
H A Dlibhb_core.c3643 UWord clineno = FI_GET_LINENO(c); /* Current lineno we are clearing */ local
3653 if (LIKELY(fi->tags[clineno] == begtag)) {
3658 cline = &fi->lines[clineno];
3698 // We have changed c, so re-establish clineno.
3699 clineno = FI_GET_LINENO(c);
3711 if (UNLIKELY(address_in_range(fi->tags[clineno], c, full_len))) {
3712 cline = &fi->lines[clineno];
3719 clineno++;
3720 if (UNLIKELY(clineno == FI_NUM_LINES))
3721 clineno
[all...]

Completed in 242 milliseconds