Home
last modified time | relevance | path

Searched refs:HandlerType (Results 1 – 8 of 8) 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
21 static std::unordered_map<cl::SubCommand *, HandlerType> &getCommands() { in getCommands()
22 static std::unordered_map<cl::SubCommand *, HandlerType> Commands; in getCommands()
27 HandlerType Command) { in CommandRegistration()
34 HandlerType dispatch(cl::SubCommand *SC) { in dispatch()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExceptionSpec.cpp684 const ReferenceType *RefTy = HandlerType->getAs<ReferenceType>(); in handlerCanCatch()
686 HandlerType = RefTy->getPointeeType(); in handlerCanCatch()
689 if (Context.hasSameUnqualifiedType(ExceptionType, HandlerType)) in handlerCanCatch()
693 if (HandlerType->isPointerType() || HandlerType->isMemberPointerType()) { in handlerCanCatch()
694 if (RefTy && (!HandlerType.isConstQualified() || in handlerCanCatch()
695 HandlerType.isVolatileQualified())) in handlerCanCatch()
714 IsFunctionConversion(ExceptionType, HandlerType, Result)) in handlerCanCatch()
725 HandlerType = Context.getUnqualifiedArrayType( in handlerCanCatch()
726 HandlerType->getPointeeType(), HQuals); in handlerCanCatch()
730 if (HandlerType->isVoidType() && ExceptionType->isObjectType()) in handlerCanCatch()
[all …]
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporterVisitors.h275 template <class HandlerType, class... Args>
277 addHighPriorityHandler(std::make_unique<HandlerType>( in addHighPriorityHandler()
284 template <class HandlerType, class... Args>
286 addLowPriorityHandler(std::make_unique<HandlerType>( in addLowPriorityHandler()
/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() argument
494 Entry.HandlerType = HandlerType; in addClrEHHandler()
558 ClrHandlerType HandlerType = in calculateClrEHStateNumbers() local
562 HandlerType, 0, Pad->getParent()); in calculateClrEHStateNumbers()
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DWinException.cpp1315 switch (Entry.HandlerType) { in emitCLRExceptionTable()
1346 assert(Entry.HandlerType != ClrHandlerType::Filter && "NYI: filters"); in emitCLRExceptionTable()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h2112 bool handlerCanCatch(QualType HandlerType, QualType ExceptionType);