| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | langhooks.h | 199 tree (*getdecls) (void); member
|
| H A D | langhooks-def.h | 239 #define LANG_HOOKS_GETDECLS getdecls
|
| H A D | langhooks.c | 311 globals = lang_hooks.decls.getdecls (); in global_decl_processing()
|
| H A D | dbxout.c | 993 tree syms = lang_hooks.decls.getdecls (); in dbxout_init()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | langhooks.h | 214 tree (*getdecls) (void); member
|
| H A D | langhooks-def.h | 254 #define LANG_HOOKS_GETDECLS getdecls
|
| H A D | langhooks.cc | 313 globals = lang_hooks.decls.getdecls (); in global_decl_processing()
|
| H A D | dbxout.cc | 996 tree syms = lang_hooks.decls.getdecls (); in dbxout_init()
|
| H A D | ChangeLog-2002 | 27881 insert_block, getdecls, kept_level_p, global_bindings_p): New. 27882 * dbxout.c (dbxout_init): Use getdecls langhook. 27900 (sdbout_init, sdbout_finish): Use getdecls langhook. 27905 * toplev.c (compile_file): Use getdecls langhook. 27908 insert_block, getdecls, kept_level_p, global_bindings_p): Remove.
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| H A D | f95-lang.c | 224 for (tree decl = getdecls (); decl ; decl = DECL_CHAIN (decl)) in gfc_be_parse_file() 326 getdecls (void) in getdecls() function 370 tree decl_chain = getdecls (); in poplevel()
|
| H A D | trans.h | 795 tree getdecls (void);
|
| H A D | trans.c | 219 decl = getdecls (); in gfc_merge_block_scope() 251 decl = getdecls (); in gfc_finish_block()
|
| H A D | trans-decl.c | 3012 tmp = getdecls (); in build_entry_thunks() 5770 decl = getdecls (); in generate_coarray_init() 6495 decl = getdecls (); in create_main_function() 6988 decl = getdecls (); in gfc_generate_function_code() 7087 decl = getdecls (); in gfc_generate_constructors()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
| H A D | f95-lang.cc | 230 for (tree decl = getdecls (); decl ; decl = DECL_CHAIN (decl)) in gfc_be_parse_file() 332 getdecls (void) in getdecls() function 376 tree decl_chain = getdecls (); in poplevel()
|
| H A D | trans.h | 800 tree getdecls (void);
|
| H A D | trans.cc | 263 decl = getdecls (); in gfc_merge_block_scope() 295 decl = getdecls (); in gfc_finish_block()
|
| H A D | trans-decl.cc | 3046 tmp = getdecls (); in build_entry_thunks() 5698 decl = getdecls (); in generate_coarray_init() 6428 decl = getdecls (); in create_main_function() 7785 decl = getdecls (); in gfc_generate_function_code() 7884 decl = getdecls (); in gfc_generate_constructors()
|
| H A D | ChangeLog-2016 | 2238 (getdecls): If reversed is clear, set it and nreverse the names 2240 (poplevel): Use getdecls.
|
| H A D | ChangeLog | 1498 (getdecls): Likewise.
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/ |
| H A D | ChangeLog-2013 | 290 (getdecls): Rename to d_getdecls, add langhook.
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | ChangeLog-2017 | 4103 (getdecls): Rename to get_local_decls. 4107 (getdecls): Rename to ...
|
| H A D | ChangeLog-2001 | 2348 set_block, pushdecl, getdecls, gettags, init_decl_processing,
|
| H A D | ChangeLog-2002 | 3563 insert_block, getdecls, global_bindings_p): New.
|
| H A D | ChangeLog-2003 | 999 (getdecls): Likewise.
|
| H A D | ChangeLog-1998 | 6140 * parse.y (simple_stmt): Use getdecls() to check for decl.
|