Searched refs:string_handle_createW (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/ |
H A D | ittnotify_static.cpp | 483 ITT_JOIN(_N_(string_handle_createW), _init))(const wchar_t *name) { in ITT_VERSIONIZE() argument 492 if (ITTNOTIFY_NAME(string_handle_createW) && in ITT_VERSIONIZE() 493 ITTNOTIFY_NAME(string_handle_createW) != in ITT_VERSIONIZE() 494 ITT_VERSIONIZE(ITT_JOIN(_N_(string_handle_createW), _init))) { in ITT_VERSIONIZE() 496 return ITTNOTIFY_NAME(string_handle_createW)(name); in ITT_VERSIONIZE()
|
H A D | ittnotify_static.h | 50 ITT_STUB(ITTAPI, __itt_string_handle *, string_handle_createW, 51 (const wchar_t *name), (ITT_FORMAT name), string_handle_createW,
|
H A D | ittnotify.h | 2099 ITT_STUB(ITTAPI, __itt_string_handle *, string_handle_createW, 2108 #define __itt_string_handle_createW ITTNOTIFY_DATA(string_handle_createW) 2109 #define __itt_string_handle_createW_ptr ITTNOTIFY_NAME(string_handle_createW)
|