#include "memory_utils/memory_check_utils.h"
#include "src/__support/macros/config.h"
#include "src/string/bcmp.h"
#include "test/UnitTest/Test.h"
#include "test/UnitTest/TestLogger.h"
namespace LIBC_NAMESPACE_DECL {
TEST(LlvmLibcBcmpTest, CmpZeroByte) { … }
TEST(LlvmLibcBcmpTest, LhsRhsAreTheSame) { … }
TEST(LlvmLibcBcmpTest, LhsBeforeRhsLexically) { … }
TEST(LlvmLibcBcmpTest, LhsAfterRhsLexically) { … }
static inline int Adaptor(cpp::span<char> p1, cpp::span<char> p2, size_t size) { … }
TEST(LlvmLibcBcmpTest, SizeSweep) { … }
}