Home | History | Annotate | Download | only in Checkers

Lines Matching refs:suffix

450   // Count the number of X's, taking into account a possible cutoff suffix.
455 // Take into account the suffix.
456 unsigned suffix = 0;
465 suffix = (unsigned) Result.getZExtValue();
466 n = (n > suffix) ? n - suffix : 0;
486 if (suffix) {
487 suffix << " character";
488 if (suffix > 1)
490 out << " used as a suffix";