Searched refs:reduc_id (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/g++.dg/
H A Dpr57662.C298 tree reduc_id = (tree) __null, orig_reduc_id = (tree) __null, type; local
/haiku-buildtools/gcc/gcc/c/
H A Dc-parser.c10810 tree reduc_id = NULL_TREE;
10852 reduc_id = c_parser_peek_token (parser)->value;
10863 reduc_id = c_omp_reduction_id (code, reduc_id);
10879 = c_omp_reduction_lookup (reduc_id,
14296 tree reduc_id = NULL_TREE;
14348 reduc_id = c_parser_peek_token (parser)->value;
14358 orig_reduc_id = reduc_id;
14359 reduc_id = c_omp_reduction_id (reduc_code, reduc_id);
10805 tree reduc_id = NULL_TREE; local
14291 tree reduc_id = NULL_TREE; local
[all...]
/haiku-buildtools/gcc/gcc/cp/
H A Dparser.c32230 tree reduc_id = NULL_TREE, orig_reduc_id = NULL_TREE, type;
32270 reduc_id = orig_reduc_id = cp_parser_identifier (parser);
32281 reduc_id = omp_reduction_id (reduc_code, reduc_id, NULL_TREE);
32282 if (reduc_id == error_mark_node)
32359 tree this_reduc_id = reduc_id;
32361 this_reduc_id = omp_reduction_id (ERROR_MARK, reduc_id, type);
32226 tree reduc_id = NULL_TREE, orig_reduc_id = NULL_TREE, type; local

Completed in 282 milliseconds