Home | History | Annotate | Download | only in src

Lines Matching refs:answer

2330   // will you match if you succeed?" then we can answer anything since false
2331 // implies false. So lets just return the max answer (still_to_find) since
2365 int answer = Length();
2366 if (answer >= still_to_find) return answer;
2367 if (budget <= 0) return answer;
2369 return answer + on_success()->EatsAtLeast(still_to_find - answer,
4914 RegExpNode* answer = ToNode(
4920 answer = body->ToNode(compiler, answer);
4922 return answer;
4930 RegExpNode* answer = on_success;
4935 GuardedAlternative(body->ToNode(compiler, answer)));
4940 GuardedAlternative(body->ToNode(compiler, answer)));
4942 answer = alternation;
4945 return answer;