Home
last modified time | relevance | path

Searched defs:parenthesesDisjunction (Results 1 – 3 of 3) sorted by relevance

/external/webkit/JavaScriptCore/yarr/
DRegexCompiler.cpp446 PatternDisjunction* parenthesesDisjunction = new PatternDisjunction(m_alternative); in atomParenthesesSubpatternBegin() local
454 PatternDisjunction* parenthesesDisjunction = new PatternDisjunction(m_alternative); in atomParentheticalAssertionBegin() local
DRegexInterpreter.h84 ByteDisjunction* parenthesesDisjunction; member
DRegexInterpreter.cpp1462 … ByteDisjunction* parenthesesDisjunction = new ByteDisjunction(numSubpatterns, callFrameSize); in atomParenthesesEnd() local