Searched refs:gfc_create_function_decl (Results 1 – 13 of 13) sorted by relevance
/netbsd/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | trans.h | 678 void gfc_create_function_decl (gfc_namespace *, bool);
|
H A D | trans-decl.c | 2137 gfc_create_function_decl (gsym->ns, true); in gfc_get_extern_function_decl() 3066 gfc_create_function_decl (gfc_namespace * ns, bool global) in gfc_create_function_decl() function 5850 gfc_create_function_decl (ns, false); in gfc_generate_contained_functions() 6759 gfc_create_function_decl (ns, false); in gfc_generate_function_code()
|
H A D | trans.c | 2262 gfc_create_function_decl (n, false); in gfc_generate_module_code()
|
/netbsd/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | trans.h | 683 void gfc_create_function_decl (gfc_namespace *, bool);
|
H A D | trans-decl.c | 2137 gfc_create_function_decl (gsym->ns, true); in gfc_get_extern_function_decl() 3066 gfc_create_function_decl (gfc_namespace * ns, bool global) in gfc_create_function_decl() function 5850 gfc_create_function_decl (ns, false); in gfc_generate_contained_functions() 6759 gfc_create_function_decl (ns, false); in gfc_generate_function_code()
|
H A D | trans-decl.cc | 2177 gfc_create_function_decl (gsym->ns, true); in gfc_get_extern_function_decl() 3100 gfc_create_function_decl (gfc_namespace * ns, bool global) in gfc_create_function_decl() function 5778 gfc_create_function_decl (ns, false); in gfc_generate_contained_functions() 7481 gfc_create_function_decl (ns, false); in gfc_generate_function_code()
|
H A D | ChangeLog-2004 | 1165 (gfc_create_function_decl): New function. 1173 (gfc_generate_module_code): Call gfc_create_function_decl. 1175 (gfc_create_function_decl): Add prototype.
|
H A D | trans.c | 2262 gfc_create_function_decl (n, false); in gfc_generate_module_code()
|
H A D | trans.cc | 2354 gfc_create_function_decl (n, false); in gfc_generate_module_code()
|
H A D | ChangeLog-2010 | 2567 (gfc_create_function_decl, build_function_decl, 2570 gfc_create_function_decl call. 2571 * trans.h (gfc_create_function_decl): Update prototype.
|
H A D | ChangeLog-2014 | 1956 gfc_create_function_decl): Call gfc_trans_omp_declare_simd if
|
H A D | ChangeLog-2021 | 897 (gfc_create_function_decl): Call gfc_trans_omp_declare_variant.
|
H A D | ChangeLog-2006 | 122 * trans-decl.c (gfc_create_function_decl): Fix comment formatting.
|