Home
last modified time | relevance | path

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

/external/oprofile/libabi/
Dabi.h19 struct abi_exception : std::exception { struct
22 explicit abi_exception(std::string const d); argument
24 ~abi_exception() throw() {} in throw() argument
Dabi.cpp25 abi_exception::abi_exception(string const d) : desc(d) {} in abi_exception() function in abi_exception