Searched refs:errorfn_t (Results 1 – 3 of 3) sorted by relevance
101 typedef std::function<void(const std::string&)> errorfn_t; typedef105 static void registerErrorHandler(errorfn_t handler) { errorHandler = handler; } in registerErrorHandler()278 static errorfn_t errorHandler;
46 spirvbin_t::errorfn_t spirvbin_t::errorHandler = [](const std::string&) { exit(5); }; in __anon3d17ce6f0102()
78 typedef std::function<void(const std::string&)> errorfn_t;82 static void registerErrorHandler(errorfn_t handler) { errorHandler = handler; }