/llvm-project/clang/test/SemaObjC/ |
H A D | arc-non-pod-memaccess.m | 8 void *memset(void *, int, __SIZE_TYPE__); function
|
H A D | warn-nontrivial-struct-memaccess.m | 3 void *memset(void *, int, __SIZE_TYPE__); function
|
H A D | interface-scope-2.m | 91 void *memset(void *, int, size_t); function
|
/llvm-project/clang/test/Frontend/ |
H A D | macros.c | 9 #define memset(x,y,z) ({ stuff(x,y,z); x; }) macro
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/ |
H A D | suspicious-memset-usage.cpp | 59 memset(p, '2', l); in foo() local
|
/llvm-project/clang/test/Sema/ |
H A D | transpose-memset.c | 4 #define memset(...) __builtin_memset(__VA_ARGS__) macro
|
H A D | builtin-object-size.c | 40 #define memset(dest, src, len) __builtin___memset_chk(dest, src, len, OBJECT_SIZE_BUILTIN(dest, 0)) macro
|
/llvm-project/bolt/test/Inputs/ |
H A D | stub.c | 4 void *memset(void *dest, int c, unsigned long n) { return 0; } in memset() function
|
/llvm-project/offload/DeviceRTL/src/ |
H A D | LibC.cpp | 63 [[gnu::weak]] void memset(void *dst, int C, size_t count) { memset() function
|
/llvm-project/clang/test/Analysis/ |
H A D | DynamicTypePropagation.m | 8 void *memset(void *, int, size_t); function
|
H A D | security-syntax-checks.m | 280 void *memset(void *ptr, int value, size_t num); function
|
/llvm-project/lldb/tools/debugserver/source/MacOSX/ |
H A D | MachTask.mm | 78 memset(&m_exc_port_info, 0, sizeof(m_exc_port_info)); function
|
/llvm-project/libc/test/IntegrationTest/ |
H A D | test.cpp | 49 void *memset(void *ptr, int value, size_t count) { memset() function
|
/llvm-project/libc/test/UnitTest/ |
H A D | HermeticTestUtils.cpp | 69 void *memset(void *ptr, int value, size_t count) { memset() function
|
/llvm-project/clang/test/SemaCXX/ |
H A D | recovery-expr-type.cpp | 161 extern "C" void *memset(void *, int b, unsigned long) { in memset() function
|
/llvm-project/bolt/runtime/ |
H A D | common.h | 105 void *memset(void *Buf, int C, size_t Size) { in memset() function
|
/llvm-project/compiler-rt/lib/nsan/ |
H A D | nsan_interceptors.cpp | 52 INTERCEPTOR(void *,memset,void * dst,int v,uptr size) INTERCEPTOR() argument
|
/llvm-project/clang/lib/Headers/ |
H A D | __clang_cuda_device_functions.h | 1552 __DEVICE__ void *memset(void *__a, int __b, size_t __c) { memset() function
|