Home
last modified time | relevance | path

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

/external/flac/oss-fuzz/fuzzing/
Dexception.hpp9 class ExceptionBase : public std::exception { class
11 ExceptionBase(void) = default;
16 class FlowException : public ExceptionBase {
18 FlowException(void) : ExceptionBase() { } in FlowException()
22 class LogicException : public ExceptionBase {
26 LogicException(const std::string r) : ExceptionBase(), reason(r) { } in LogicException()
33 class TargetException : public ExceptionBase {
37 TargetException(const std::string r) : ExceptionBase(), reason(r) { } in TargetException()
/external/antlr/runtime/Cpp/include/
Dantlr3treeparser.hpp50 typedef typename ImplTraits::template ExceptionBase<TreeNodeStreamType> ExceptionBaseType;