Searched refs:parent_decl (Results 1 – 5 of 5) sorted by relevance
1590 tree parent_decl; in gfc_trans_omp_variable() local1602 parent_decl = current_function_decl in gfc_trans_omp_variable()1605 if ((t == parent_decl && return_value) in gfc_trans_omp_variable()1607 && sym->ns->proc_name->backend_decl == parent_decl in gfc_trans_omp_variable()
2874 tree parent_decl = NULL_TREE; in gfc_conv_variable() local2918 parent_decl = DECL_CONTEXT (current_function_decl); in gfc_conv_variable()2920 if ((se->expr == parent_decl && return_value) in gfc_conv_variable()2922 && parent_decl in gfc_conv_variable()2923 && sym->ns->proc_name->backend_decl == parent_decl in gfc_conv_variable()
1862 tree parent_decl; in gfc_trans_omp_variable() local1874 parent_decl = current_function_decl in gfc_trans_omp_variable()1877 if ((t == parent_decl && return_value) in gfc_trans_omp_variable()1879 && sym->ns->proc_name->backend_decl == parent_decl in gfc_trans_omp_variable()
2976 tree parent_decl = NULL_TREE; in gfc_conv_variable() local3020 parent_decl = DECL_CONTEXT (current_function_decl); in gfc_conv_variable()3022 if ((se->expr == parent_decl && return_value) in gfc_conv_variable()3024 && parent_decl in gfc_conv_variable()3025 && sym->ns->proc_name->backend_decl == parent_decl in gfc_conv_variable()
2344 * trans-exp.c (gfc_conv_variable): Check that parent_decl