Home
last modified time | relevance | path

Searched defs:exitWithError (Results 1 – 3 of 3) 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/aws-crt-java/utils/Canary/src/main/java/canary/mqtt5/
DMqtt5Canary.java210 static void exitWithError(int errorCode) { in exitWithError() method in Mqtt5Canary
/external/testng/src/main/java/org/testng/
DTestNG.java1791 static void exitWithError(String msg) { in exitWithError() method in TestNG