Home
last modified time | relevance | path

Searched refs:src_copy (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/libc/test/src/string/
H A Dmemchr_test.cpp81 const char *src_copy = reinterpret_cast<const char *>(src); in TEST() local
84 ASSERT_STREQ(reinterpret_cast<const char *>(src), src_copy); in TEST()
87 ASSERT_STREQ(reinterpret_cast<const char *>(src), src_copy); in TEST()