Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libc/utils/UnitTest/
H A DLibcTest.h146 constexpr bool same_prefix(char const *lhs, char const *rhs, int const len) { in same_prefix() function
154 return same_prefix(lhs, "LlvmLibc", 8); in valid_prefix()