Home
last modified time | relevance | path

Searched refs:gfor_fndecl_select_string (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans.h925 extern GTY(()) tree gfor_fndecl_select_string;
H A Dtrans-decl.c195 tree gfor_fndecl_select_string; variable
3386 gfor_fndecl_select_string = gfc_build_library_function_decl_with_spec ( in gfc_build_intrinsic_function_decls()
3390 DECL_PURE_P (gfor_fndecl_select_string) = 1; in gfc_build_intrinsic_function_decls()
3391 TREE_NOTHROW (gfor_fndecl_select_string) = 1; in gfc_build_intrinsic_function_decls()
H A Dtrans-stmt.c3517 fndecl = gfor_fndecl_select_string; in gfc_trans_character_select()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans.h935 extern GTY(()) tree gfor_fndecl_select_string;
H A Dtrans-decl.cc194 tree gfor_fndecl_select_string; variable
3431 gfor_fndecl_select_string = gfc_build_library_function_decl_with_spec ( in gfc_build_intrinsic_function_decls()
3435 DECL_PURE_P (gfor_fndecl_select_string) = 1; in gfc_build_intrinsic_function_decls()
3436 TREE_NOTHROW (gfor_fndecl_select_string) = 1; in gfc_build_intrinsic_function_decls()
H A DChangeLog-20031371 (g95_build_builtin_function_decls): Add 'gfor_fndecl_select_string'.
1373 * trans.h: Declare 'gfor_fndecl_select_string'.
H A Dtrans-stmt.cc3555 fndecl = gfor_fndecl_select_string; in gfc_trans_character_select()