Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/
H A Dittnotify_config.h276 #define __itt_fstrdup(s) _strdup(s)
342 #define __itt_fstrdup(s) strdup(s)
511 h->nameA = n ? __itt_fstrdup(n) : NULL; \
546 h->nameA = name ? __itt_fstrdup(name) : NULL; \
578 h->strA = name ? __itt_fstrdup(name) : NULL; \
612 h->nameA = name ? __itt_fstrdup(name) : NULL; \
614 h->domainA = domain ? __itt_fstrdup(domain) : NULL; \
649 h->nameA = name ? __itt_fstrdup(name) : NULL; \
264 #define __itt_fstrdup( global() macro
330 #define __itt_fstrdup( global() macro
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITProfiling/
H A Dittnotify_config.h211 #define __itt_fstrdup(s) _strdup(s) macro
252 #define __itt_fstrdup(s) strdup(s) macro
378 h->nameA = n ? __itt_fstrdup(n) : NULL; \
411 h->nameA = name ? __itt_fstrdup(name) : NULL; \
441 h->strA = name ? __itt_fstrdup(name) : NULL; \