Searched defs:_STLP_UNWIND (Results 1 - 1 of 1) sorted by relevance

/external/stlport/stlport/stl/config/
H A Dfeatures.h50 * exception-related macros (_STLP_TRY, _STLP_UNWIND, etc.)
828 # define _STLP_UNWIND(action) catch(...) { action; throw; } macro
849 # define _STLP_UNWIND(action) macro

Completed in 71 milliseconds