Home
last modified time | relevance | path

Searched refs:SYM_ENUM_CONST (Results 1 – 4 of 4) sorted by relevance

/scripts/genksyms/
A Dgenksyms.h22 SYM_ENUM_CONST enumerator
A Dlex.l107 find_symbol(cur_node->string, SYM_ENUM_CONST, 1)?\
108 SYM_ENUM_CONST : SYM_NORMAL ; \
A Dgenksyms.c52 [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 Dparse.y505 add_symbol(name, SYM_ENUM_CONST, NULL, 0);
511 add_symbol(name, SYM_ENUM_CONST, expr, 0);

Completed in 811 milliseconds