Home
last modified time | relevance | path

Searched defs:exitWithError (Results 1 – 2 of 2) sorted by relevance

/external/llvm/tools/llvm-profdata/
Dllvm-profdata.cpp39 static void exitWithError(const Twine &Message, StringRef Whence = "", in exitWithError() function
50 static void exitWithError(Error E, StringRef Whence = "") { in exitWithError() function
/external/testng/src/main/java/org/testng/
DTestNG.java1791 static void exitWithError(String msg) { in exitWithError() method in TestNG