Searched defs:memcmp (Results 1 – 10 of 10) sorted by relevance
/llvm-project/clang/test/CodeGen/ |
H A D | memcmp-inline-builtin-to-asm.c | 15 int memcmp(const void *p, const void *q, unsigned long size) { in memcmp() function
|
H A D | memcpy-inline-builtin-no-extern.c | 9 AVAILABLE_EXTERNALLY int memcmp(const void *a, const void *b, size_t c) { in memcmp() function
|
/llvm-project/offload/DeviceRTL/src/ |
H A D | LibC.cpp | 52 [[gnu::weak]] int memcmp(const void *lhs, const void *rhs, size_t count) { memcmp() function
|
/llvm-project/flang/include/flang/Runtime/ |
H A D | freestanding-tools.h | 131 static inline RT_API_ATTRS int memcmp( memcmp() function
|
/llvm-project/libc/test/IntegrationTest/ |
H A D | test.cpp | 40 int memcmp(const void *lhs, const void *rhs, size_t count) { memcmp() function
|
/llvm-project/libc/test/UnitTest/ |
H A D | HermeticTestUtils.cpp | 60 int memcmp(const void *lhs, const void *rhs, size_t count) { memcmp() function
|
/llvm-project/compiler-rt/lib/fuzzer/ |
H A D | FuzzerInterceptors.cpp | 159 ATTRIBUTE_INTERFACE int memcmp(const void *s1, const void *s2, size_t n) { in memcmp() function
|
/llvm-project/clang/test/Analysis/ |
H A D | bstring.c | 407 #define memcmp bcmp macro 411 #define memcmp BUILTIN(memcmp) macro
|
/llvm-project/compiler-rt/lib/builtins/ |
H A D | atomic.c | 34 #define memcmp __builtin_memcmp macro
|
/llvm-project/bolt/runtime/ |
H A D | common.h | 112 int memcmp(const void *s1, const void *s2, size_t n) { in memcmp() function
|