Searched refs:__do_catch (Results 1 – 3 of 3) sorted by relevance
49 bool std::type_info::__do_catch(std::type_info const *ex_type, in __do_catch() function in std::type_info66 bool __pbase_type_info::__do_catch(std::type_info const *ex_type, in __do_catch() function in __pbase_type_info107 return __pointee->__do_catch(ptr_type->__pointee, exception_object, outer); in __do_catch()
90 virtual bool __do_catch(const type_info *thrown_type,287 virtual bool __do_catch(const type_info *thrown_type,
999 if (type->__do_catch(ex_type, &exception_ptr, 1)) in check_type_signature()