Home
last modified time | relevance | path

Searched refs:OMP_CLAUSE_WAIT (Results 1 – 13 of 13) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree-core.h337 OMP_CLAUSE_WAIT, enumerator
H A Dtree-nested.c1206 case OMP_CLAUSE_WAIT: in convert_nonlocal_omp_clauses()
1907 case OMP_CLAUSE_WAIT: in convert_local_omp_clauses()
H A Dtree-pretty-print.c950 case OMP_CLAUSE_WAIT: in dump_omp_clause()
H A Domp-expand.c7372 c = omp_find_clause (clauses, OMP_CLAUSE_WAIT); in expand_omp_target()
7378 if (OMP_CLAUSE_CODE (c) == OMP_CLAUSE_WAIT) in expand_omp_target()
H A Domp-low.c1324 case OMP_CLAUSE_WAIT:
1492 case OMP_CLAUSE_WAIT:
H A Dgimplify.c8560 case OMP_CLAUSE_WAIT: in gimplify_scan_omp_clauses()
9362 case OMP_CLAUSE_WAIT: in gimplify_adjust_omp_clauses()
H A Dtree.h1547 OMP_CLAUSE_SUBCODE_CHECK (NODE, OMP_CLAUSE_WAIT), 0)
H A Dtree.c11520 case OMP_CLAUSE_WAIT: in walk_tree_1()
/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Dsemantics.c6458 case OMP_CLAUSE_WAIT: in finish_omp_clauses()
H A Dpt.c16076 case OMP_CLAUSE_WAIT: in tsubst_omp_clauses()
H A Dparser.c32087 tree c = build_omp_clause (clause_loc, OMP_CLAUSE_WAIT); in cp_parser_oacc_wait_list()
/dragonfly/contrib/gcc-8.0/gcc/c/
H A Dc-typeck.c13933 case OMP_CLAUSE_WAIT: in c_finish_omp_clauses()
H A Dc-parser.c11509 tree c = build_omp_clause (clause_loc, OMP_CLAUSE_WAIT); in c_parser_oacc_wait_list()