Searched defs:action (Results 1 – 3 of 3) sorted by relevance
112 # define _STLP_MPWFIX_CATCH_ACTION(action) }catch(...){action;throw;} //*TY 06/01/2000 - exception… argument
322 # define _STLP_MPWFIX_CATCH_ACTION(action) argument822 # define _STLP_UNWIND(action) catch(...) { action; throw; } argument843 # define _STLP_UNWIND(action) argument
144 const uint8_t* action = actionTableStart + (actionEntry - 1); in scanEHTable() local