Searched refs:tree_code_length (Results 1 – 10 of 10) sorted by relevance
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | tree-core.h | 2272 extern const unsigned char tree_code_length[];
|
| H A D | tree.h | 225 #define TREE_CODE_LENGTH(CODE) tree_code_length[(int) (CODE)]
|
| H A D | ChangeLog-2008 | 16013 (tree_code_length, tree_code_name): Likewise. 16023 (tree_code_length, tree_code_name): Remove. 16033 (tree_code_length, tree_code_name): Remove. 16041 (tree_code_length, tree_code_name): Remove. 16044 (tree_code_length, tree_code_name): Remove. 16048 (tree_code_length, tree_code_name): Remove. 16050 (tree_code_length, tree_code_name): Remove. 16054 (tree_code_length, tree_code_name): Remove.
|
| H A D | ChangeLog-1997 | 570 * tree.c, tree.h: Change tree_code_type, tree_code_length, and
|
| H A D | tree.cc | 94 const unsigned char tree_code_length[] = { variable
|
| H A D | ChangeLog-2002 | 28749 * c-lang.c (tree_code_type, tree_code_length, tree_code_name): 28756 * objc/objc-lang.c (tree_code_type, tree_code_length, 28759 tree_code_length[IDENTIFIER_NODE]. 28760 * tree.c (tree_code_type, tree_code_length, tree_code_name): 28763 * tree.h (tree_code_type, tree_code_length, tree_code_name): 28765 (tree_code_length): Change type to unsigned char.
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | tree-core.h | 2198 extern const unsigned char tree_code_length[];
|
| H A D | tree.h | 224 #define TREE_CODE_LENGTH(CODE) tree_code_length[(int) (CODE)]
|
| H A D | tree.c | 91 const unsigned char tree_code_length[] = { variable
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | ChangeLog-2002 | 3719 * cp-lang.c (tree_code_type, tree_code_length, tree_code_name): 3722 tree_code_length.
|