Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/gcc/gcc/
H A Drecog.c1959 offsettable_address_p (strictp, mode, y) in offsettable_address_p() argument
1960 int strictp; in offsettable_address_p()
1969 (strictp ? strict_memory_address_p : memory_address_p);
/openbsd/gnu/gcc/gcc/
H A Drecog.c1892 offsettable_address_p (int strictp, enum machine_mode mode, rtx y) in offsettable_address_p() argument
1899 (strictp ? strict_memory_address_p : memory_address_p); in offsettable_address_p()