Home
last modified time | relevance | path

Searched refs:lookup_name_in_scope (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/c/
H A Dc-decl.c597 static tree lookup_name_in_scope (tree, struct c_scope *);
3993 lookup_name_in_scope (tree name, struct c_scope *scope) in lookup_name_in_scope() function
4649 last_decl = lookup_name_in_scope (DECL_NAME (*node), external_scope); in c_decl_attributes()
8777 old_decl = lookup_name_in_scope (DECL_NAME (decl1), current_scope); in start_function()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dc-decl.c525 static tree lookup_name_in_scope (tree, struct c_scope *);
3477 lookup_name_in_scope (tree name, struct c_scope *scope) in lookup_name_in_scope() function
7759 old_decl = lookup_name_in_scope (DECL_NAME (decl1), current_scope); in start_function()