Searched refs:histogram_createA (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/ |
H A D | ittnotify_static.cpp | 799 static __itt_histogram *ITTAPI ITT_VERSIONIZE(ITT_JOIN(_N_(histogram_createA), in ITT_VERSIONIZE() argument 819 if (ITTNOTIFY_NAME(histogram_createA) && in ITT_VERSIONIZE() 820 ITTNOTIFY_NAME(histogram_createA) != in ITT_VERSIONIZE() 821 ITT_VERSIONIZE(ITT_JOIN(_N_(histogram_createA), _init))) { in ITT_VERSIONIZE() 823 return ITTNOTIFY_NAME(histogram_createA)(domain, name, x_type, y_type); in ITT_VERSIONIZE()
|
H A D | ittnotify_static.h | 122 ITT_STUB(ITTAPI, __itt_histogram *, histogram_createA, 125 (ITT_FORMAT domain, name, x_type, y_type), histogram_createA,
|
H A D | ittnotify.h | 4300 ITT_STUB(ITTAPI, __itt_histogram *, histogram_createA, 4312 #define __itt_histogram_createA ITTNOTIFY_DATA(histogram_createA) 4313 #define __itt_histogram_createA_ptr ITTNOTIFY_NAME(histogram_createA)
|