Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/gcc/gcc/
Dlocal-alloc.c2422 int found_zero = 0; local
2442 if (found_zero && ! reg_allowed)
2445 found_zero = reg_allowed = 0;
2449 found_zero = 1;
2470 if (found_zero && ! reg_allowed)
/openbsd/src/gnu/gcc/gcc/
Dlocal-alloc.c2455 int found_zero = 0; in requires_inout() local
2478 if (found_zero && ! reg_allowed) in requires_inout()
2481 found_zero = reg_allowed = 0; in requires_inout()
2485 found_zero = 1; in requires_inout()
2509 if (found_zero && ! reg_allowed) in requires_inout()