Home
last modified time | relevance | path

Searched refs:tree_codes (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgencheck.c28 static const char *const tree_codes[] = { variable
66 for (i = 0; tree_codes[i]; i++) in main()
69 if (strcmp (tree_codes[i], tree_codes[j]) == 0) in main()
74 tree_codes[i], tree_codes[i]); in main()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgencheck.cc28 static const char *const tree_codes[] = { variable
66 for (i = 0; tree_codes[i]; i++) in main()
69 if (strcmp (tree_codes[i], tree_codes[j]) == 0) in main()
74 tree_codes[i], tree_codes[i]); in main()
H A DChangeLog-1998221 * gencheck.c (tree_codes): Likewise.
H A DChangeLog-200816024 * gencheck.c (tree_codes): Include all-tree.def, rather than
H A DChangeLog-20212561 rather than tree_codes.
H A DChangeLog-200111278 * gencheck.c (tree_codes): Likewise.
H A DChangeLog-200016153 * gencheck.c (tree_codes[]): Added '#include "c-common.def"'.
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A DChangeLog-20003502 (ambi_op_p): Work on tree_codes, not identifiers.