Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DPath.cpp419 SmallString<32> b_storage; in append() local
425 if (!b.isTriviallyEmpty()) components.push_back(b.toStringRef(b_storage)); in append()