Searched refs:build_library_function_decl_1 (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | trans-decl.c | 3231 build_library_function_decl_1 (tree name, const char *spec, in build_library_function_decl_1() function 3286 ret = build_library_function_decl_1 (name, NULL, rettype, nargs, args); in gfc_build_library_function_decl() 3303 ret = build_library_function_decl_1 (name, spec, rettype, nargs, args); in gfc_build_library_function_decl_with_spec()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | trans-decl.cc | 3271 build_library_function_decl_1 (tree name, const char *spec, in build_library_function_decl_1() function 3326 ret = build_library_function_decl_1 (name, NULL, rettype, nargs, args); in gfc_build_library_function_decl() 3348 ret = build_library_function_decl_1 (name, spec, rettype, nargs, args); in gfc_build_library_function_decl_with_spec()
|
H A D | ChangeLog-2010 | 2139 * trans-decl.c (build_library_function_decl_1): Chain on 4030 (build_library_function_decl_1): ... this new function.
|
H A D | ChangeLog-2011 | 2768 * trans-decl.c (build_library_function_decl_1): Call
|