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

/external/valgrind/main/perf/
H A Dtinycc.c2384 static int do_bounds_check = 0;
6017 if (do_bounds_check) {
6030 if (do_bounds_check && func_bound_offset != lbounds_section->data_offset) {
6935 if (do_bounds_check) {
11276 if (do_bounds_check && !const_wanted) {
12687 if (do_bounds_check)
13065 if (do_bounds_check)
14348 if (do_bounds_check && (type->t & VT_ARRAY))
14355 if (do_bounds_check && (type->t & VT_ARRAY)) {
14421 if (do_bounds_check)
2382 static int do_bounds_check = 0; variable
[all...]

Completed in 143 milliseconds