Searched defs:HandlerType (Results 1 – 5 of 5) sorted by relevance
54 using HandlerType = decltype(std::__libcpp_verbose_abort); typedef60 using HandlerType = decltype(std::__libcpp_verbose_abort); typedef66 using HandlerType = decltype(std::__libcpp_verbose_abort); typedef72 using HandlerType = decltype(std::__libcpp_verbose_abort); typedef78 using HandlerType = decltype(std::__libcpp_verbose_abort); typedef84 using HandlerType = decltype(std::__libcpp_verbose_abort); typedef90 using HandlerType = decltype(std::__libcpp_verbose_abort); typedef96 using HandlerType = decltype(std::__libcpp_verbose_abort); typedef102 using HandlerType = decltype(std::__libcpp_verbose_abort); typedef108 using HandlerType = decltype(std::__libcpp_verbose_abort); typedef[all …]
19 using HandlerType = std::function<Error()>; typedef
87 ClrHandlerType HandlerType; member
488 int TryParentState, ClrHandlerType HandlerType, in addClrEHHandler()558 ClrHandlerType HandlerType = in calculateClrEHStateNumbers() local
678 bool Sema::handlerCanCatch(QualType HandlerType, QualType ExceptionType) { in handlerCanCatch()