Searched defs:CATCH_ALL (Results 1 – 2 of 2) sorted by relevance
31 enum EHInstKind { TRY, CATCH, CATCH_ALL }; global() enumerator
47 #define CATCH_ALL __except (1) macro