Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
DChangeLog-20062631 (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.
Dparser.cc43421 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()
Dcp-tree.h7699 extern tree finish_omp_parallel (tree, tree);
Dsemantics.cc9944 finish_omp_parallel (tree clauses, tree body) in finish_omp_parallel() function
Dpt.cc19171 OMP_PARALLEL_COMBINED (finish_omp_parallel (tmp, stmt)) in tsubst_expr()