Home
last modified time | relevance | path

Searched defs:BaseException (Results 1 – 5 of 5) sorted by relevance

/external/clang/test/CodeGenCXX/
Deh.cpp452 class BaseException { class
456 BaseException() {}; in BaseException() function in test17::BaseException
/external/pigweed/pw_console/py/pw_console/
Dpw_ptpython_repl.py188 def _handle_exception(self, e: BaseException) -> None:
/external/python/pyfakefs/pyfakefs/
Dfake_filesystem_unittest.py599 exc_type: Optional[Type[BaseException]],
600 exc_val: Optional[BaseException],
Dfake_filesystem.py4979 def __exit__(self, exc_type: Optional[Type[BaseException]],
4980 exc_val: Optional[BaseException],
5449 def __exit__(self, exc_type: Optional[Type[BaseException]],
5450 exc_val: Optional[BaseException],
/external/pdfium/third_party/pymock/
Dmock.py85 BaseException = Exception variable