Searched refs:NOTHING_NAME (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dgenautomata.c1549 #define NOTHING_NAME "nothing"
1573 else if (strcmp (str, NOTHING_NAME) == 0)
2625 if (strcmp (DECL_UNIT (decl)->name, NOTHING_NAME) == 0)
2627 error ("`%s' is declared as cpu unit", NOTHING_NAME);
2634 if (strcmp (DECL_RESERV (decl)->name, NOTHING_NAME) == 0)
2636 error ("`%s' is declared as cpu reservation", NOTHING_NAME);
3706 fprintf (f, NOTHING_NAME);
6893 obstack_grow (&irp, NOTHING_NAME, strlen (NOTHING_NAME));
8555 NOTHING_NAME, FILE_PARAMETER_NAM
1545 #define NOTHING_NAME macro
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dgenautomata.cc1549 #define NOTHING_NAME "nothing"
1573 else if (strcmp (str, NOTHING_NAME) == 0)
2625 if (strcmp (DECL_UNIT (decl)->name, NOTHING_NAME) == 0)
2627 error ("`%s' is declared as cpu unit", NOTHING_NAME);
2634 if (strcmp (DECL_RESERV (decl)->name, NOTHING_NAME) == 0)
2636 error ("`%s' is declared as cpu reservation", NOTHING_NAME);
3706 fprintf (f, NOTHING_NAME);
6893 obstack_grow (&irp, NOTHING_NAME, strlen (NOTHING_NAME));
8555 NOTHING_NAME, FILE_PARAMETER_NAM
1545 #define NOTHING_NAME macro
[all...]

Completed in 229 milliseconds