Searched refs:exc2 (Results 1 – 2 of 2) sorted by relevance
65 : exc2 exctest1 1 = if 2 throw endif ;66 : exctest2 [ ' exc2 ] literal catch ;
2758 const enum exc_class exc2 = exception_class(info2); in vm_entry_intinfo() local2759 if ((exc1 == EXC_CONTRIBUTORY && exc2 == EXC_CONTRIBUTORY) || in vm_entry_intinfo()2760 (exc1 == EXC_PAGEFAULT && exc2 != EXC_BENIGN)) { in vm_entry_intinfo()