Searched defs:bcmp (Results 1 – 5 of 5) sorted by relevance
/llvm-project/libc/test/IntegrationTest/ |
H A D | test.cpp | 36 int bcmp(const void *lhs, const void *rhs, size_t count) { bcmp() function
|
/llvm-project/libc/test/UnitTest/ |
H A D | HermeticTestUtils.cpp | 56 int bcmp(const void *lhs, const void *rhs, size_t count) { bcmp() function
|
/llvm-project/clang/test/Analysis/ |
H A D | security-syntax-checks.m | 53 int bcmp(const void *, const void *, size_t); function
|
H A D | bstring.c | 405 #define bcmp BUILTIN(bcmp) macro
|
/llvm-project/compiler-rt/lib/fuzzer/ |
H A D | FuzzerInterceptors.cpp | 141 DEFINE_REAL(int, bcmp, const void *, const void *, size_t) in DEFINE_REAL() argument
|