HomeSort by relevance Sort by last modified time
    Searched full:catches_exception (Results 1 - 2 of 2) sorted by null

  /external/lldb/test/lang/cpp/exceptions/
exceptions.cpp 6 int catches_exception (int value);
9 catches_exception (int value) function
40 catches_exception (10); // Stop here
TestCPPExceptionBreakpoints.py 73 self.assertTrue (frame_functions.count ("catches_exception(int)") == 1, "At catch our catch function is on the stack")

Completed in 213 milliseconds