MCPcopy Create free account
hub / github.com/ROCm/rocm-systems / warning

Function warning

projects/rocdbgapi/src/debug.cpp:109–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107#endif /* BACKTRACE_SUPPORTED */
108
109void
110warning (const char *format, ...)
111{
112 va_list va;
113 va_start (va, format);
114 vlog (AMD_DBGAPI_LOG_LEVEL_WARNING, format, va);
115 va_end (va);
116}
117
118void
119fatal_error (const char *format, ...)

Callers 15

scratch_memory_regionMethod · 0.70
breakpoint_tMethod · 0.70
~breakpoint_tMethod · 0.70
scratch_memory_regionMethod · 0.70
os_exception_maskFunction · 0.70
d3d_tMethod · 0.70
~kmd_driver_tMethod · 0.70
discover_adaptersMethod · 0.70
init_adapterMethod · 0.70
check_versionMethod · 0.70

Calls 1

vlogFunction · 0.85

Tested by

no test coverage detected