Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.cpp934 static std::string stringOr(std::string Str, std::string IfEmpty) { in stringOr() argument
935 return (Str.empty()) ? IfEmpty : Str; in stringOr()