Searched refs:severity_str (Results 1 – 5 of 5) sorted by relevance
233 const char *severity_str; in event_log() local236 severity_str = "debug"; in event_log()239 severity_str = "msg"; in event_log()242 severity_str = "warn"; in event_log()245 severity_str = "err"; in event_log()248 severity_str = "???"; in event_log()251 (void)fprintf(stderr, "[%s] %s\n", severity_str, msg); in event_log()
70 const char *severity_str = NULL; in si_diagnostic_handler() local74 severity_str = "error"; in si_diagnostic_handler()77 severity_str = "warning"; in si_diagnostic_handler()80 severity_str = "remark"; in si_diagnostic_handler()83 severity_str = "note"; in si_diagnostic_handler()86 severity_str = "unknown"; in si_diagnostic_handler()90 "LLVM diagnostic (%s): %s", severity_str, description); in si_diagnostic_handler()
1215 const glw::GLchar* severity_str = "Unknown"; in debug_proc() local1277 severity_str = "H"; in debug_proc()1280 severity_str = "L"; in debug_proc()1283 severity_str = "M"; in debug_proc()1286 severity_str = "N"; in debug_proc()1293 << severity_str << "|" << std::setw(18) << type_str << "|" << std::setw(12) << id in debug_proc()
70 const GLchar* severity_str = "Unknown"; in debug_proc() local132 severity_str = "H"; in debug_proc()135 severity_str = "L"; in debug_proc()138 severity_str = "M"; in debug_proc()141 severity_str = "N"; in debug_proc()148 << severity_str << "|" << std::setw(18) << type_str << "|" << std::setw(12) << id in debug_proc()
4940 const GLchar* severity_str = "Unknown"; in debug_proc() local5002 severity_str = "H"; in debug_proc()5005 severity_str = "L"; in debug_proc()5008 severity_str = "M"; in debug_proc()5011 severity_str = "N"; in debug_proc()5018 << severity_str << "|" << std::setw(18) << type_str << "|" << std::setw(12) << id in debug_proc()