Lines Matching refs:here

307    list here.)
496 struct c_binding *b, **here;
524 case LABEL_DECL: here = &I_LABEL_BINDING (name); break;
527 case RECORD_TYPE: here = &I_TAG_BINDING (name); break;
533 case ERROR_MARK: here = &I_SYMBOL_BINDING (name); break;
542 while (*here && (*here)->depth > scope->depth)
543 here = &(*here)->shadowed;
545 b->shadowed = *here;
546 *here = b;
599 /* The following function is used only by Objective-C. It needs to live here
745 properly set their TYPE_CONTEXTs here, because we don't have a
881 here with b->id NULL in this case. */
1155 /* If we get here, no errors were found, but do issue a warning
1172 diag (G_("previous definition of %q+D was here"), decl);
1174 diag (G_("previous implicit declaration of %q+D was here"), decl);
1176 diag (G_("previous declaration of %q+D was here"), decl);
1251 built-in. No point in calling locate_old_decl here, it
1437 error ("%Jbut not here", newa ? olddecl : newdecl);
1668 struct c_binding *b, **here;
1670 for (here = &current_scope->bindings; *here; here = &(*here)->prev)
1671 if ((*here)->decl == olddecl)
1676 b = *here;
1677 *here = b->prev;
2035 warning (OPT_Wshadow, "%Jshadowed declaration is here", old_decl);
2049 The whole point here is to end up with a situation where each
2216 what scope they are in; this is what we do here. (C99 6.2.7p2:
2240 done here rather than when the decl is first bound
2278 /* The point of the same_translation_unit_p check here is,
2437 scope gets created. Catch this here and rebind them into the
2502 /* No need to call objc_check_decl here - it's a function type. */
2528 error ("%H%qE undeclared here (not in a function)", &loc, id);
2589 location to point here, for better diagnostics if it
2950 or defines an enum, it is valid but we need not do anything here.
3241 Function definitions do not come here; they go to start_function
3243 do go through here. Structure field declarations are done by
3244 grokfield and not through here. */
3389 /* Set attributes here so if duplicate decl, will have proper attributes. */
3830 /* We do not use start_decl here because we have a type, not a declarator;
4547 it, but here we want to make sure we don't ever
4556 /* It is ok to modify type here even if itype is
4696 We handle the NORMAL and FIELD contexts here by attaching an
4701 We expect nothing to be needed here for PARM or TYPENAME.
5359 /* CONST_DECLs appear here when we have an embedded enum,
5360 and TYPE_DECLs appear here when we have an embedded struct
5370 /* error_mark_node appears here when we have an undeclared
5820 /* Use the same allocation policy here that make_node uses, to
6103 Assignment of sequential values by default is handled here. */
6481 warning if we got here because ARG_INFO_TYPES was error_mark_node
6698 /* ??? Is it possible to get here with a
7053 /* If we get here, declarations have been used in a for loop without
7920 /* We don't diagnose this here because grokdeclarator will