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

/haiku-buildtools/gcc/gcc/config/avr/
H A Davr-c.c275 if (!ADDR_SPACE_GENERIC_P (i))
403 if (!ADDR_SPACE_GENERIC_P (i)
H A Davr.c602 return !ADDR_SPACE_GENERIC_P (TYPE_ADDR_SPACE (TREE_TYPE (decl)));
628 && !ADDR_SPACE_GENERIC_P (MEM_ADDR_SPACE (x)));
1826 return !ADDR_SPACE_GENERIC_P (as);
2075 && !ADDR_SPACE_GENERIC_P (MEM_ADDR_SPACE (x))
9204 if (!ADDR_SPACE_GENERIC_P (as)
9340 if (!ADDR_SPACE_GENERIC_P (as))
9615 if (ADDR_SPACE_GENERIC_P (as))
9714 if (ADDR_SPACE_GENERIC_P (as))
11352 if (!ADDR_SPACE_GENERIC_P (as))
11375 if (!ADDR_SPACE_GENERIC_P (a
[all...]
/haiku-buildtools/gcc/gcc/
H A Dcoretypes.h140 #define ADDR_SPACE_GENERIC_P(AS) ((AS) == ADDR_SPACE_GENERIC) macro
H A Dtarghooks.c1197 gcc_assert (ADDR_SPACE_GENERIC_P (addrspace));
1207 gcc_assert (ADDR_SPACE_GENERIC_P (addrspace));
1216 if (!ADDR_SPACE_GENERIC_P (as))
1245 if (!ADDR_SPACE_GENERIC_P (as))
1257 if (!ADDR_SPACE_GENERIC_P (as))
H A Dprint-tree.c134 if (!ADDR_SPACE_GENERIC_P (TYPE_ADDR_SPACE (node)))
329 if (TYPE_P (node) && !ADDR_SPACE_GENERIC_P (TYPE_ADDR_SPACE (node)))
H A Dipa-visibility.c635 || ! (ADDR_SPACE_GENERIC_P
H A Dprint-rtl.c616 if (!ADDR_SPACE_GENERIC_P (MEM_ADDR_SPACE (in_rtx)))
H A Dtree-pretty-print.c1063 if (!ADDR_SPACE_GENERIC_P (TYPE_ADDR_SPACE (node)))
1205 if (!ADDR_SPACE_GENERIC_P (TYPE_ADDR_SPACE (node)))
H A Dexpr.c1174 && ADDR_SPACE_GENERIC_P (MEM_ADDR_SPACE (x))
1175 && ADDR_SPACE_GENERIC_P (MEM_ADDR_SPACE (y)))
2821 else if (ADDR_SPACE_GENERIC_P (MEM_ADDR_SPACE (object)))
5139 && ADDR_SPACE_GENERIC_P
H A Drecog.c1385 gcc_assert (ADDR_SPACE_GENERIC_P (as));
H A Ddse.c1276 if (ADDR_SPACE_GENERIC_P (MEM_ADDR_SPACE (mem))
H A Dvarasm.c1156 && ADDR_SPACE_GENERIC_P (as));
1174 if (ADDR_SPACE_GENERIC_P (as)
H A Dreload.c2241 gcc_assert (ADDR_SPACE_GENERIC_P (as));
5047 if (memrefloc && ADDR_SPACE_GENERIC_P (as))
H A Dlra-constraints.c360 lra_assert (ADDR_SPACE_GENERIC_P (as));
H A Ddwarf2out.c10796 if (!ADDR_SPACE_GENERIC_P (TYPE_ADDR_SPACE (item_type)))
10810 if (!ADDR_SPACE_GENERIC_P (TYPE_ADDR_SPACE (item_type)))
/haiku-buildtools/gcc/gcc/c/
H A Dc-decl.c1952 if (ADDR_SPACE_GENERIC_P (new_addr))
1956 else if (ADDR_SPACE_GENERIC_P (old_addr))
5571 address_space = ADDR_SPACE_GENERIC_P (as1)? as2 : as1;
5582 if (!ADDR_SPACE_GENERIC_P (as1) && !ADDR_SPACE_GENERIC_P (as2) && as1 != as2)
6036 if (!ADDR_SPACE_GENERIC_P (as) && as != TYPE_ADDR_SPACE (type))
6261 if (!ADDR_SPACE_GENERIC_P (address_space))
9513 if (!ADDR_SPACE_GENERIC_P (specs->address_space)
H A Dc-typeck.c5120 if (ADDR_SPACE_GENERIC_P (as_from))
5125 else if (ADDR_SPACE_GENERIC_P (as_to))
H A Dc-parser.c7762 && !ADDR_SPACE_GENERIC_P (TYPE_ADDR_SPACE (type))
/haiku-buildtools/gcc/gcc/c-family/
H A Dc-pretty-print.c290 if (!ADDR_SPACE_GENERIC_P (TYPE_ADDR_SPACE (t)))

Completed in 696 milliseconds