Home
last modified time | relevance | path

Searched refs:for_each_eh_label_1 (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/
H A Dexcept.c310 static int for_each_eh_label_1 PARAMS ((PTR *, PTR));
2491 htab_traverse (cfun->eh->exception_handler_label_map, for_each_eh_label_1,
2496 for_each_eh_label_1 (pentry, data) in for_each_eh_label_1() function
H A DChangeLog.711489 (for_each_eh_label, for_each_eh_label_1): New.
/openbsd/gnu/gcc/gcc/
H A Dexcept.c287 static int for_each_eh_label_1 (void **, void *);
2309 htab_traverse (cfun->eh->exception_handler_label_map, for_each_eh_label_1, in for_each_eh_label()
2314 for_each_eh_label_1 (void **pentry, void *data) in for_each_eh_label_1() function