Searched refs:parse_capture (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | genmatch.cc | 4017 operand *parse_capture (operand *, bool); 4253 parser::parse_capture (operand *op, bool require_existing) in parse_capture() function in parser 4369 op = parse_capture (e, false); in parse_expr() 4529 op = parse_capture (op, !parsing_match_operand); in parse_op() 4996 e->append_op (parse_capture (NULL, false)); in parse_pattern()
|
H A D | ChangeLog-2016 | 10061 (parser::parse_capture): Parse @@<id> as value-match.
|
H A D | ChangeLog-2019 | 21767 (parser::parse_capture): Same.
|
H A D | ChangeLog-2015 | 21311 (parser::parse_capture): Add bool argument on whether to reject
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | genmatch.c | 3960 operand *parse_capture (operand *, bool); 4195 parser::parse_capture (operand *op, bool require_existing) in parse_capture() function 4303 op = parse_capture (e, false); in parse_expr() 4463 op = parse_capture (op, !parsing_match_operand); in parse_op() 4930 e->append_op (parse_capture (NULL, false)); in parse_pattern()
|