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

/freebsd-10.1-release/contrib/llvm/lib/ExecutionEngine/IntelJITEvents/
H A Dittnotify_config.h212 #define __itt_fstrdup(s) _strdup(s) macro
253 #define __itt_fstrdup(s) strdup(s) macro
379 h->nameA = n ? __itt_fstrdup(n) : NULL; \
412 h->nameA = name ? __itt_fstrdup(name) : NULL; \
442 h->strA = name ? __itt_fstrdup(name) : NULL; \

Completed in 51 milliseconds