Home
last modified time | relevance | path

Searched defs:PrintMsgOnly (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DError.cpp146 StringError::StringError(std::string &&S, std::error_code EC, bool PrintMsgOnly) in StringError()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DError.h1281 const bool PrintMsgOnly = false; variable