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

/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.cpp935 static std::string stringOr(std::string Str, std::string IfEmpty) { argument
936 return (Str.empty()) ? IfEmpty : Str;

Completed in 58 milliseconds