Home | History | Annotate | Download | only in src

Lines Matching refs:FIRST

31 | Symbols sorted by tag.  Allocated by the first invocation of       |
145 | Complain that S's WHAT is redeclared at SECOND, and was first set |
146 | at FIRST. |
150 symbol_redeclaration (symbol *s, const char *what, location first,
156 complain_at_indent (first, &i, _("previous declaration"));
160 semantic_type_redeclaration (semantic_type *s, const char *what, location first,
166 complain_at_indent (first, &i, _("previous declaration"));
520 user_token_number_redeclaration (int num, symbol *first, symbol *second)
526 However, error messages make more sense if we keep the first
527 declaration first. */
528 if (location_cmp (first->location, second->location) > 0)
530 symbol* tmp = first;
531 first = second;
538 complain_at_indent (first->location, &i,
540 first->tag);
672 /* First insertion in the hash. */
698 /* First insertion in the hash. */