Searched refs:attribute_table (Results 1 - 20 of 20) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dlanghooks.h477 const struct attribute_spec *attribute_table; member in struct:lang_hooks
H A Dattribs.c239 attribute_tables[1] = lang_hooks.attribute_table;
241 attribute_tables[3] = targetm.attribute_table;
H A Dtree-inline.c4051 if (targetm.attribute_table)
4060 for (i = 0; targetm.attribute_table[i].name != NULL; i++)
4061 if (is_attribute_p (targetm.attribute_table[i].name, name))
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dlanghooks.h533 const struct attribute_spec *attribute_table; member in struct:lang_hooks
H A Dattribs.cc336 attribute_tables[1] = lang_hooks.attribute_table;
338 attribute_tables[3] = targetm.attribute_table;
H A Dtree-inline.cc4095 if (targetm.attribute_table)
4104 for (i = 0; targetm.attribute_table[i].name != NULL; i++)
4105 if (is_attribute_p (targetm.attribute_table[i].name, name))
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/
H A Dd-attribs.cc219 if (targetm.attribute_table)
221 for (const attribute_spec *p = targetm.attribute_table; p->name; p++)
/netbsd-current/external/gpl3/gcc/dist/gcc/d/
H A Dd-attribs.cc279 if (targetm.attribute_table)
281 for (const attribute_spec *p = targetm.attribute_table; p->name; p++)
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-riscv.c3651 attribute_table[] = local
3670 for (i = 0; i < ARRAY_SIZE (attribute_table); i++)
3671 if (strcmp (name, attribute_table[i].name) == 0)
3672 return attribute_table[i].tag;
H A Dtc-arc.c5089 attribute_table[] = local
5115 for (i = 0; i < ARRAY_SIZE (attribute_table); i++)
5116 if (streq (name, attribute_table[i].name))
5117 return attribute_table[i].tag;
H A Dtc-mips.c20579 attribute_table[] =
20591 for (i = 0; i < ARRAY_SIZE (attribute_table); i++)
20592 if (streq (name, attribute_table[i].name))
20593 return attribute_table[i].tag;
20562 attribute_table[] = local
H A Dtc-arm.c33422 attribute_table[] =
33480 for (i = 0; i < ARRAY_SIZE (attribute_table); i++)
33481 if (streq (name, attribute_table[i].name))
33482 return attribute_table[i].tag;
33412 attribute_table[] = local
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-arc.c5080 attribute_table[] = local
5106 for (i = 0; i < ARRAY_SIZE (attribute_table); i++)
5107 if (streq (name, attribute_table[i].name))
5108 return attribute_table[i].tag;
H A Dtc-riscv.c4490 attribute_table[] = local
4508 for (i = 0; i < ARRAY_SIZE (attribute_table); i++)
4509 if (strcmp (name, attribute_table[i].name) == 0)
4510 return attribute_table[i].tag;
H A Dtc-mips.c20687 attribute_table[] =
20699 for (i = 0; i < ARRAY_SIZE (attribute_table); i++)
20700 if (streq (name, attribute_table[i].name))
20701 return attribute_table[i].tag;
20670 attribute_table[] = local
H A Dtc-arm.c33607 attribute_table[] =
33669 for (i = 0; i < ARRAY_SIZE (attribute_table); i++)
33670 if (streq (name, attribute_table[i].name))
33671 return attribute_table[i].tag;
33597 attribute_table[] = local
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-arc.c5080 attribute_table[] = local
5106 for (i = 0; i < ARRAY_SIZE (attribute_table); i++)
5107 if (streq (name, attribute_table[i].name))
5108 return attribute_table[i].tag;
H A Dtc-riscv.c4490 attribute_table[] = local
4508 for (i = 0; i < ARRAY_SIZE (attribute_table); i++)
4509 if (strcmp (name, attribute_table[i].name) == 0)
4510 return attribute_table[i].tag;
H A Dtc-mips.c20687 attribute_table[] =
20699 for (i = 0; i < ARRAY_SIZE (attribute_table); i++)
20700 if (streq (name, attribute_table[i].name))
20701 return attribute_table[i].tag;
20670 attribute_table[] = local
H A Dtc-arm.c33607 attribute_table[] =
33669 for (i = 0; i < ARRAY_SIZE (attribute_table); i++)
33670 if (streq (name, attribute_table[i].name))
33671 return attribute_table[i].tag;
33597 attribute_table[] = local

Completed in 744 milliseconds