Searched refs:throw_e (Results 1 – 4 of 4) sorted by relevance
7 static void throws_exception(int throw_e) in throws_exception() argument9 if (throw_e) in throws_exception()17 int apitest_exception(int throw_e) in apitest_exception() argument24 throws_exception(throw_e); in apitest_exception()
3088 apitest_exception(throw_e)3089 int throw_e
25 static void throws_exception(int throw_e) in throws_exception() argument27 if (throw_e) in throws_exception()31 int exception(int throw_e) in exception() argument38 throws_exception(throw_e); in exception()
41 int exception(int throw_e);46 exception(throw_e)47 int throw_e