Searched refs:errorlimit (Results 1 – 3 of 3) sorted by relevance
6 DEFAULT-NEXT: too many errors emitted, stopping now (use /errorlimit:0 to see all errors)9 RUN: not lld-link /errorlimit:5 01 02 03 04 05 06 07 08 09 10 2>&1 \14 LIMIT5-NEXT: too many errors emitted, stopping now (use /errorlimit:0 to see all errors)17 RUN: not lld-link /errorlimit:0 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 \24 UNLIMITED-NOT: too many errors emitted, stopping now (use /errorlimit:0 to see all errors)26 RUN: not lld-link /errorlimit:XYZ 01 02 03 04 05 06 07 08 09 10 11 12 13 14 \29 WRONG: /errorlimit: number expected, but got XYZ
45 def errorlimit : P<"errorlimit",
74 static l_noret errorlimit (FuncState *fs, int limit, const char *what) { in errorlimit() function88 if (v > l) errorlimit(fs, l, what); in checklimit()