Home
last modified time | relevance | path

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

/llvm-project/libc/test/src/string/
H A Dstpncpy_test.cpp14 class LlvmLibcStpncpyTest : public LIBC_NAMESPACE::testing::Test { class
33 TEST_F(LlvmLibcStpncpyTest, Untouched) { in TEST_F() argument
40 TEST_F(LlvmLibcStpncpyTest, CopyOne) { in TEST_F() argument
47 TEST_F(LlvmLibcStpncpyTest, CopyNull) { in TEST_F() argument
54 TEST_F(LlvmLibcStpncpyTest, CopyPastSrc) { in TEST_F() argument
61 TEST_F(LlvmLibcStpncpyTest, CopyTwoNoNull) { in TEST_F() argument
68 TEST_F(LlvmLibcStpncpyTest, CopyTwoWithNull) { in TEST_F() argument