Searched defs:strcpy (Results 1 – 11 of 11) sorted by relevance
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | security-syntax-checks.m | 186 #define strcpy(a,b) __strcpy_chk(a,b,(size_t)-1) macro 190 #define strcpy BUILTIN(strcpy) macro 191 char *strcpy(char *restrict s1, const char *restrict s2); function
|
| H A D | string.c | 314 #define strcpy(a,b) __strcpy_chk(a,b,(size_t)-1) macro 318 #define strcpy BUILTIN(strcpy) macro
|
| H A D | taint-generic.c | 91 #define strcpy(dest, src) \ macro
|
| /llvm-project-15.0.7/clang/test/CodeGen/ |
| H A D | 2002-07-14-MiscTests3.c | 157 void strcpy(char *s1, char *s2) { in strcpy() function
|
| H A D | object-size.c | 10 #define strcpy(dest, src) \ macro
|
| /llvm-project-15.0.7/compiler-rt/lib/memprof/ |
| H A D | memprof_interceptors.cpp | 224 INTERCEPTOR(char *, strcpy, char *to, const char *from) { in INTERCEPTOR() argument
|
| /llvm-project-15.0.7/compiler-rt/lib/asan/ |
| H A D | asan_interceptors.cpp | 423 INTERCEPTOR(char *, strcpy, char *to, const char *from) { in INTERCEPTOR() argument
|
| /llvm-project-15.0.7/compiler-rt/lib/msan/ |
| H A D | msan_interceptors.cpp | 281 INTERCEPTOR(char *, strcpy, char *dest, const char *src) { in INTERCEPTOR() argument
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/ |
| H A D | tsan_interceptors_posix.cpp | 741 TSAN_INTERCEPTOR(char *, strcpy, char *dst, const char *src) { in TSAN_INTERCEPTOR() argument
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_interceptors_posix.cpp | 746 TSAN_INTERCEPTOR(char *, strcpy, char *dst, const char *src) { in TSAN_INTERCEPTOR() argument
|
| /llvm-project-15.0.7/compiler-rt/lib/msan/tests/ |
| H A D | msan_test.cpp | 1651 TEST(MemorySanitizer, strcpy) { in TEST() argument
|