Searched refs:exception_code (Results 1 – 3 of 3) sorted by relevance
50 # define exception_code() __exception_code macro
428 } __except(exception_code() == EXCEPTION_STACK_OVERFLOW) { in main()
340 } __except(exception_code() == EXCEPTION_STACK_OVERFLOW) { in new_main()