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

/openbsd-current/gnu/usr.bin/gcc/gcc/config/d30v/
H A Dd30v.c116 int regno, i, ok_p;
139 ok_p = FALSE;
144 ok_p = TRUE;
146 ok_p = (((regno - GPR_FIRST) & 1) == 0);
150 ok_p = (mode1 == CCmode);
153 ok_p = int_p && !large_p;
156 ok_p = (mode1 == DImode);
159 ok_p = (mode1 == SImode);
162 ok_p = FALSE;
164 hard_regno_mode_ok[ (int)mode1 ][ regno ] = ok_p;
114 int regno, i, ok_p; local
[all...]
/openbsd-current/gnu/gcc/gcc/cp/
H A Dcall.c6402 bool ok_p; local
6409 ok_p = (t && !t->bad_p);
6414 return ok_p;

Completed in 70 milliseconds