Searched refs:builtin_exception (Results 1 - 2 of 2) sorted by relevance

/gem5/ext/pybind11/include/pybind11/detail/
H A Dinternals.h207 } catch (const builtin_exception &e) { e.set_error(); return;
226 } catch (const builtin_exception &e) { e.set_error(); return;
251 // and `builtin_exception` may be different local classes than the ones set up in the
H A Dcommon.h657 class builtin_exception : public std::runtime_error { class in inherits:std::runtime_error
665 class name : public builtin_exception { public: \
666 using builtin_exception::builtin_exception; \

Completed in 10 milliseconds