Lines Matching refs:depobj
1886 else if (gfc_match ("depobj") == MATCH_YES)
3743 /* depobj(depobj) depend(dep-type:loc)|destroy|update(dep-type)
3744 dep-type = in/out/inout/mutexinoutset/depobj/source/sink
3746 update: !source, !sink, !depobj
3752 gfc_expr *depobj;
3754 if (gfc_match (" ( %v ) ", &depobj) != MATCH_YES)
3756 gfc_error ("Expected %<( depobj )%> at %C");
3798 gfc_error ("DEPEND clause at %L of OMP DEPOBJ construct shall not "
3799 "have dependence-type SOURCE, SINK or DEPOBJ",
3806 gfc_error ("DEPEND clause at %L of OMP DEPOBJ construct shall have "
3813 c->depobj = depobj;
3819 gfc_free_expr (depobj);
6484 if (omp_clauses->depobj
6485 && (!gfc_resolve_expr (omp_clauses->depobj)
6486 || omp_clauses->depobj->ts.type != BT_INTEGER
6487 || omp_clauses->depobj->ts.kind != 2 * gfc_index_integer_kind
6488 || omp_clauses->depobj->rank != 0))
6489 gfc_error ("DEPOBJ in DEPOBJ construct at %L shall be a scalar integer "
6490 "of OMP_DEPEND_KIND kind", &omp_clauses->depobj->where);
6904 gfc_error ("Locator %qs at %L in DEPEND clause of depobj "
6915 gfc_error ("Locator at %L in DEPEND clause of depobj "