Home
last modified time | relevance | path

Searched defs:action (Results 1 – 3 of 3) sorted by relevance

/ndk/sources/cxx-stl/stlport/stlport/stl/config/
D_apple.h112 # define _STLP_MPWFIX_CATCH_ACTION(action) }catch(...){action;throw;} //*TY 06/01/2000 - exception… argument
Dfeatures.h322 # define _STLP_MPWFIX_CATCH_ACTION(action) argument
822 # define _STLP_UNWIND(action) catch(...) { action; throw; } argument
843 # define _STLP_UNWIND(action) argument
/ndk/sources/cxx-stl/gabi++/src/
Dhelper_func_internal.cc144 const uint8_t* action = actionTableStart + (actionEntry - 1); in scanEHTable() local