Home
last modified time | relevance | path

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

/dports/math/cvc4/CVC4-1.7/src/base/
H A Doutput.h230 explicit WarningC(std::ostream* os) : d_os(os) {} in WarningC() function
/dports/devel/hs-ShellCheck/ShellCheck-0.8.0/src/ShellCheck/
H A DInterface.hs221 data Severity = ErrorC | WarningC | InfoC | StyleC constructor