Searched refs:SYM_ENUM_CONST (Results 1 – 6 of 6) sorted by relevance
| /utopia/UTPA2-700.0.x/projects/build/scripts/genksyms/ |
| H A D | genksyms.c | 65 [SYM_ENUM_CONST] = {'E', "enum constant"}, 154 case SYM_ENUM_CONST: in map_to_ns() 211 if (type == SYM_ENUM_CONST) { in __add_symbol() 575 case SYM_ENUM_CONST: in expand_and_crc_sym()
|
| H A D | lex.l | 117 find_symbol(cur_node->string, SYM_ENUM_CONST, 1)?\ 118 SYM_ENUM_CONST : SYM_NORMAL ; \
|
| H A D | parse.y | 469 add_symbol(name, SYM_ENUM_CONST, NULL, 0); 475 add_symbol(name, SYM_ENUM_CONST, expr, 0);
|
| H A D | genksyms.h | 30 SYM_ENUM_CONST enumerator
|
| H A D | lex.c_shipped | 2258 * SYM_ENUM_CONST. The parser will change this for struct and union tags later, 2271 find_symbol(cur_node->string, SYM_ENUM_CONST, 1)?\ 2272 SYM_ENUM_CONST : SYM_NORMAL ; \
|
| H A D | parse.c_shipped | 2261 add_symbol(name, SYM_ENUM_CONST, NULL, 0); 2272 add_symbol(name, SYM_ENUM_CONST, expr, 0);
|