Searched refs:hook_array (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | genhooks.cc | 25 static struct hook_desc hook_array[] = { variable 131 for (i = 0; i < (int) (sizeof hook_array / sizeof hook_array[0]); i++) in emit_documentation() 136 if (!hook_array[i].doc || strcmp (hook_array[i].doc, "*") == 0) in emit_documentation() 138 sh.name = upstrdup (hook_array[i].name); in emit_documentation() 193 if (*hook_array[i].doc == '*') in emit_documentation() 194 printf ("%s", hook_array[i].doc + 1); in emit_documentation() 202 deftype = hook_array[i].param ? "deftypefn" : "deftypevr"; in emit_documentation() 203 printf ("@%s {%s} ", deftype, hook_array[i].docname); in emit_documentation() 204 if (strchr (hook_array[i].type, ' ')) in emit_documentation() 205 printf ("{%s}", hook_array[i].type); in emit_documentation() [all …]
|
H A D | ChangeLog-2011 | 22082 * genhooks.c (hook_array): Also include common/common-target.def. 31087 (hook_array): Include c-target.def.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | genhooks.c | 25 static struct hook_desc hook_array[] = { variable 151 for (i = 0; i < (int) (sizeof hook_array / sizeof hook_array[0]); i++) in emit_documentation() 156 if (!hook_array[i].doc || strcmp (hook_array[i].doc, "*") == 0) in emit_documentation() 158 sh.name = upstrdup (hook_array[i].name); in emit_documentation() 213 if (*hook_array[i].doc == '*') in emit_documentation() 214 printf ("%s", hook_array[i].doc + 1); in emit_documentation() 219 emit_findices (hook_array[i].doc, name); in emit_documentation() 223 deftype = hook_array[i].param ? "deftypefn" : "deftypevr"; in emit_documentation() 224 printf ("@%s {%s} ", deftype, hook_array[i].docname); in emit_documentation() 225 if (strchr (hook_array[i].type, ' ')) in emit_documentation() [all …]
|