Home
last modified time | relevance | path

Searched refs:duplicate_eh_regions_map (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/gcc/gcc/
Dexcept.h84 typedef tree (*duplicate_eh_regions_map) (tree, void *); typedef
85 extern int duplicate_eh_regions (struct function *, duplicate_eh_regions_map,
Dexcept.c921 duplicate_eh_regions (struct function *ifun, duplicate_eh_regions_map map, in duplicate_eh_regions()