Searched refs:getDisjunctionContext (Results 1 – 2 of 2) sorted by relevance
128 new(getDisjunctionContext(term)) DisjunctionContext(); in ParenthesesDisjunctionContext()142 DisjunctionContext* getDisjunctionContext(ByteTerm& term) in getDisjunctionContext() function585 …output[(subpatternId << 1)] = context->getDisjunctionContext(term)->matchBegin + term.inputPositio… in recordParenthesesMatch()586 …output[(subpatternId << 1) + 1] = context->getDisjunctionContext(term)->matchEnd + term.inputPosit… in recordParenthesesMatch()607 …if (matchDisjunction(term.atom.parenthesesDisjunction, context->getDisjunctionContext(term), true)) in parenthesesDoBacktrack()797 if (matchDisjunction(disjunctionBody, context->getDisjunctionContext(term))) in matchParentheses()817 if (matchNonZeroDisjunction(disjunctionBody, context->getDisjunctionContext(term))) in matchParentheses()878 if (matchDisjunction(disjunctionBody, context->getDisjunctionContext(term))) in backtrackParentheses()900 … if (matchNonZeroDisjunction(disjunctionBody, context->getDisjunctionContext(term), true)) { in backtrackParentheses()903 … if (matchNonZeroDisjunction(disjunctionBody, context->getDisjunctionContext(term))) in backtrackParentheses()[all …]
8760 (JSC::Yarr::Interpreter::ParenthesesDisjunctionContext::getDisjunctionContext):