Searched refs:tree_code_length (Results 1 – 6 of 6) sorted by relevance
| /freebsd-9-stable/contrib/gcc/ |
| D | c-lang.c | 68 const unsigned char tree_code_length[] = { variable
|
| D | tree.h | 191 extern const unsigned char tree_code_length[]; 192 #define TREE_CODE_LENGTH(CODE) tree_code_length[(int) (CODE)]
|
| D | ChangeLog-1997 | 570 * tree.c, tree.h: Change tree_code_type, tree_code_length, and
|
| 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.
|
| /freebsd-9-stable/contrib/gcc/cp/ |
| D | cp-lang.c | 78 const unsigned char tree_code_length[] = { variable
|
| D | ChangeLog-2002 | 3719 * cp-lang.c (tree_code_type, tree_code_length, tree_code_name): 3722 tree_code_length.
|