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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DLockFileManager.cpp272 std::string ErrCodeMsg = ErrorCode.message(); local
274 if (!ErrCodeMsg.empty())
275 OSS << ": " << ErrCodeMsg; local

Completed in 104 milliseconds