Searched refs:finish_omp_parallel (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | ChangeLog-2006 | 2631 (begin_omp_parallel, finish_omp_parallel): Don't create extra 2674 (begin_omp_parallel, finish_omp_parallel): Use them. 2716 (begin_omp_parallel, finish_omp_parallel): Know Less about the 2739 * cp-tree.h (begin_omp_parallel, finish_omp_parallel): Declare. 2781 (begin_omp_parallel, finish_omp_parallel): New.
|
H A D | parser.cc | 43421 stmt = finish_omp_parallel (cclauses[C_OMP_CLAUSE_SPLIT_PARALLEL], in cp_parser_omp_parallel() 43456 stmt = finish_omp_parallel (cclauses[C_OMP_CLAUSE_SPLIT_PARALLEL], in cp_parser_omp_parallel() 43486 stmt = finish_omp_parallel (cclauses[C_OMP_CLAUSE_SPLIT_PARALLEL], in cp_parser_omp_parallel() 43517 stmt = finish_omp_parallel (cclauses[C_OMP_CLAUSE_SPLIT_PARALLEL], in cp_parser_omp_parallel() 43539 stmt = finish_omp_parallel (cclauses[C_OMP_CLAUSE_SPLIT_PARALLEL], in cp_parser_omp_parallel() 43564 stmt = finish_omp_parallel (clauses, block); in cp_parser_omp_parallel()
|
H A D | cp-tree.h | 7699 extern tree finish_omp_parallel (tree, tree);
|
H A D | semantics.cc | 9944 finish_omp_parallel (tree clauses, tree body) in finish_omp_parallel() function
|
H A D | pt.cc | 19171 OMP_PARALLEL_COMBINED (finish_omp_parallel (tmp, stmt)) in tsubst_expr()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | parser.c | 39892 stmt = finish_omp_parallel (cclauses[C_OMP_CLAUSE_SPLIT_PARALLEL], in cp_parser_omp_parallel() 39927 stmt = finish_omp_parallel (cclauses[C_OMP_CLAUSE_SPLIT_PARALLEL], in cp_parser_omp_parallel() 39949 stmt = finish_omp_parallel (cclauses[C_OMP_CLAUSE_SPLIT_PARALLEL], in cp_parser_omp_parallel() 39971 stmt = finish_omp_parallel (cclauses[C_OMP_CLAUSE_SPLIT_PARALLEL], in cp_parser_omp_parallel() 39995 stmt = finish_omp_parallel (clauses, block); in cp_parser_omp_parallel()
|
H A D | cp-tree.h | 7310 extern tree finish_omp_parallel (tree, tree);
|
H A D | semantics.c | 8486 finish_omp_parallel (tree clauses, tree body) in finish_omp_parallel() function
|
H A D | pt.c | 18550 OMP_PARALLEL_COMBINED (finish_omp_parallel (tmp, stmt)) in tsubst_expr()
|