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

/openbsd-current/gnu/lib/libstdc++/libstdc++/libsupc++/
H A Deh_personality.cc131 check_exception_spec (lsda_header_info *info, const std::type_info *throw_type,
366 ? ! check_exception_spec (&info, throw_type, thrown_ptr,
498 if (check_exception_spec (&info, new_xh->exceptionType,
507 if (check_exception_spec (&info, &bad_exc, 0, xh_switch_value))
130 check_exception_spec (lsda_header_info *info, const std::type_info *throw_type, function
/openbsd-current/gnu/gcc/libstdc++-v3/libsupc++/
H A Deh_personality.cc115 check_exception_spec(lsda_header_info* info, _throw_typet* throw_type,
245 check_exception_spec(lsda_header_info* info, _throw_typet* throw_type,
584 ? ! check_exception_spec (&info, throw_type, thrown_ptr,
741 if (check_exception_spec (&info, new_xh->exceptionType,
750 if (check_exception_spec (&info, &bad_exc, 0, xh_switch_value))
114 check_exception_spec(lsda_header_info* info, _throw_typet* throw_type, function
244 check_exception_spec(lsda_header_info* info, _throw_typet* throw_type, function

Completed in 70 milliseconds