MCPcopy Create free account
hub / github.com/catboost/catboost / err

Function err

util/system/err.cpp:63–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63[[noreturn]] void err(int status, const char* fmt, ...) {
64 va_list args;
65
66 va_start(args, fmt);
67 verr(status, fmt, args);
68 va_end(args);
69}
70
71[[noreturn]] void verrx(int status, const char* fmt, va_list args) {
72 vwarnx(fmt, args);

Callers 15

ReportISAErrorFunction · 0.85
backspac.cFile · 0.85
rewind.cFile · 0.85
due.cFile · 0.85
s_rdueFunction · 0.85
e_wdueFunction · 0.85
endfile.cFile · 0.85
rsne.cFile · 0.85
z_getcFunction · 0.85
iio.cFile · 0.85
e_wsfiFunction · 0.85
mv_curFunction · 0.85

Calls 1

verrFunction · 0.85

Tested by

no test coverage detected