Home | History | Annotate | Download | only in yarr

Lines Matching refs:checkInput

232         bool checkInput(int count)
335 if (!input.checkInput(matchSize))
391 if ((backTrack->matchAmount < term.atom.quantityCount) && input.checkInput(1)) {
420 if ((backTrack->matchAmount < term.atom.quantityCount) && input.checkInput(1)) {
448 while ((matchAmount < term.atom.quantityCount) && input.checkInput(1)) {
487 if ((backTrack->matchAmount < term.atom.quantityCount) && input.checkInput(1)) {
1027 while ((matchAmount < currentTerm().atom.quantityCount) && input.checkInput(1)) {
1055 while ((matchAmount < currentTerm().atom.quantityCount) && input.checkInput(1)) {
1102 if (input.checkInput(currentTerm().checkInputCount))
1282 void checkInput(unsigned count)
1284 m_bodyDisjunction->terms.append(ByteTerm::CheckInput(count));
1529 checkInput(countToCheck);