Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DPath.cpp421 SmallString<32> a_storage; in append() local
427 if (!a.isTriviallyEmpty()) components.push_back(a.toStringRef(a_storage)); in append()