Home
last modified time | relevance | path

Searched refs:combiner_p (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dsemantics.c5615 bool combiner_p; member
5628 && *tp != DECL_EXPR_DECL (udr_data->stmts[udr_data->combiner_p ? 0 : 3]) in cp_check_omp_declare_reduction_r()
5629 && *tp != DECL_EXPR_DECL (udr_data->stmts[udr_data->combiner_p ? 1 : 4])) in cp_check_omp_declare_reduction_r()
5632 if (udr_data->combiner_p) in cp_check_omp_declare_reduction_r()
5734 data.combiner_p = true; in cp_check_omp_declare_reduction()
5743 data.combiner_p = false; in cp_check_omp_declare_reduction()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dsemantics.cc6042 bool combiner_p; member
6055 && *tp != DECL_EXPR_DECL (udr_data->stmts[udr_data->combiner_p ? 0 : 3]) in cp_check_omp_declare_reduction_r()
6056 && *tp != DECL_EXPR_DECL (udr_data->stmts[udr_data->combiner_p ? 1 : 4])) in cp_check_omp_declare_reduction_r()
6059 if (udr_data->combiner_p) in cp_check_omp_declare_reduction_r()
6161 data.combiner_p = true; in cp_check_omp_declare_reduction()
6170 data.combiner_p = false; in cp_check_omp_declare_reduction()