Searched refs:GetExceptionInformation (Results 1 – 2 of 2) sorted by relevance
21 #define GetExceptionInformation __exception_info macro105 __except(FilterExceptionInformation( GetExceptionInformation() ) ) { in TEST()174 (void)GetExceptionInformation(); // expected-error{{only allowed in __except filter expression}} in TEST()189 GetExceptionInformation(); // expected-error{{only allowed in __except filter expression}} in TEST()
1271 } __except(ExceptionFilter(GetExceptionCode(), GetExceptionInformation())) { in ValidateMjpgI420InvalidSize()1281 } __except(ExceptionFilter(GetExceptionCode(), GetExceptionInformation())) { in ValidateI420InvalidSize()