Searched refs:build_function_decl (Results 1 – 14 of 14) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | ChangeLog-2012 | 362 (build_function_decl): Set TREE_USED for referenced procedures. 484 (build_function_decl): Do not push __copy procedure to toplevel. 850 build_function_decl): Don't mark impure elemental 1093 * trans-decl.c (gfc_finish_var_decl, build_function_decl): 1901 * trans-decl.c (build_function_decl): Use it. 1915 * trans-decl.c (build_function_decl): Ditto for procedures.
|
H A D | trans-decl.cc | 1528 static void build_function_decl (gfc_symbol * sym, bool global); 1784 build_function_decl (sym, false); in gfc_get_symbol_decl() 2367 build_function_decl (gfc_symbol * sym, bool global) in build_function_decl() function 2932 build_function_decl (thunk_sym, global); in build_entry_thunks() 3103 build_function_decl (ns->proc_name, global); in gfc_create_function_decl()
|
H A D | ChangeLog-2004 | 591 (build_function_decl): ... to here. 1011 * trans-decl.c (build_function_decl): Fix spelling in comment. 1164 (build_function_decl): ... to this.
|
H A D | ChangeLog-2009 | 1748 build_function_decl): Use gfc_set_decl_assembler_name instead of 1758 (build_function_decl): The same. 1985 gfc_get_extern_function_decl,build_function_decl: Use it.
|
H A D | ChangeLog-2010 | 957 (build_function_decl): Likewise. Delay setting the assembler 2013 (build_function_decl): Remove assertion. 2567 (gfc_create_function_decl, build_function_decl,
|
H A D | ChangeLog-2013 | 1806 * trans-decl.c (build_function_decl,create_function_arglist,
|
H A D | ChangeLog-2011 | 385 (build_function_decl): Push __copy_ procedure to the toplevel. 3911 build_function_decl): Set TREE_PUBLIC/TREE_EXTERNAL before
|
H A D | ChangeLog-2008 | 1134 (build_function_decl): Allow current_function_decl's context 2802 * trans-decl.c (gfc_get_extern_function_decl, build_function_decl):
|
H A D | ChangeLog-2003 | 1461 * trans-decl.c (build_function_decl): Add parameter before it gets
|
H A D | ChangeLog-2021 | 2131 * trans-decl.c (build_function_decl): Add comment;
|
H A D | ChangeLog-2007 | 791 (build_function_decl): Fix comment. 1165 * trans-decl.c (build_function_decl): Set "externally_visible"
|
H A D | ChangeLog-2016 | 2671 *trans-decl.c (build_function_decl): Change the gcc_assert to
|
H A D | ChangeLog-2005 | 684 * trans-decl.c(build_function_decl): Don't set
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | trans-decl.c | 1494 static void build_function_decl (gfc_symbol * sym, bool global); 1745 build_function_decl (sym, false); in gfc_get_symbol_decl() 2343 build_function_decl (gfc_symbol * sym, bool global) in build_function_decl() function 2898 build_function_decl (thunk_sym, global); in build_entry_thunks() 3069 build_function_decl (ns->proc_name, global); in gfc_create_function_decl()
|