Searched refs:exitWithError (Results 1 – 4 of 4) sorted by relevance
/external/llvm/tools/llvm-profdata/ |
D | llvm-profdata.cpp | 39 static void exitWithError(const Twine &Message, StringRef Whence = "", in exitWithError() function 50 static void exitWithError(Error E, StringRef Whence = "") { in exitWithError() function 59 exitWithError(IPE.message(), Whence, Hint); in exitWithError() 63 exitWithError(toString(std::move(E)), Whence); in exitWithError() 67 exitWithError(EC.message(), Whence); in exitWithErrorCode() 124 exitWithError("Cannot write indexed profdata format to stdout."); in mergeInstrProfile() 127 exitWithError("Unknown format is specified."); in mergeInstrProfile() 139 exitWithError(std::move(E), Input.Filename); in mergeInstrProfile() 144 exitWithError("Merge IR generated profile with Clang generated profile."); in mergeInstrProfile() 156 exitWithError(Reader->getError(), Input.Filename); in mergeInstrProfile() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-profdata/ |
D | llvm-profdata.cpp | 55 static void exitWithError(Twine Message, std::string Whence = "", in exitWithError() function 66 static void exitWithError(Error E, StringRef Whence = "") { in exitWithError() function 75 exitWithError(IPE.message(), Whence, Hint); in exitWithError() 79 exitWithError(toString(std::move(E)), Whence); in exitWithError() 83 exitWithError(EC.message(), Whence); in exitWithErrorCode() 243 exitWithError("Cannot write indexed profdata format to stdout."); in mergeInstrProfile() 247 exitWithError("Unknown format is specified."); in mergeInstrProfile() 306 exitWithError(std::move(WC->Err), WC->ErrWhence); in mergeInstrProfile() 310 exitWithError(make_error<InstrProfError>(IPE), WC->ErrWhence); in mergeInstrProfile() 319 exitWithError(std::move(E)); in mergeInstrProfile() [all …]
|
/external/cldr/tools/java/org/unicode/cldr/ant/ |
D | CLDRBuild.java | 143 static void exitWithError(String msg) { in exitWithError() method in CLDRBuild 202 exitWithError(toolName + " not a subclass of CLDRConverterTool!"); in execute() 304 exitWithError("remaps must not be empty"); in addConfiguredRemapper() 342 exitWithError("Multiple <locales> elements not supported"); in addConfiguredLocales() 349 exitWithError("Multiple <paths> elements not supported"); in addConfiguredPaths() 356 exitWithError("Multiple <overrideFallback> elements not allowed!"); in addConfiguredOverrideFallback() 418 exitWithError("locales attribute not set for include/exclude element!"); in validate() 617 … exitWithError("Invalid specification of coverageLevel element; org && group not set!"); in validate() 621 exitWithError("Invalid specification of coverageLevel element; level not set!"); in validate() 662 exitWithError("remap source path must not be empty"); in addConfiguredRemap()
|
/external/testng/src/main/java/org/testng/ |
D | TestNG.java | 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
|