Searched refs:__ne_ptr (Results 1 – 6 of 6) sorted by relevance
137 if (auto __ne_ptr = dynamic_cast<const nested_exception*>(__ptr)) in __rethrow_if_nested_impl() local138 __ne_ptr->rethrow_nested(); in __rethrow_if_nested_impl()
139 if (auto __ne_ptr = dynamic_cast<const nested_exception*>(__ptr)) in __rethrow_if_nested_impl() local140 __ne_ptr->rethrow_nested(); in __rethrow_if_nested_impl()
141 if (auto __ne_ptr = dynamic_cast<const nested_exception*>(__ptr)) in __rethrow_if_nested_impl() local142 __ne_ptr->rethrow_nested(); in __rethrow_if_nested_impl()
145 if (auto __ne_ptr = dynamic_cast<const nested_exception*>(__ptr)) in __rethrow_if_nested_impl() local146 __ne_ptr->rethrow_nested(); in __rethrow_if_nested_impl()
Completed in 6 milliseconds