Searched refs:exitWithError (Results 1 - 2 of 2) sorted by relevance

/external/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp39 static void exitWithError(const Twine &Message, StringRef Whence = "", function
50 static void exitWithError(Error E, StringRef Whence = "") { function
59 exitWithError(IPE.message(), Whence, Hint);
63 exitWithError(toString(std::move(E)), Whence);
67 exitWithError(EC.message(), Whence);
124 exitWithError("Cannot write indexed profdata format to stdout.");
127 exitWithError("Unknown format is specified.");
139 exitWithError(std::move(E), Input.Filename);
144 exitWithError("Merge IR generated profile with Clang generated profile.");
156 exitWithError(Reade
[all...]
/external/testng/src/main/java/org/testng/
H A DTestNG.java464 exitWithError("Cannot use a threadCount parameter less than 1; 1 > " + threadCount);
705 exitWithError("Listener " + listener
1379 exitWithError(ex.getMessage());
1791 static void exitWithError(String msg) { method in class:TestNG

Completed in 144 milliseconds