Home
last modified time | relevance | path

Searched refs:parse_capture (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgenmatch.cc4017 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 DChangeLog-201610061 (parser::parse_capture): Parse @@<id> as value-match.
H A DChangeLog-201921767 (parser::parse_capture): Same.
H A DChangeLog-201521311 (parser::parse_capture): Add bool argument on whether to reject
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgenmatch.c3960 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()