Searched defs:test_memcpy (Results 1 – 5 of 5) sorted by relevance
/llvm-project/offload/test/offloading/ |
H A D | test_libc.cpp | 8 void test_memcpy() { in test_memcpy() function
|
/llvm-project/clang/test/CodeGen/ |
H A D | asm-label.c | 23 void test_memcpy(void *dst, void *src, unsigned long n) { in test_memcpy() function
|
H A D | redefine_extname.c | 37 void *test_memcpy(void *dst, const void *src, size_t n) { return memcpy(dst, src, n); } in test_memcpy() function
|
/llvm-project/clang/test/Sema/ |
H A D | attr-diagnose-as-builtin.c | 8 void *test_memcpy(const void *src, size_t c, void *dst) __attribute__((diagnose_as_builtin(__builti… in test_memcpy() function 106 …__attribute__((diagnose_as_builtin(__builtin_memcpy, 3, 1, 2))) static void *test_memcpy(const voi… in test_memcpy() function
|
/llvm-project/compiler-rt/test/dfsan/ |
H A D | custom.cpp | 238 void test_memcpy() { in test_memcpy() function
|