Searched refs:histogram_createW (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/ |
H A D | ittnotify_static.cpp | 762 static __itt_histogram *ITTAPI ITT_VERSIONIZE(ITT_JOIN(_N_(histogram_createW), in ITT_VERSIONIZE() argument 774 if (ITTNOTIFY_NAME(histogram_createW) && in ITT_VERSIONIZE() 775 ITTNOTIFY_NAME(histogram_createW) != in ITT_VERSIONIZE() 776 ITT_VERSIONIZE(ITT_JOIN(_N_(histogram_createW), _init))) { in ITT_VERSIONIZE() 778 return ITTNOTIFY_NAME(histogram_createW)(domain, name, x_type, y_type); in ITT_VERSIONIZE()
|
H A D | ittnotify_static.h | 127 ITT_STUB(ITTAPI, __itt_histogram *, histogram_createW, 130 (ITT_FORMAT domain, name, x_type, y_type), histogram_createW,
|
H A D | ittnotify.h | 4303 ITT_STUB(ITTAPI, __itt_histogram *, histogram_createW, 4314 #define __itt_histogram_createW ITTNOTIFY_DATA(histogram_createW) 4315 #define __itt_histogram_createW_ptr ITTNOTIFY_NAME(histogram_createW)
|