Home
last modified time | relevance | path

Searched defs:HandlerType (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/libcxx/test/libcxx/assertions/
H A Dheaders_declare_verbose_abort.sh.cpp54 using HandlerType = decltype(std::__libcpp_verbose_abort); typedef
60 using HandlerType = decltype(std::__libcpp_verbose_abort); typedef
66 using HandlerType = decltype(std::__libcpp_verbose_abort); typedef
72 using HandlerType = decltype(std::__libcpp_verbose_abort); typedef
78 using HandlerType = decltype(std::__libcpp_verbose_abort); typedef
84 using HandlerType = decltype(std::__libcpp_verbose_abort); typedef
90 using HandlerType = decltype(std::__libcpp_verbose_abort); typedef
96 using HandlerType = decltype(std::__libcpp_verbose_abort); typedef
102 using HandlerType = decltype(std::__libcpp_verbose_abort); typedef
108 using HandlerType = decltype(std::__libcpp_verbose_abort); typedef
[all …]
/llvm-project-15.0.7/llvm/tools/llvm-xray/
H A Dxray-registry.cpp19 using HandlerType = std::function<Error()>; typedef
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DWinEHFuncInfo.h87 ClrHandlerType HandlerType; member
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp488 int TryParentState, ClrHandlerType HandlerType, in addClrEHHandler()
558 ClrHandlerType HandlerType = in calculateClrEHStateNumbers() local
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExceptionSpec.cpp678 bool Sema::handlerCanCatch(QualType HandlerType, QualType ExceptionType) { in handlerCanCatch()