Searched refs:orig_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.c14357 tree orig_reduc_id, reduc_decl;
14358 orig_reduc_id = reduc_id;
14378 && orig_reduc_id == NULL_TREE)
14352 tree orig_reduc_id, reduc_decl; local
/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);
32308 && (orig_reduc_id == NULL_TREE
32310 && (strcmp (IDENTIFIER_POINTER (orig_reduc_id),
32312 || strcmp (IDENTIFIER_POINTER (orig_reduc_id),
32226 tree reduc_id = NULL_TREE, orig_reduc_id = NULL_TREE, type; local

Completed in 295 milliseconds