Searched refs:errorfn_t (Results 1 – 3 of 3) sorted by relevance
124 typedef std::function<void(const std::string&)> errorfn_t; typedef128 static void registerErrorHandler(errorfn_t handler) { errorHandler = handler; } in registerErrorHandler()297 static errorfn_t errorHandler;
50 spirvbin_t::errorfn_t spirvbin_t::errorHandler = [](const std::string&) { exit(5); }; in __anon30c19a6c0102()
78 typedef std::function<void(const std::string&)> errorfn_t;82 static void registerErrorHandler(errorfn_t handler) { errorHandler = handler; }