/llvm-project/libc/src/string/ |
H A D | allocating_string_utils.h | 23 LIBC_INLINE cpp::optional<char *> strdup(const char *src) { in strdup() function
|
/llvm-project/clang/test/Rewriter/ |
H A D | objc-modern-boxing.mm | 6 extern char *strdup(const char *str); function
|
/llvm-project/clang/test/Parser/ |
H A D | objc-boxing.m | 9 extern char *strdup(const char *str); function
|
/llvm-project/clang/test/Sema/ |
H A D | builtins-gnu-mode.c | 8 int strdup; variable
|
/llvm-project/openmp/runtime/src/ |
H A D | kmp_str.h | 26 #define strdup _strdup macro
|
/llvm-project/clang/test/Analysis/ |
H A D | MismatchedDeallocator-checker-test.mm | 11 char *strdup(const char *s); function
|
H A D | objc-boxing.m | 50 extern char *strdup(const char *str); function
|
H A D | malloc.mm | 193 char *strdup(const char *s); function
|
H A D | retain-release.mm | 358 char *strdup(const char *s); function
|
/llvm-project/utils/bazel/llvm-project-overlay/llvm/include/llvm/Config/ |
H A D | config.h | 357 #define strdup _strdup global() macro
|
/llvm-project/llvm/cmake/ |
H A D | config-ix.cmake | 548 set(strdup "_strdup") global() variable
|
/llvm-project/compiler-rt/lib/asan/ |
H A D | asan_interceptors.cpp | 581 # define strdup _strdup macro 584 INTERCEPTOR(char*, strdup, const char *s) { argument
|
/llvm-project/compiler-rt/lib/memprof/ |
H A D | memprof_interceptors.cpp | 214 INTERCEPTOR(char *, strdup, const char *s) { in INTERCEPTOR() argument
|
/llvm-project/compiler-rt/lib/nsan/ |
H A D | nsan_interceptors.cpp | 228 INTERCEPTOR(char *,strdup,const char * S) INTERCEPTOR() argument
|
/llvm-project/compiler-rt/lib/msan/ |
H A D | msan_interceptors.cpp | 346 INTERCEPTOR(char *,strdup,char * src) INTERCEPTOR() argument
|
/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_interceptors_posix.cpp | 761 TSAN_INTERCEPTOR(char *,strdup,const char * str) TSAN_INTERCEPTOR() argument
|
/llvm-project/compiler-rt/lib/msan/tests/ |
H A D | msan_test.cpp | 1589 TEST(MemorySanitizer, strdup) { in TEST() argument
|