Lines Matching full:loc
41 #define YY_LOCATION_PRINT(File, Loc) \
42 location_print (File, Loc)
44 static void version_check (location const *loc, char const *version);
59 * \param loc the location in the source.
61 static void add_param (char const *type, char *decl, location loc);
76 current_lhs(symbol *sym, location loc, named_ref *ref)
79 current_lhs_location = loc;
694 YYLTYPE loc;
696 /* SGI MIPSpro 7.4.1m miscompiles "loc.start = loc.end = rhs[n].end;".
698 loc.start = rhs[n].end;
699 loc.end = rhs[n].end;
707 loc.start = rhs[i].start;
711 return loc;
716 declaration DECL and location LOC. */
719 add_param (char const *type, char *decl, location loc)
747 complain_at (loc, _("missing identifier in parameter declaration"));
760 version_check (location const *loc, char const *version)
764 complain_at (*loc, "require bison %s, but have %s",
771 gram_error (location const *loc, char const *msg)
773 complain_at (*loc, "%s", msg);