Home
last modified time | relevance | path

Searched refs:TypeParentheticalAssertion (Results 1 – 4 of 4) sorted by relevance

/external/webkit/JavaScriptCore/yarr/
DRegexCompiler.cpp456 …m_alternative->m_terms.append(PatternTerm(PatternTerm::TypeParentheticalAssertion, m_pattern.m_num… in atomParentheticalAssertionBegin()
485 …PatternTerm::TypeParenthesesSubpattern) || (term.type == PatternTerm::TypeParentheticalAssertion)); in atomBackReference()
514 … PatternTerm::TypeParenthesesSubpattern) && (term.type != PatternTerm::TypeParentheticalAssertion)) in copyTerm()
541 if (term.type == PatternTerm::TypeParentheticalAssertion) { in quantifyAtom()
645 case PatternTerm::TypeParentheticalAssertion: in setupAlternativeOffsets()
DRegexPattern.h83 TypeParentheticalAssertion, enumerator
DRegexJIT.cpp783 …::TypeParenthesesSubpattern) || (parenthesesTerm.type == PatternTerm::TypeParentheticalAssertion)); in generateParenthesesDisjunction()
787 …QuantifierFixedCount) && (parenthesesTerm.type != PatternTerm::TypeParentheticalAssertion)) ? disj… in generateParenthesesDisjunction()
797 …ASSERT((parenthesesTerm.type == PatternTerm::TypeParentheticalAssertion) || (parenthesesTerm.quant… in generateParenthesesDisjunction()
1094 case PatternTerm::TypeParentheticalAssertion: in generateTerm()
DRegexInterpreter.cpp1587 case PatternTerm::TypeParentheticalAssertion: { in emitDisjunction()