Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/
HDtree-core.h409 OMP_CLAUSE_PARALLEL, enumerator
HDtree-nested.c1307 case OMP_CLAUSE_PARALLEL: in convert_nonlocal_omp_clauses()
2013 case OMP_CLAUSE_PARALLEL: in convert_local_omp_clauses()
HDtree-pretty-print.c1009 case OMP_CLAUSE_PARALLEL: in dump_omp_clause()
HDtree.c11566 case OMP_CLAUSE_PARALLEL: in walk_tree_1()
/dragonfly/contrib/gcc-8.0/gcc/cp/
HDsemantics.c7087 case OMP_CLAUSE_PARALLEL: in finish_omp_clauses()
8506 if (omp_find_clause (clauses, OMP_CLAUSE_PARALLEL)) in finish_omp_cancel()
8546 if (omp_find_clause (clauses, OMP_CLAUSE_PARALLEL)) in finish_omp_cancellation_point()
HDpt.c16137 case OMP_CLAUSE_PARALLEL: in tsubst_omp_clauses()
HDparser.c34077 clauses = cp_parser_omp_clause_cancelkind (parser, OMP_CLAUSE_PARALLEL,
/dragonfly/contrib/gcc-8.0/gcc/c/
HDc-typeck.c12390 if (omp_find_clause (clauses, OMP_CLAUSE_PARALLEL)) in c_finish_omp_cancel()
12429 if (omp_find_clause (clauses, OMP_CLAUSE_PARALLEL)) in c_finish_omp_cancellation_point()
13916 case OMP_CLAUSE_PARALLEL: in c_finish_omp_clauses()
HDc-parser.c14254 = c_parser_omp_clause_cancelkind (parser, OMP_CLAUSE_PARALLEL,