Home | History | Annotate | Download | only in Basic

Lines Matching refs:ValNo

476 static void HandleSelectModifier(const Diagnostic &DInfo, unsigned ValNo,
481 ValNo' |'s.
482 while (ValNo) {
487 --ValNo;
500 static void HandleIntegerSModifier(unsigned ValNo,
502 if (ValNo != 1)
510 static void HandleOrdinalModifier(unsigned ValNo,
512 assert(ValNo != 0 && "ValNo must be strictly positive!");
518 Out << ValNo << llvm::getOrdinalSuffix(ValNo);
552 static bool EvalPluralExpr(unsigned ValNo, const char *Start, const char *End) {
565 unsigned ValMod = ValNo % Arg;
572 if (TestPluralRange(ValNo, Start, End))
618 static void HandlePluralModifier(const Diagnostic &DInfo, unsigned ValNo,
629 if (EvalPluralExpr(ValNo, Argument, ExprEnd)) {