Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/
H A Dexcept.c2355 check_handled (tree handled, tree type) in check_handled() function
2481 if (! check_handled (info->types_caught, type)) in reachable_next_level()
2524 if (check_handled (region->u.allowed.type_list, type_thrown)) in reachable_next_level()
H A DChangeLog.tree-ssa11501 * except.c (check_handled): No longer static.
11502 * except.h (check_handled): Prototype.
H A DChangeLog-200528968 * except.c (check_handled): Make it static.