Home
last modified time | relevance | path

Searched refs:this_function_decl (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans-decl.c3091 tree this_function_decl; in gfc_get_fake_result_decl() local
3098 this_function_decl = DECL_CONTEXT (current_function_decl); in gfc_get_fake_result_decl()
3103 this_function_decl = current_function_decl; in gfc_get_fake_result_decl()
3107 && sym->ns->proc_name->backend_decl == this_function_decl in gfc_get_fake_result_decl()
3176 decl = DECL_ARGUMENTS (this_function_decl); in gfc_get_fake_result_decl()
3178 if (sym->ns->proc_name->backend_decl == this_function_decl in gfc_get_fake_result_decl()
3189 IDENTIFIER_POINTER (DECL_NAME (this_function_decl))); in gfc_get_fake_result_decl()
3192 decl = build_decl (DECL_SOURCE_LOCATION (this_function_decl), in gfc_get_fake_result_decl()
3196 decl = build_decl (DECL_SOURCE_LOCATION (this_function_decl), in gfc_get_fake_result_decl()
3198 TREE_TYPE (TREE_TYPE (this_function_decl))); in gfc_get_fake_result_decl()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans-decl.cc3131 tree this_function_decl; in gfc_get_fake_result_decl() local
3138 this_function_decl = DECL_CONTEXT (current_function_decl); in gfc_get_fake_result_decl()
3143 this_function_decl = current_function_decl; in gfc_get_fake_result_decl()
3147 && sym->ns->proc_name->backend_decl == this_function_decl in gfc_get_fake_result_decl()
3216 decl = DECL_ARGUMENTS (this_function_decl); in gfc_get_fake_result_decl()
3218 if (sym->ns->proc_name->backend_decl == this_function_decl in gfc_get_fake_result_decl()
3229 IDENTIFIER_POINTER (DECL_NAME (this_function_decl))); in gfc_get_fake_result_decl()
3232 decl = build_decl (DECL_SOURCE_LOCATION (this_function_decl), in gfc_get_fake_result_decl()
3236 decl = build_decl (DECL_SOURCE_LOCATION (this_function_decl), in gfc_get_fake_result_decl()
3238 TREE_TYPE (TREE_TYPE (this_function_decl))); in gfc_get_fake_result_decl()