Home
last modified time | relevance | path

Searched refs:OMP_CLAUSE_DEPEND_SINK (Results 1 – 9 of 9) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree-core.h1387 OMP_CLAUSE_DEPEND_SINK, enumerator
H A Domp-low.c2754 || OMP_CLAUSE_DEPEND_KIND (c) == OMP_CLAUSE_DEPEND_SINK)) in check_omp_nesting_restrictions()
2775 || kind == OMP_CLAUSE_DEPEND_SINK) in check_omp_nesting_restrictions()
2904 || OMP_CLAUSE_DEPEND_KIND (c) == OMP_CLAUSE_DEPEND_SINK)) in check_omp_nesting_restrictions()
6266 && OMP_CLAUSE_DEPEND_KIND (c) == OMP_CLAUSE_DEPEND_SINK) in lower_omp_ordered_clauses()
6289 || OMP_CLAUSE_DEPEND_KIND (c) != OMP_CLAUSE_DEPEND_SINK) in lower_omp_ordered_clauses()
6357 if (OMP_CLAUSE_DEPEND_KIND (c) != OMP_CLAUSE_DEPEND_SINK) in lower_omp_ordered_clauses()
7372 case OMP_CLAUSE_DEPEND_SINK: in lower_depend_clauses()
H A Dgimplify.c8287 if (OMP_CLAUSE_DEPEND_KIND (c) == OMP_CLAUSE_DEPEND_SINK) in gimplify_scan_omp_clauses()
11195 && (OMP_CLAUSE_DEPEND_KIND (c) == OMP_CLAUSE_DEPEND_SINK in gimplify_omp_ordered()
11205 && OMP_CLAUSE_DEPEND_KIND (c) == OMP_CLAUSE_DEPEND_SINK) in gimplify_omp_ordered()
H A Dtree-pretty-print.c648 case OMP_CLAUSE_DEPEND_SINK: in dump_omp_clause()
H A Domp-expand.c2273 if (OMP_CLAUSE_DEPEND_KIND (c) == OMP_CLAUSE_DEPEND_SINK) in expand_omp_ordered_source_sink()
/dragonfly/contrib/gcc-8.0/gcc/c/
H A Dc-parser.c13553 OMP_CLAUSE_DEPEND_KIND (u) = OMP_CLAUSE_DEPEND_SINK; in c_parser_omp_clause_depend_sink()
13593 kind = OMP_CLAUSE_DEPEND_SINK; in c_parser_omp_clause_depend()
13615 if (kind == OMP_CLAUSE_DEPEND_SINK) in c_parser_omp_clause_depend()
H A Dc-typeck.c13572 if (OMP_CLAUSE_DEPEND_KIND (c) == OMP_CLAUSE_DEPEND_SINK) in c_finish_omp_clauses()
/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Dsemantics.c6614 if (OMP_CLAUSE_DEPEND_KIND (c) == OMP_CLAUSE_DEPEND_SINK) in finish_omp_clauses()
H A Dparser.c33366 OMP_CLAUSE_DEPEND_KIND (u) = OMP_CLAUSE_DEPEND_SINK; in cp_parser_omp_clause_depend_sink()
33409 kind = OMP_CLAUSE_DEPEND_SINK; in cp_parser_omp_clause_depend()
33434 if (kind == OMP_CLAUSE_DEPEND_SINK) in cp_parser_omp_clause_depend()