Home
last modified time | relevance | path

Searched refs:getdecls (Results 1 – 16 of 16) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Dlanghooks.h187 tree (*getdecls) (void); member
H A Dlanghooks-def.h264 #define LANG_HOOKS_GETDECLS getdecls
H A Dlanghooks.c478 tree globals = lang_hooks.decls.getdecls (); in write_global_declarations()
H A Ddbxout.c986 tree syms = lang_hooks.decls.getdecls (); in dbxout_init()
H A Dc-format.c188 error ("%Junrecognized format specifier", lang_hooks.decls.getdecls ()); in decode_format_attr()
H A DChangeLog-200227881 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.
H A DChangeLog-200428404 * c-tree.h (getdecls): Deleted.
37469 (any_external_decl, record_external_decl, bind_label, getdecls)
42107 (sdbout_finish): Just scan deferred_global_decls; don't call getdecls.
42113 * c-decl.c (getdecls): Just return 0.
42114 (check_for_loop_decls): Don't use getdecls.
42116 * c-objc-common.c (c_objc_common_finish_file): Don't use getdecls.
H A DChangeLog-200312092 (getdecls, c_init_decl_processing): Fix comment.
12434 (get_parm_info): Don't use gettags or getdecls. No need to
H A DChangeLog-200125035 * c-tree.h (pedantic, convert, getdecls, gettags,
/freebsd-12.1/contrib/gcc/cp/
H A Dname-lookup.h337 extern tree getdecls (void);
H A Dname-lookup.c1510 getdecls (void) in getdecls() function
H A Ddecl.c613 for (decl = getdecls (); decl; decl = TREE_CHAIN (decl)) in poplevel()
11581 DECL_ARGUMENTS (fndecl) = getdecls (); in store_parm_decls()
H A DChangeLog-20012348 set_block, pushdecl, getdecls, gettags, init_decl_processing,
H A DChangeLog-20023563 insert_block, getdecls, global_bindings_p): New.
H A DChangeLog-2003999 (getdecls): Likewise.
H A DChangeLog-19986140 * parse.y (simple_stmt): Use getdecls() to check for decl.