Searched refs:can_convert_eh (Results 1 – 7 of 7) sorted by relevance
44 static int can_convert_eh (tree, tree);1009 can_convert_eh (tree to, tree from) in can_convert_eh() function1049 if (TREE_TYPE (handler) && can_convert_eh (type, TREE_TYPE (handler))) in check_handlers_1()
954 can_convert_eh (tree to, tree from) in can_convert_eh() function997 if (TREE_TYPE (handler) && can_convert_eh (type, TREE_TYPE (handler))) in check_handlers_1()
1089 * except.c (can_convert_eh): Adjust.
3286 (can_convert_eh): Likewise.5426 (can_convert_eh): Likewise.
2153 * except.c (can_convert_eh): Don't check template parms,
3272 (can_convert_eh): Likewise.
1306 * except.c (can_convert_eh): Change the return type to bool. If