HomeSort by relevance Sort by last modified time
    Searched refs:group_type (Results 1 - 3 of 3) sorted by null

  /external/v8/src/regexp/
regexp-parser.h 223 SubexpressionType group_type,
230 group_type_(group_type),
240 SubexpressionType group_type() { return group_type_; } function in class:v8::internal::BASE_EMBEDDED::RegExpParserState
244 // Also the capture index of this sub-expression itself, if group_type
247 // The name of the current sub-expression, if group_type is CAPTURE. Only
regexp-parser.cc 190 DCHECK_EQ(INITIAL, state->group_type());
197 DCHECK_NE(INITIAL, state->group_type());
207 SubexpressionType group_type = state->group_type(); local
210 if (group_type == CAPTURE) {
218 } else if (group_type != GROUPING) {
219 DCHECK(group_type == POSITIVE_LOOKAROUND ||
220 group_type == NEGATIVE_LOOKAROUND);
221 bool is_positive = (group_type == POSITIVE_LOOKAROUND);
890 if (s->group_type() != CAPTURE) continue
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-arm.c     [all...]

Completed in 711 milliseconds