Searched refs:finish_omp_construct (Results 1 – 9 of 9) sorted by relevance
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | ChangeLog-2015 | 1225 (finish_omp_construct): Declare function. 1233 (finish_omp_construct): ... this new function.
|
| H A D | cp-tree.h | 7697 extern tree finish_omp_construct (enum tree_code, tree, tree);
|
| H A D | semantics.cc | 9400 finish_omp_construct (enum tree_code code, tree body, tree clauses) in finish_omp_construct() function
|
| H A D | parser.cc | 44983 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 D | pt.cc | 19159 finish_omp_construct (TREE_CODE (t), stmt, tmp); in tsubst_expr()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | cp-tree.h | 7308 extern tree finish_omp_construct (enum tree_code, tree, tree);
|
| H A D | semantics.c | 8473 finish_omp_construct (enum tree_code code, tree body, tree clauses) in finish_omp_construct() function
|
| H A D | parser.c | 41382 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 D | pt.c | 18538 finish_omp_construct (TREE_CODE (t), stmt, tmp); in tsubst_expr()
|