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