Home
last modified time | relevance | path

Searched refs:__itt_fstrcmp (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/
H A Dittnotify_static.cpp438 if (h->nameA != NULL && !__itt_fstrcmp(h->nameA, name)) in ITT_VERSIONIZE()
557 if (h->strA != NULL && !__itt_fstrcmp(h->strA, name)) in ITT_VERSIONIZE()
651 !__itt_fstrcmp(h->nameA, name) && in ITT_VERSIONIZE()
654 !__itt_fstrcmp(h->domainA, domain)))) in ITT_VERSIONIZE()
747 !__itt_fstrcmp(h->nameA, name) && in ITT_VERSIONIZE()
750 !__itt_fstrcmp(h->domainA, domain)))) in ITT_VERSIONIZE()
849 !__itt_fstrcmp(h->nameA, name)) in ITT_VERSIONIZE()
1211 if (!__itt_fstrcmp(gr, group_list[i].name)) { in __itt_get_groups()
H A Dittnotify_config.h273 #define __itt_fstrcmp(s1, s2) lstrcmpA(s1, s2)
318 #define __itt_fstrcmp(s1, s2) strcmp(s1, s2)
261 #define __itt_fstrcmp( global() macro
306 #define __itt_fstrcmp( global() macro
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITProfiling/
H A Dittnotify_config.h208 #define __itt_fstrcmp(s1, s2) lstrcmpA(s1, s2) macro
249 #define __itt_fstrcmp(s1, s2) strcmp(s1, s2) macro