Home
last modified time | relevance | path

Searched refs:same_p (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Dcvt.c153 bool same_p; local
158 same_p = same_type_p (TYPE_MAIN_VARIANT (intype_class),
162 if (!same_p)
164 if (!same_p && !binfo)
172 if (binfo || same_p)
/openbsd-src/gnu/gcc/gcc/cp/
H A Dcvt.c140 bool same_p; in cp_convert_to_pointer() local
145 same_p = same_type_p (TYPE_MAIN_VARIANT (intype_class), in cp_convert_to_pointer()
149 if (!same_p) in cp_convert_to_pointer()
151 if (!same_p && !binfo) in cp_convert_to_pointer()
159 if (binfo || same_p) in cp_convert_to_pointer()
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dfold-const.c4087 int same_p = tcode == code; local
4282 if (same_p
/openbsd-src/gnu/gcc/gcc/
H A Dfold-const.c5586 int same_p = tcode == code; in extract_muldiv_1() local
5816 if (same_p in extract_muldiv_1()