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

/external/stlport/stlport/stl/config/
H A D_apple.h63 # define _STLP_THROW(x) (DebugStr("\pSTL is about to throw exception: "#x),throw x) macro
H A Dfeatures.h823 # ifndef _STLP_THROW
824 # define _STLP_THROW(x) throw x macro
845 # ifndef _STLP_THROW
846 # define _STLP_THROW(x) abort() macro

Completed in 77 milliseconds