Home
last modified time | relevance | path

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

/external/eigen/test/
Dexceptions.cpp19 struct my_exception struct
21 my_exception() {} in my_exception() function
22 ~my_exception() {} in ~my_exception() argument
45 throw my_exception(); in operator +()
85 catch (my_exception) { \