Searched refs:ITT_FORMAT (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/ |
H A D | ittnotify_static.h | 13 #ifndef ITT_FORMAT 14 #define ITT_FORMAT macro 31 (ITT_FORMAT name), domain_createA, __itt_group_structure, "\"%s\"") 33 (ITT_FORMAT name), domain_createW, __itt_group_structure, "\"%S\"") 36 (ITT_FORMAT name), domain_create, __itt_group_structure, "\"%s\"") 40 (__itt_module_object * module_obj), (ITT_FORMAT module_obj), 43 (__itt_module_object * module_obj), (ITT_FORMAT module_obj), 48 (const char *name), (ITT_FORMAT name), string_handle_createA, 51 (const wchar_t *name), (ITT_FORMAT name), string_handle_createW, 55 (const char *name), (ITT_FORMAT name), string_handle_create, [all …]
|