Home
last modified time | relevance | path

Searched refs:finish_omp_construct (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A DChangeLog-20151225 (finish_omp_construct): Declare function.
1233 (finish_omp_construct): ... this new function.
H A Dcp-tree.h7697 extern tree finish_omp_construct (enum tree_code, tree, tree);
H A Dsemantics.cc9400 finish_omp_construct (enum tree_code code, tree body, tree clauses) in finish_omp_construct() function
H A Dparser.cc44983 return finish_omp_construct (code, block, clauses); in cp_parser_oacc_compute()
44993 return finish_omp_construct (code, block, clauses); in cp_parser_oacc_compute()
H A Dpt.cc19159 finish_omp_construct (TREE_CODE (t), stmt, tmp); in tsubst_expr()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcp-tree.h7308 extern tree finish_omp_construct (enum tree_code, tree, tree);
H A Dsemantics.c8473 finish_omp_construct (enum tree_code code, tree body, tree clauses) in finish_omp_construct() function
H A Dparser.c41382 return finish_omp_construct (code, block, clauses); in cp_parser_oacc_compute()
41392 return finish_omp_construct (code, block, clauses); in cp_parser_oacc_compute()
H A Dpt.c18538 finish_omp_construct (TREE_CODE (t), stmt, tmp); in tsubst_expr()