Home
last modified time | relevance | path

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 Dtrans-decl.c3231 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 Dtrans-decl.cc3271 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 DChangeLog-20102139 * trans-decl.c (build_library_function_decl_1): Chain on
4030 (build_library_function_decl_1): ... this new function.
H A DChangeLog-20112768 * trans-decl.c (build_library_function_decl_1): Call