Searched refs:finish_omp_parallel (Results 1 – 8 of 8) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/cp/ |
H A D | cp-tree.h | 5606 extern tree finish_omp_parallel (tree, tree);
|
H A D | semantics.c | 4410 finish_omp_parallel (tree clauses, tree body) in finish_omp_parallel() function
|
H A D | pt.c | 12890 OMP_PARALLEL_COMBINED (finish_omp_parallel (tmp, stmt)) in tsubst_expr()
|
H A D | parser.c | 26788 stmt = finish_omp_parallel (par_clause, block); in cp_parser_omp_parallel()
|
/dflybsd-src/contrib/gcc-8.0/gcc/cp/ |
H A D | cp-tree.h | 6980 extern tree finish_omp_parallel (tree, tree);
|
H A D | semantics.c | 7652 finish_omp_parallel (tree clauses, tree body) in finish_omp_parallel() function
|
H A D | parser.c | 35859 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 D | pt.c | 17118 OMP_PARALLEL_COMBINED (finish_omp_parallel (tmp, stmt)) in tsubst_expr()
|