Home
last modified time | relevance | path

Searched defs:memcmp (Results 1 – 10 of 10) sorted by relevance

/llvm-project/clang/test/CodeGen/
H A Dmemcmp-inline-builtin-to-asm.c15 int memcmp(const void *p, const void *q, unsigned long size) { in memcmp() function
H A Dmemcpy-inline-builtin-no-extern.c9 AVAILABLE_EXTERNALLY int memcmp(const void *a, const void *b, size_t c) { in memcmp() function
/llvm-project/offload/DeviceRTL/src/
H A DLibC.cpp52 [[gnu::weak]] int memcmp(const void *lhs, const void *rhs, size_t count) { memcmp() function
/llvm-project/flang/include/flang/Runtime/
H A Dfreestanding-tools.h131 static inline RT_API_ATTRS int memcmp( memcmp() function
/llvm-project/libc/test/IntegrationTest/
H A Dtest.cpp40 int memcmp(const void *lhs, const void *rhs, size_t count) { memcmp() function
/llvm-project/libc/test/UnitTest/
H A DHermeticTestUtils.cpp60 int memcmp(const void *lhs, const void *rhs, size_t count) { memcmp() function
/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerInterceptors.cpp159 ATTRIBUTE_INTERFACE int memcmp(const void *s1, const void *s2, size_t n) { in memcmp() function
/llvm-project/clang/test/Analysis/
H A Dbstring.c407 #define memcmp bcmp macro
411 #define memcmp BUILTIN(memcmp) macro
/llvm-project/compiler-rt/lib/builtins/
H A Datomic.c34 #define memcmp __builtin_memcmp macro
/llvm-project/bolt/runtime/
H A Dcommon.h112 int memcmp(const void *s1, const void *s2, size_t n) { in memcmp() function