Searched refs:sym_loc (Results 1 – 4 of 4) sorted by relevance
/external/bison/src/ |
D | symlist.c | 39 res->location = res->sym_loc = loc; in symbol_list_sym_new() 70 res->location = res->sym_loc = loc; in symbol_list_type_new() 88 res->location = res->sym_loc = loc; in symbol_list_default_tagged_new() 106 res->location = res->sym_loc = loc; in symbol_list_default_tagless_new()
|
D | scan-code.l | 565 var = variant_add (l->content.sym->tag, l->sym_loc, in parse_ref() 615 location sym_loc = text_loc; in parse_ref() local 616 sym_loc.start.column += 1; in parse_ref() 617 sym_loc.end = sym_loc.start; in parse_ref() 621 complain_at_indent (sym_loc, &indent, format, dollar_or_at); in parse_ref()
|
D | symlist.h | 54 location sym_loc; member
|
D | scan-code.c | 2754 var = variant_add (l->content.sym->tag, l->sym_loc, in parse_ref() 2804 location sym_loc = text_loc; in parse_ref() local 2805 sym_loc.start.column += 1; in parse_ref() 2806 sym_loc.end = sym_loc.start; in parse_ref() 2810 complain_at_indent (sym_loc, &indent, format, dollar_or_at); in parse_ref()
|