Home
last modified time | relevance | path

Searched refs:strW (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITProfiling/
H A Dittnotify_config.h427 h->strW = name ? _wcsdup(name) : NULL; \
442 h->strW = NULL; \
/freebsd/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/
H A Dittnotify_config.h563 h->strW = name ? _wcsdup(name) : NULL; \
579 h->strW = NULL; \
H A Dittnotify_static.cpp504 if (h->strW != NULL && !wcscmp(h->strW, name)) in ITT_VERSIONIZE()
1319 free((wchar_t *)current_string->strW); in __itt_free_allocated_resources()
H A Dittnotify.h2055 const wchar_t *strW; /*!< Copy of original string in UNICODE. */ member
2057 void *strW; member