Home
last modified time | relevance | path

Searched refs:gfor_fndecl_concat_string (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans.h916 extern GTY(()) tree gfor_fndecl_concat_string;
H A Dtrans-decl.c186 tree gfor_fndecl_concat_string; variable
3328 gfor_fndecl_concat_string = gfc_build_library_function_decl_with_spec ( in gfc_build_intrinsic_function_decls()
3333 TREE_NOTHROW (gfor_fndecl_concat_string) = 1; in gfc_build_intrinsic_function_decls()
H A Dtrans-expr.c3632 fndecl = gfor_fndecl_concat_string; in gfc_conv_concat_op()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans.h926 extern GTY(()) tree gfor_fndecl_concat_string;
H A Dtrans-decl.cc185 tree gfor_fndecl_concat_string; variable
3373 gfor_fndecl_concat_string = gfc_build_library_function_decl_with_spec ( in gfc_build_intrinsic_function_decls()
3378 TREE_NOTHROW (gfor_fndecl_concat_string) = 1; in gfc_build_intrinsic_function_decls()
H A Dtrans-expr.cc3734 fndecl = gfor_fndecl_concat_string; in gfc_conv_concat_op()