Searched refs:exitWithError (Results 1 – 2 of 2) sorted by relevance
39 static void exitWithError(const Twine &Message, StringRef Whence = "", in exitWithError() function56 exitWithError(Error.message(), Whence, in exitWithErrorCode()60 exitWithError(Error.message(), Whence); in exitWithErrorCode()112 exitWithError("Cannot write indexed profdata format to stdout."); in mergeInstrProfile()115 exitWithError("Unknown format is specified."); in mergeInstrProfile()199 exitWithError("Input weight must be a positive integer."); in parseWeightedFile()234 exitWithError("No input files specified. See " + in merge_main()
464 exitWithError("Cannot use a threadCount parameter less than 1; 1 > " + threadCount); in setThreadCount()705 exitWithError("Listener " + listener in addListener()1379 exitWithError(ex.getMessage()); in privateMain()1791 static void exitWithError(String msg) { in exitWithError() method in TestNG