Searched refs:lang_eh_type_covers (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/contrib/gcc/
H A Dexcept.h129 extern int (*lang_eh_type_covers) (tree a, tree b);
H A Dexcept.c93 int (*lang_eh_type_covers) (tree a, tree b); variable
2374 if (! lang_eh_type_covers)
2383 if ((*lang_eh_type_covers) (TREE_VALUE (t), type))
2455 || (lang_eh_type_covers
2456 && (*lang_eh_type_covers) (type, type_thrown)))
2465 if (lang_eh_type_covers)
2536 if (type_thrown && lang_eh_type_covers)

Completed in 81 milliseconds