Home
last modified time | relevance | path

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

/external/bison/src/
Dsymlist.c37 res->content_type = SYMLIST_SYMBOL; in symbol_list_sym_new()
169 l && !(l->content_type == SYMLIST_SYMBOL && l->content.sym == NULL); in symbol_list_length()
192 || (l->content_type == SYMLIST_SYMBOL && l->content.sym == NULL)) in symbol_list_n_get()
214 aver (l->content_type == SYMLIST_SYMBOL); in symbol_list_n_type_name_get()
222 (node->content_type == SYMLIST_SYMBOL && !(node->content.sym)); in symbol_list_null()
230 case SYMLIST_SYMBOL: in symbol_list_destructor_set()
251 case SYMLIST_SYMBOL: in symbol_list_printer_set()
Dsymlist.h37 SYMLIST_SYMBOL, SYMLIST_TYPE, enumerator
Dscan-code.l562 if (l->content_type != SYMLIST_SYMBOL) in parse_ref()
Dscan-code.c2751 if (l->content_type != SYMLIST_SYMBOL) in parse_ref()