Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DPath.cpp420 SmallString<32> c_storage; in append() local
426 if (!c.isTriviallyEmpty()) components.push_back(c.toStringRef(c_storage)); in append()