Searched refs:gfc_is_function_return_value (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/gcc/gcc/fortran/
H A Dprimary.c1437 gfc_is_function_return_value (gfc_symbol *sym, gfc_namespace *ns) function
1520 if (gfc_is_function_return_value (sym, gfc_current_ns))
2774 if (gfc_is_function_return_value (sym, gfc_current_ns))
3275 && (gfc_is_function_return_value (sym, gfc_current_ns)
H A Dgfortran.h3143 bool gfc_is_function_return_value (gfc_symbol *, gfc_namespace *);
H A Dmatch.c4306 || gfc_is_function_return_value (sym, gfc_current_ns))
H A Dresolve.c1072 || gfc_is_function_return_value (sym, gfc_current_ns))
1855 if (gfc_is_function_return_value (sym, sym->ns))

Completed in 185 milliseconds