Searched refs:SYM_ENUM_CONST (Results 1 – 4 of 4) sorted by relevance
/scripts/genksyms/ |
A D | genksyms.h | 22 SYM_ENUM_CONST enumerator
|
A D | lex.l | 107 find_symbol(cur_node->string, SYM_ENUM_CONST, 1)?\ 108 SYM_ENUM_CONST : SYM_NORMAL ; \
|
A D | genksyms.c | 52 [SYM_ENUM_CONST] = {'E', "enum constant"}, 141 case SYM_ENUM_CONST: in map_to_ns() 194 if (type == SYM_ENUM_CONST) { in process_enum() 235 if ((type == SYM_ENUM_CONST || type == SYM_ENUM) && !is_reference) { in __add_symbol() 569 case SYM_ENUM_CONST: in expand_and_crc_sym()
|
A D | parse.y | 505 add_symbol(name, SYM_ENUM_CONST, NULL, 0); 511 add_symbol(name, SYM_ENUM_CONST, expr, 0);
|
Completed in 811 milliseconds