Home
last modified time | relevance | path

Searched refs:_STLP_MPWFIX_CATCH_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… macro
Dfeatures.h321 #ifndef _STLP_MPWFIX_CATCH_ACTION
322 # define _STLP_MPWFIX_CATCH_ACTION(action) macro
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_numeric.c95 _STLP_MPWFIX_CATCH_ACTION(__x = _Tp()) in __power()