Searched defs:exit_with_error (Results 1 – 2 of 2) sorted by relevance
27 static void exit_with_error(const std::string& help, const char* err) in exit_with_error() function
117 #define exit_with_error(error) __exit_with_error(error, __FILE__, __func__, __LINE__) macro