Home
last modified time | relevance | path

Searched refs:HandlerType (Results 1 – 11 of 11) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-registry.cpp20 using HandlerType = std::function<Error()>; typedef
22 ManagedStatic<std::unordered_map<cl::SubCommand *, HandlerType>> Commands;
25 HandlerType Command) { in CommandRegistration()
32 HandlerType dispatch(cl::SubCommand *SC) { in dispatch()
/freebsd-13.1/sys/contrib/dev/acpica/components/events/
H A Devxface.c206 UINT32 HandlerType, in AcpiInstallNotifyHandler() argument
222 if ((!Device) || (!Handler) || (!HandlerType) || in AcpiInstallNotifyHandler()
245 if (HandlerType & (i+1)) in AcpiInstallNotifyHandler()
304 if (HandlerType & (i+1)) in AcpiInstallNotifyHandler()
330 HandlerObj->Notify.HandlerType = HandlerType; in AcpiInstallNotifyHandler()
338 if (HandlerType & (i+1)) in AcpiInstallNotifyHandler()
349 if (HandlerType == ACPI_ALL_NOTIFY) in AcpiInstallNotifyHandler()
383 UINT32 HandlerType, in ACPI_EXPORT_SYMBOL()
399 if ((!Device) || (!Handler) || (!HandlerType) || in ACPI_EXPORT_SYMBOL()
411 if (HandlerType & (i+1)) in ACPI_EXPORT_SYMBOL()
[all …]
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp679 const ReferenceType *RefTy = HandlerType->getAs<ReferenceType>(); in handlerCanCatch()
681 HandlerType = RefTy->getPointeeType(); in handlerCanCatch()
684 if (Context.hasSameUnqualifiedType(ExceptionType, HandlerType)) in handlerCanCatch()
688 if (HandlerType->isPointerType() || HandlerType->isMemberPointerType()) { in handlerCanCatch()
689 if (RefTy && (!HandlerType.isConstQualified() || in handlerCanCatch()
690 HandlerType.isVolatileQualified())) in handlerCanCatch()
709 IsFunctionConversion(ExceptionType, HandlerType, Result)) in handlerCanCatch()
720 HandlerType = Context.getUnqualifiedArrayType( in handlerCanCatch()
721 HandlerType->getPointeeType(), HQuals); in handlerCanCatch()
725 if (HandlerType->isVoidType() && ExceptionType->isObjectType()) in handlerCanCatch()
[all …]
/freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporterVisitors.h274 template <class HandlerType, class... Args>
276 addHighPriorityHandler(std::make_unique<HandlerType>( in addHighPriorityHandler()
283 template <class HandlerType, class... Args>
285 addLowPriorityHandler(std::make_unique<HandlerType>( in addLowPriorityHandler()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DWinEHFuncInfo.h87 ClrHandlerType HandlerType; member
/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/sys/contrib/dev/acpica/include/
H A Dacpixf.h921 UINT32 HandlerType,
929 UINT32 HandlerType,
H A Dacobject.h508 UINT32 HandlerType; /* Type: Device/System/Both */ member
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DWinException.cpp1305 switch (Entry.HandlerType) { in emitCLRExceptionTable()
1336 assert(Entry.HandlerType != ClrHandlerType::Filter && "NYI: filters"); in emitCLRExceptionTable()
/freebsd-13.1/sys/contrib/dev/acpica/components/executer/
H A Dexdump.c376 {ACPI_EXD_UINT32, ACPI_EXD_OFFSET (Notify.HandlerType), "Handler Type"},
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h2040 bool handlerCanCatch(QualType HandlerType, QualType ExceptionType);