Home
last modified time | relevance | path

Searched refs:domainA (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/openmp/runtime/src/thirdparty/ittnotify/
Dittnotify_static.cpp499 …if (h->nameA != NULL && h->type == type && !__itt_fstrcmp(h->nameA, name) && ((h->domainA == NULL… in ITT_VERSIONIZE()
500 (h->domainA != NULL && domain != NULL && !__itt_fstrcmp(h->domainA, domain)))) break; in ITT_VERSIONIZE()
574 …if (h->nameA != NULL && h->type == type && !__itt_fstrcmp(h->nameA, name) && ((h->domainA == NULL… in ITT_VERSIONIZE()
575 (h->domainA != NULL && domain != NULL && !__itt_fstrcmp(h->domainA, domain)))) break; in ITT_VERSIONIZE()
Dittnotify_config.h424 const char* domainA; /*!< Copy of original name in ASCII. */ member
566 h->domainA = NULL; \
583 h->domainA = domain ? __itt_fstrdup(domain) : NULL; \