Searched refs:Panic (Results 1 – 2 of 2) sorted by relevance
31 #define nwosPanic(...) ::nw::os::internal::Panic( NN_FILE_NAME, __LINE__, __VA_ARGS__ )43 void Panic( const char* fileName, int line, const char* fmt, ...);
109 Panic( const char* fileName, int line, const char* fmt, ...) in Panic() function