Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/class.path/path.member/
H A Dpath.append.pass.cpp134 Str RShort = (Ptr)TC.rhs; in doAppendSourceAllocTest() local
136 assert(RShort.size() >= 2); in doAppendSourceAllocTest()
137 CharT c = RShort.back(); in doAppendSourceAllocTest()
138 RShort.append(100, c); in doAppendSourceAllocTest()
140 const Ptr R = RShort.data(); in doAppendSourceAllocTest()