Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/
HDittnotify_config.h447 const wchar_t *domainW; /*!< Copy of original name in UNICODE. */ member
449 void *domainW; member
597 h->domainW = name ? _wcsdup(domain) : NULL; \
615 h->domainW = NULL; \
HDittnotify_static.cpp593 ((h->domainW == NULL && domain == NULL) || in ITT_VERSIONIZE()
594 (h->domainW != NULL && domain != NULL && !wcscmp(h->domainW, domain)))) in ITT_VERSIONIZE()
690 ((h->domainW == NULL && domain == NULL) || in ITT_VERSIONIZE()
691 (h->domainW != NULL && domain != NULL && !wcscmp(h->domainW, domain)))) in ITT_VERSIONIZE()
1345 free((wchar_t *)current_couter->domainW); in __itt_free_allocated_resources()