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

/freebsd-11-stable/contrib/gcclibs/libmudflap/
H A Dmf-runtime.c956 int j, uncovered_low_p, uncovered_high_p; local
961 uncovered_high_p = ptr_high > obj->high;
980 if (uncovered_high_p
982 uncovered_high_p = 0;
985 if (uncovered_low_p || uncovered_high_p)

Completed in 55 milliseconds