Home
last modified time | relevance | path

Searched refs:my_exception (Results 1 – 2 of 2) sorted by relevance

/external/eigen/test/
Dexceptions.cpp19 struct my_exception struct
21 my_exception() {} in my_exception() argument
22 ~my_exception() {} in ~my_exception() argument
45 throw my_exception(); in operator +()
85 catch (my_exception) { \
/external/python/cpython2/Misc/
Dcheatsheet762 my_exception = 'You did something wrong'
765 raise my_exception, bad
766 except my_exception, value: