Searched refs:catch_int (Results 1 – 4 of 4) sorted by relevance
33 br i1 %int_match, label %catch_int, label %eh.resume41 catch_int:44 ; CHECK: catch_int:71 br i1 %int_match, label %catch_int, label %eh.resume73 catch_int:122 br i1 %int_match, label %catch_int, label %eh.resume124 catch_int:152 ; CHECK: catch_int:
41 extern "C" void catch_int() { in catch_int() function
276 extern void catch_int(int sig); /* signal catching subroutine */300 sact.sa_handler = catch_int; in dochild()373 void catch_int(int sig) in catch_int() function
56 int catch_int; member