Searched refs:cpp_exception_parameter_count (Results 1 – 1 of 1) sorted by relevance
63 unsigned const cpp_exception_parameter_count=4; variable65 unsigned const cpp_exception_parameter_count=3; variable221 image_base_((cpp_exception_parameter_count==4) ? record->ExceptionInformation[3] : 0), in cloned_exception()249 ULONG_PTR args[cpp_exception_parameter_count]; in rethrow()253 if (cpp_exception_parameter_count==4) in rethrow()256 … RaiseException(cpp_exception_code,EXCEPTION_NONCONTINUABLE,cpp_exception_parameter_count,args); in rethrow()265 (record->NumberParameters==cpp_exception_parameter_count) && in is_cpp_exception()