| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | langhooks.h | 165 tree (*getdecls) PARAMS ((void));
|
| H A D | langhooks-def.h | 213 #define LANG_HOOKS_GETDECLS getdecls
|
| H A D | c-objc-common.c | 388 dump_node (getdecls (), flags & ~TDF_SLIM, stream); in c_objc_common_finish_file()
|
| H A D | langhooks.c | 465 tree globals = (*lang_hooks.decls.getdecls) (); in write_global_declarations()
|
| H A D | c-tree.h | 186 extern tree getdecls PARAMS ((void));
|
| H A D | sdbout.c | 1502 tree decl = (*lang_hooks.decls.getdecls) (); 1743 for (t = (*lang_hooks.decls.getdecls) (); t; t = TREE_CHAIN (t))
|
| H A D | c-decl.c | 572 warn_about_unused_variables (getdecls ()); 2316 getdecls () in getdecls() function 4825 tree parms = getdecls (); 6051 tree parmdecls = getdecls (); in store_parm_decls() 6129 DECL_ARGUMENTS (fndecl) = getdecls (); in store_parm_decls() 6835 for (t = getdecls (); t; t = TREE_CHAIN (t)) in check_for_loop_decls()
|
| H A D | dbxout.c | 421 tree syms = (*lang_hooks.decls.getdecls) ();
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | langhooks.h | 177 tree (*getdecls) (void); member
|
| H A D | langhooks-def.h | 246 #define LANG_HOOKS_GETDECLS getdecls
|
| H A D | langhooks.c | 478 tree globals = lang_hooks.decls.getdecls (); in write_global_declarations()
|
| H A D | dbxout.c | 986 tree syms = lang_hooks.decls.getdecls (); in dbxout_init()
|
| /openbsd-src/gnu/gcc/gcc/cp/ |
| H A D | name-lookup.h | 335 extern tree getdecls (void);
|
| H A D | name-lookup.c | 1515 getdecls (void) in getdecls() function
|
| H A D | decl.c | 605 for (decl = getdecls (); decl; decl = TREE_CHAIN (decl)) in poplevel() 10947 DECL_ARGUMENTS (fndecl) = getdecls (); in store_parm_decls()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/java/ |
| H A D | decl.c | 1190 getdecls () in getdecls() function 1521 expand_end_bindings (getdecls (), 1, 0); 1543 expand_end_bindings (getdecls (), 1, 0); 1849 expand_end_bindings (getdecls (), 1, 0); in end_java_method()
|
| H A D | java-tree.h | 1137 extern tree getdecls PARAMS ((void));
|
| H A D | expr.c | 2619 expand_end_bindings (getdecls (), 1, 0);
|
| /openbsd-src/gnu/gcc/gcc/treelang/ |
| H A D | treetree.c | 146 static tree getdecls (void); 957 getdecls (void) in getdecls() function
|
| H A D | ChangeLog | 411 (getdecls): Likewise. 616 pushdecl, getdecls, kept_level_p, tree_push_type_decl,
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/f/ |
| H A D | com.h | 161 extern tree getdecls PARAMS ((void));
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/cp/ |
| H A D | semantics.c | 323 else if (getdecls () == NULL_TREE) 461 else if (getdecls () == NULL_TREE)
|
| H A D | parse.y | 1221 for (d = getdecls (); d; d = TREE_CHAIN (d))
|
| H A D | decl.c | 1637 warn_about_unused_variables (getdecls ()); 5592 getdecls () in getdecls() function 14726 DECL_ARGUMENTS (fndecl) = getdecls ();
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/treelang/ |
| H A D | treetree.c | 432 DECL_ARGUMENTS (fn_decl) = getdecls (); in tree_code_create_function_initial()
|