Searched refs:combiner (Results 1 - 6 of 6) sorted by relevance

/haiku-buildtools/gcc/gcc/fortran/
H A Dtrans-openmp.c1553 if (n->udr->combiner->op == EXEC_ASSIGN)
1556 e3 = gfc_copy_expr (n->udr->combiner->expr1);
1557 e4 = gfc_copy_expr (n->udr->combiner->expr2);
1619 stmt = gfc_trans_call (n->udr->combiner, false,
H A Dmatch.c4748 if (name->udr->combiner)
4749 gfc_free_statement (name->udr->combiner);
H A Dgfortran.h1296 struct gfc_code *combiner; member in struct:gfc_omp_namelist_udr
H A Dopenmp.c3326 n->udr->combiner
4786 "combiner of !$OMP DECLARE REDUCTION at %L",
4852 gfc_error ("Subroutine call with alternate returns in combiner "
/haiku-buildtools/gcc/gcc/c/
H A Dc-parser.c14490 struct c_expr combiner = c_parser_expression (parser);
14582 TREE_VEC_ELT (TREE_VALUE (t), 2) = combiner.value;
14583 walk_tree (&combiner.value, c_check_omp_declare_reduction_r,
14485 struct c_expr combiner = c_parser_expression (parser); local
/haiku-buildtools/gcc/gcc/cp/
H A Dparser.c32061 /* Helper function of cp_parser_omp_declare_reduction. Parse the combiner
32066 OMP_OUT resp. OMP_IN variables, followed by a statement with the combiner
32092 tree combiner;
32097 combiner = cp_parser_expression (parser);
32098 finish_expr_stmt (combiner);
32088 tree combiner; local

Completed in 311 milliseconds