Home
last modified time | relevance | path

Searched refs:get_local_decls (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dname-lookup.h297 extern tree get_local_decls ();
H A Dname-lookup.c2065 for (tree t = get_local_decls (); t; t = DECL_CHAIN (t)) in pop_bindings_and_leave_scope()
3594 get_local_decls (void) in get_local_decls() function
H A Ddecl.c643 for (tree d = get_local_decls (); d; d = TREE_CHAIN (d)) in poplevel()
16677 DECL_ARGUMENTS (decl) = get_local_decls (); in do_push_parm_decls()
H A Dparser.c44253 tree new_decl = get_local_decls (); in synthesize_implicit_template_parm()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dname-lookup.h435 extern tree get_local_decls ();
H A Dname-lookup.cc2505 for (tree t = get_local_decls (); t; t = DECL_CHAIN (t)) in pop_bindings_and_leave_scope()
4524 get_local_decls (void) in get_local_decls() function
H A DChangeLog-20174103 (getdecls): Rename to get_local_decls.
4108 (get_local_decls): ... here. Assert local scope.
4111 (store_parm_decls): Adjust get_local_decls call.
H A Ddecl.cc664 for (tree d = get_local_decls (); d; d = TREE_CHAIN (d)) in poplevel()
17514 DECL_ARGUMENTS (decl) = get_local_decls (); in do_push_parm_decls()
H A Dparser.cc48284 tree new_decl = get_local_decls (); in synthesize_implicit_template_parm()