Home
last modified time | relevance | path

Searched refs:ErrorsPrinted (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DMain.cpp142 if (ErrorsPrinted > 0) in TableGenMain()
143 return reportError(argv0, Twine(ErrorsPrinted) + " errors.\n"); in TableGenMain()
185 if (ErrorsPrinted == 0) in TableGenMain()
192 if (ErrorsPrinted > 0) in TableGenMain()
193 return reportError(argv0, Twine(ErrorsPrinted) + " errors.\n"); in TableGenMain()
H A DError.cpp25 unsigned ErrorsPrinted = 0; variable
32 ++ErrorsPrinted; in PrintMessage()
/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DError.h56 extern unsigned ErrorsPrinted;
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelCombinerEmitter.cpp2738 assert(ErrorsPrinted && "Parsing failed without errors!"); in gatherRules()
2748 assert(ErrorsPrinted && "Emission failed without errors!"); in gatherRules()
2762 if (ErrorsPrinted) in run()
H A DGICombinerEmitter.cpp
H A DGlobalISelCombinerMatchTableEmitter.cpp
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangASTPropertiesEmitter.cpp283 if (ErrorsPrinted > 0) { in validate()