Home
last modified time | relevance | path

Searched defs:bcmp (Results 1 – 5 of 5) sorted by relevance

/llvm-project/libc/test/IntegrationTest/
H A Dtest.cpp36 int bcmp(const void *lhs, const void *rhs, size_t count) { bcmp() function
/llvm-project/libc/test/UnitTest/
H A DHermeticTestUtils.cpp56 int bcmp(const void *lhs, const void *rhs, size_t count) { bcmp() function
/llvm-project/clang/test/Analysis/
H A Dsecurity-syntax-checks.m53 int bcmp(const void *, const void *, size_t); function
H A Dbstring.c405 #define bcmp BUILTIN(bcmp) macro
/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerInterceptors.cpp141 DEFINE_REAL(int, bcmp, const void *, const void *, size_t) in DEFINE_REAL() argument