Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DError.cpp125 : Msg(S.str()), EC(EC), PrintMsgOnly(true) {} in StringError()
128 if (PrintMsgOnly) { in log()
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DError.h1241 const bool PrintMsgOnly = false; variable