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

  /src/external/gpl3/gcc/dist/gcc/
genmatch.cc 819 enum op_type { OP_PREDICATE, OP_EXPR, OP_CAPTURE, OP_C_EXPR, OP_IF, OP_WITH };
921 : operand (OP_CAPTURE, loc), where (where_), value_match (value_),
964 return op->type == operand::OP_CAPTURE;
3699 else if (result->type == operand::OP_CAPTURE
3817 else if (result->type == operand::OP_CAPTURE
4995 if (match->type == operand::OP_CAPTURE && !matcher)
  /src/external/gpl3/gcc.old/dist/gcc/
genmatch.cc 669 enum op_type { OP_PREDICATE, OP_EXPR, OP_CAPTURE, OP_C_EXPR, OP_IF, OP_WITH };
771 : operand (OP_CAPTURE, loc), where (where_), value_match (value_),
814 return op->type == operand::OP_CAPTURE;
3442 else if (result->type == operand::OP_CAPTURE
3552 else if (result->type == operand::OP_CAPTURE
4698 if (match->type == operand::OP_CAPTURE && !matcher)

Completed in 19 milliseconds