Home
last modified time | relevance | path

Searched refs:cp_check_omp_declare_reduction_r (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dsemantics.c5622 cp_check_omp_declare_reduction_r (tree *tp, int *, void *data) in cp_check_omp_declare_reduction_r() function
5735 if (cp_walk_tree (&data.stmts[2], cp_check_omp_declare_reduction_r, in cp_check_omp_declare_reduction()
5744 if (cp_walk_tree (&data.stmts[5], cp_check_omp_declare_reduction_r, in cp_check_omp_declare_reduction()
5747 cp_check_omp_declare_reduction_r, &data, NULL)) in cp_check_omp_declare_reduction()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dsemantics.cc6049 cp_check_omp_declare_reduction_r (tree *tp, int *, void *data) in cp_check_omp_declare_reduction_r() function
6162 if (cp_walk_tree (&data.stmts[2], cp_check_omp_declare_reduction_r, in cp_check_omp_declare_reduction()
6171 if (cp_walk_tree (&data.stmts[5], cp_check_omp_declare_reduction_r, in cp_check_omp_declare_reduction()
6174 cp_check_omp_declare_reduction_r, &data, NULL)) in cp_check_omp_declare_reduction()
H A DChangeLog-2013889 cp_remove_omp_priv_cleanup_stmt, cp_check_omp_declare_reduction_r,