Searched defs:bzero (Results 1 – 7 of 7) sorted by relevance
/llvm-project/clang/test/SemaCXX/ |
H A D | warn-unsafe-buffer-usage-test-unreachable.cpp | 7 #define bzero(s, n) __builtin_bzero( global() macro
|
/llvm-project/clang/test/Sema/ |
H A D | builtins-gnu-mode.c | 12 int bzero; variable
|
H A D | transpose-memset.c | 5 #define bzero(x,y) __builtin_memset(x, 0, y) macro
|
/llvm-project/clang/test/SemaObjC/ |
H A D | warn-nontrivial-struct-memaccess.m | 4 void bzero(void *, __SIZE_TYPE__); function
|
/llvm-project/libc/test/IntegrationTest/ |
H A D | test.cpp | 39 void bzero(void *ptr, size_t count) { LIBC_NAMESPACE::bzero(ptr, count); } bzero() function
|
/llvm-project/libc/test/UnitTest/ |
H A D | HermeticTestUtils.cpp | 59 void bzero(void *ptr, size_t count) { LIBC_NAMESPACE::bzero(ptr, count); } bzero() function
|
/llvm-project/clang/test/Analysis/ |
H A D | security-syntax-checks.m | 67 void bzero(void *, size_t); function
|