Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/cp/
H A Dsemantics.c3905 finish_omp_structured_block (tree block) in finish_omp_structured_block() function
3924 body = finish_omp_structured_block (body); in finish_omp_parallel()
H A Dcp-tree.h4407 extern tree finish_omp_structured_block (tree);
H A Dparser.c21043 return finish_omp_structured_block (stmt); in cp_parser_omp_structured_block()
21322 add_stmt (finish_omp_structured_block (sb)); in cp_parser_omp_for()
21391 substmt = finish_omp_structured_block (substmt); in cp_parser_omp_sections_scope()
H A DChangeLog2718 (finish_omp_structured_block): Use do_poplevel. Don't build a
2762 (finish_omp_structured_block): New.
H A Dpt.c8814 add_stmt (finish_omp_structured_block (stmt)); in tsubst_expr()