Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dsemantics.c8419 finish_omp_structured_block (tree block) in finish_omp_structured_block() function
8441 block = finish_omp_structured_block (block); in finish_oacc_data()
8459 block = finish_omp_structured_block (block); in finish_oacc_host_data()
8475 body = finish_omp_structured_block (body); in finish_omp_construct()
8490 body = finish_omp_structured_block (body); in finish_omp_parallel()
8512 body = finish_omp_structured_block (body); in finish_omp_task()
H A Dparser.c37636 return finish_omp_structured_block (stmt); in cp_parser_omp_structured_block()
39346 body = finish_omp_structured_block (body); in cp_parser_omp_for_loop()
39444 add_stmt (finish_omp_for_block (finish_omp_structured_block (sb), ret)); in cp_parser_omp_loop()
39502 add_stmt (finish_omp_for_block (finish_omp_structured_block (sb), ret)); in cp_parser_omp_simd()
39566 tree body = finish_omp_structured_block (sb); in cp_parser_omp_for()
39603 add_stmt (finish_omp_for_block (finish_omp_structured_block (sb), ret)); in cp_parser_omp_for()
39646 tree body = finish_omp_structured_block (sb); in cp_parser_omp_master()
40261 tree body = finish_omp_structured_block (sb); in cp_parser_omp_distribute()
40294 add_stmt (finish_omp_for_block (finish_omp_structured_block (sb), ret)); in cp_parser_omp_distribute()
40344 tree body = finish_omp_structured_block (sb); in cp_parser_omp_teams()
[all …]
H A Dpt.c18636 body = finish_omp_structured_block (body); in tsubst_expr()
18655 add_stmt (finish_omp_for_block (finish_omp_structured_block (stmt), in tsubst_expr()
18678 stmt = finish_omp_structured_block (stmt); in tsubst_expr()
18730 stmt = finish_omp_structured_block (stmt); in tsubst_expr()
19001 block = finish_omp_structured_block (block); in tsubst_omp_udr()
19022 block = finish_omp_structured_block (block); in tsubst_omp_udr()
H A Dcp-tree.h7305 extern tree finish_omp_structured_block (tree);
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dparser.cc40467 return finish_omp_structured_block (stmt); in cp_parser_omp_structured_block()
42356 return finish_omp_structured_block (stmt); in cp_parser_omp_structured_block_sequence()
42790 body = finish_omp_structured_block (body); in cp_parser_omp_for_loop()
42890 add_stmt (finish_omp_for_block (finish_omp_structured_block (sb), ret)); in cp_parser_omp_loop()
42948 add_stmt (finish_omp_for_block (finish_omp_structured_block (sb), ret)); in cp_parser_omp_simd()
43013 tree body = finish_omp_structured_block (sb); in cp_parser_omp_for()
43050 add_stmt (finish_omp_for_block (finish_omp_structured_block (sb), ret)); in cp_parser_omp_for()
43093 tree body = finish_omp_structured_block (sb); in cp_parser_omp_master()
43159 tree body = finish_omp_structured_block (sb); in cp_parser_omp_masked()
43863 tree body = finish_omp_structured_block (sb); in cp_parser_omp_distribute()
[all …]
H A Dsemantics.cc9346 finish_omp_structured_block (tree block) in finish_omp_structured_block() function
9368 block = finish_omp_structured_block (block); in finish_oacc_data()
9386 block = finish_omp_structured_block (block); in finish_oacc_host_data()
9402 body = finish_omp_structured_block (body); in finish_omp_construct()
9948 body = finish_omp_structured_block (body); in finish_omp_parallel()
9970 body = finish_omp_structured_block (body); in finish_omp_task()
H A DChangeLog-2018949 finish_omp_structured_block result.
964 finish_omp_structured_block result.
976 finish_omp_for_block on finish_omp_structured_block result.
992 finish_omp_for_block on finish_omp_structured_block result.
H A DChangeLog-20062629 (finish_omp_structured_block): Use do_poplevel. Don't build a
2673 (finish_omp_structured_block): New.
H A Dpt.cc19257 body = finish_omp_structured_block (body); in tsubst_expr()
19276 add_stmt (finish_omp_for_block (finish_omp_structured_block (stmt), in tsubst_expr()
19301 stmt = finish_omp_structured_block (stmt); in tsubst_expr()
19365 stmt = finish_omp_structured_block (stmt); in tsubst_expr()
19675 block = finish_omp_structured_block (block); in tsubst_omp_udr()
19695 block = finish_omp_structured_block (block); in tsubst_omp_udr()
H A Dcp-tree.h7694 extern tree finish_omp_structured_block (tree);
H A DChangeLog-20141169 finish_omp_structured_block instead of push_stmt_list and