Home
last modified time | relevance | path

Searched defs:memchr (Results 1 – 4 of 4) sorted by relevance

/llvm-project/libcxx/include/
H A Dstring.h94 inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_PREFERRED_OVERLOAD const void* memchr(const void* __s, int __c, size_t __n) { memchr() function
97 inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_PREFERRED_OVERLOAD void* memchr(void* __s, int __c, size_t __n) { memchr() function
/llvm-project/clang/test/CodeGen/
H A Dpr9614.c21 extern inline __attribute__((__always_inline__, __gnu_inline__)) void *memchr(void *__s, int __c, _… in memchr() function
/llvm-project/flang/include/flang/Runtime/
H A Dfreestanding-tools.h161 static inline RT_API_ATTRS const void *memchr( memchr() function
/llvm-project/compiler-rt/lib/msan/tests/
H A Dmsan_test.cpp2456 TEST(MemorySanitizer, memchr) { in TEST() argument