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

/haiku-buildtools/gcc/gcc/fortran/
H A Dresolve.c11068 resolve_fl_var_and_proc (gfc_symbol *sym, int mp_flag) argument
11118 if (!mp_flag && !sym->attr.allocatable && !sym->attr.pointer
11220 resolve_fl_variable (gfc_symbol *sym, int mp_flag) argument
11230 if (!resolve_fl_var_and_proc (sym, mp_flag))
11392 resolve_fl_procedure (gfc_symbol *sym, int mp_flag) argument
11397 && !resolve_fl_var_and_proc (sym, mp_flag))
13250 int check_constant, mp_flag; local
13339 mp_flag = (sym->result != NULL && sym->result != sym);
13369 if (!mp_flag)
13388 else if (mp_flag
[all...]

Completed in 127 milliseconds