HomeSort by: relevance | last modified time | path
    Searched defs:parse_capture (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
genmatch.cc 4311 operand *parse_capture (operand *, bool);
4547 parser::parse_capture (operand *op, bool require_existing) function in class:parser
4663 op = parse_capture (e, false);
4824 op = parse_capture (op, !parsing_match_operand);
5293 e->append_op (parse_capture (NULL, false));
  /src/external/gpl3/gcc.old/dist/gcc/
genmatch.cc 4017 operand *parse_capture (operand *, bool);
4253 parser::parse_capture (operand *op, bool require_existing) function in class:parser
4369 op = parse_capture (e, false);
4529 op = parse_capture (op, !parsing_match_operand);
4996 e->append_op (parse_capture (NULL, false));

Completed in 30 milliseconds