Searched refs:text_loc (Results 1 – 2 of 2) sorted by relevance
/external/bison/src/ |
D | scan-code.l | 501 int midrule_rhs_index, char *text, location text_loc, in parse_ref() argument 521 complain_at (text_loc, _("integer out of range: %s"), in parse_ref() 610 complain_at_indent (text_loc, &indent, _("invalid reference: %s"), in parse_ref() 615 location sym_loc = text_loc; in parse_ref() 648 warn_at_indent (text_loc, &indent, _("misleading reference: %s"), in parse_ref() 663 complain_at_indent (text_loc, &indent, _("ambiguous reference: %s"), in parse_ref()
|
D | scan-code.c | 2690 int midrule_rhs_index, char *text, location text_loc, in parse_ref() argument 2710 complain_at (text_loc, _("integer out of range: %s"), in parse_ref() 2799 complain_at_indent (text_loc, &indent, _("invalid reference: %s"), in parse_ref() 2804 location sym_loc = text_loc; in parse_ref() 2837 warn_at_indent (text_loc, &indent, _("misleading reference: %s"), in parse_ref() 2852 complain_at_indent (text_loc, &indent, _("ambiguous reference: %s"), in parse_ref()
|