HomeSort by relevance Sort by last modified time
    Searched refs:op_exception (Results 1 - 7 of 7) sorted by null

  /external/oprofile/libutil++/
op_exception.cpp 2 * @file op_exception.cpp
14 #include "op_exception.h"
18 op_exception::op_exception(string const & msg) function in class:op_exception
24 op_exception::~op_exception() throw()
28 char const * op_exception::what() const throw()
36 op_exception(msg)
op_exception.h 2 * @file op_exception.h
28 class op_exception : public std::exception { class in inherits:std::exception
30 explicit op_exception(std::string const& msg);
31 ~op_exception() throw() = 0;
44 struct op_fatal_error : op_exception
  /external/oprofile/libutil++/tests/
utility_tests.cpp 3 * tests utility.h and op_exception.h
17 #include "op_exception.h"
96 throw_tests<op_fatal_error, op_exception>();
100 throw_tests<op_fatal_error, op_exception>(true);
  /external/oprofile/libregex/
op_regex.h 25 #include "op_exception.h"
30 struct bad_regex : op_exception {
op_regex.cpp 75 : op_exception(pattern)
  /external/valgrind/main/none/tests/s390x/
op_exception.stderr.exp 4 at 0x........: main (op_exception.c:23)
17 at 0x........: main (op_exception.c:23)
30 at 0x........: main (op_exception.c:30)
43 at 0x........: main (op_exception.c:30)
  /external/oprofile/pp/
common_option.cpp 21 #include "op_exception.h"
206 catch (op_exception const & e) {

Completed in 1233 milliseconds