Home
last modified time | relevance | path

Searched refs:errorlimit (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/lld/test/COFF/
Derror-limit.test6 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
/external/llvm-project/lld/COFF/
DOptions.td45 def errorlimit : P<"errorlimit",
/external/lua/src/
Dlparser.c74 static l_noret errorlimit (FuncState *fs, int limit, const char *what) { in errorlimit() function
88 if (v > l) errorlimit(fs, l, what); in checklimit()