Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/Support/
H A DPath.cpp457 SmallString<32> c_storage; in append() local
463 if (!c.isTriviallyEmpty()) components.push_back(c.toStringRef(c_storage)); in append()