Home
last modified time | relevance | path

Searched refs:finish_omp_parallel (Results 1 – 8 of 8) sorted by relevance

/dflybsd-src/contrib/gcc-4.7/gcc/cp/
H A Dcp-tree.h5606 extern tree finish_omp_parallel (tree, tree);
H A Dsemantics.c4410 finish_omp_parallel (tree clauses, tree body) in finish_omp_parallel() function
H A Dpt.c12890 OMP_PARALLEL_COMBINED (finish_omp_parallel (tmp, stmt)) in tsubst_expr()
H A Dparser.c26788 stmt = finish_omp_parallel (par_clause, block); in cp_parser_omp_parallel()
/dflybsd-src/contrib/gcc-8.0/gcc/cp/
H A Dcp-tree.h6980 extern tree finish_omp_parallel (tree, tree);
H A Dsemantics.c7652 finish_omp_parallel (tree clauses, tree body) in finish_omp_parallel() function
H A Dparser.c35859 stmt = finish_omp_parallel (cclauses[C_OMP_CLAUSE_SPLIT_PARALLEL], in cp_parser_omp_parallel()
35895 stmt = finish_omp_parallel (cclauses[C_OMP_CLAUSE_SPLIT_PARALLEL], in cp_parser_omp_parallel()
35914 stmt = finish_omp_parallel (clauses, block); in cp_parser_omp_parallel()
H A Dpt.c17118 OMP_PARALLEL_COMBINED (finish_omp_parallel (tmp, stmt)) in tsubst_expr()