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

/haiku-buildtools/gcc/gcc/fortran/
H A Dexpr.c4778 If own_scope is true (applies to, e.g., ac-implied-do/data-implied-do
4786 bool own_scope, const char* context)
4885 check_intentin = !own_scope;
4942 if (!pointer && !own_scope && gfc_pure (NULL) && gfc_impure_variable (sym))
4785 gfc_check_vardef_context(gfc_expr* e, bool pointer, bool alloc_obj, bool own_scope, const char* context) argument
H A Dresolve.c6380 Set own_scope to true for ac-implied-do and data-implied-do as those
6384 gfc_resolve_iterator (gfc_iterator *iter, bool real_ok, bool own_scope) argument
6389 if (!gfc_check_vardef_context (iter->var, false, false, own_scope,

Completed in 164 milliseconds