Home
last modified time | relevance | path

Searched refs:__itt_error_handler_t (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/
H A Dittnotify_static.cpp345 __itt_error_handler_t *handler = in __itt_report_error()
346 (__itt_error_handler_t *)(size_t)_N_(_ittapi_global).error_handler; in __itt_report_error()
1503 ITT_EXTERN_C __itt_error_handler_t *
1504 _N_(set_error_handler)(__itt_error_handler_t *handler) { in _N_()
1505 __itt_error_handler_t *prev = in _N_()
1506 (__itt_error_handler_t *)(size_t)_N_(_ittapi_global).error_handler; in _N_()
H A Dittnotify.h4835 typedef void(__itt_error_handler_t)(__itt_error_code code, va_list); typedef
4836 __itt_error_handler_t *__itt_set_error_handler(__itt_error_handler_t *);