Home
last modified time | relevance | path

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

/external/llvm-project/openmp/runtime/src/thirdparty/ittnotify/
Dittnotify_config.h426 const wchar_t* domainW; /*!< Copy of original name in UNICODE. */ member
428 void* domainW; member
567 h->domainW = name ? _wcsdup(domain) : NULL; \
584 h->domainW = NULL; \
Dittnotify_static.cpp455 …if (h->nameW != NULL && h->type == type && !wcscmp(h->nameW, name) && ((h->domainW == NULL && dom… in ITT_VERSIONIZE()
456 (h->domainW != NULL && domain != NULL && !wcscmp(h->domainW, domain)))) break; in ITT_VERSIONIZE()
531 …if (h->nameW != NULL && h->type == type && !wcscmp(h->nameW, name) && ((h->domainW == NULL && dom… in ITT_VERSIONIZE()
532 (h->domainW != NULL && domain != NULL && !wcscmp(h->domainW, domain)))) break; in ITT_VERSIONIZE()