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

  /external/webkit/JavaScriptCore/yarr/
RegexCompiler.cpp 448 m_alternative->m_terms.append(PatternTerm(PatternTerm::TypeParenthesesSubpattern, subpatternId, parenthesesDisjunction, capture));
485 ASSERT((term.type == PatternTerm::TypeParenthesesSubpattern) || (term.type == PatternTerm::TypeParentheticalAssertion));
487 if ((term.type == PatternTerm::TypeParenthesesSubpattern) && term.invertOrCapture && (subpatternId == term.subpatternId)) {
514 if ((term.type != PatternTerm::TypeParenthesesSubpattern) && (term.type != PatternTerm::TypeParentheticalAssertion))
556 if (m_alternative->lastTerm().type == PatternTerm::TypeParenthesesSubpattern)
624 case PatternTerm::TypeParenthesesSubpattern:
RegexInterpreter.h 64 TypeParenthesesSubpattern,
RegexPattern.h 82 TypeParenthesesSubpattern,
RegexInterpreter.cpp 778 ASSERT(term.type == ByteTerm::TypeParenthesesSubpattern);
853 ASSERT(term.type == ByteTerm::TypeParenthesesSubpattern);
    [all...]
RegexJIT.cpp 783 ASSERT((parenthesesTerm.type == PatternTerm::TypeParenthesesSubpattern) || (parenthesesTerm.type == PatternTerm::TypeParentheticalAssertion));
    [all...]

Completed in 379 milliseconds