Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/llvm-xray/
H A Dxray-registry.cpp21 using HandlerType = std::function<Error()>; typedef
23 ManagedStatic<std::unordered_map<cl::SubCommand *, HandlerType>> Commands;
26 HandlerType Command) { in CommandRegistration()
33 HandlerType dispatch(cl::SubCommand *SC) { in dispatch()
/freebsd-12.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-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExceptionSpec.cpp653 const ReferenceType *RefTy = HandlerType->getAs<ReferenceType>(); in handlerCanCatch()
655 HandlerType = RefTy->getPointeeType(); in handlerCanCatch()
658 if (Context.hasSameUnqualifiedType(ExceptionType, HandlerType)) in handlerCanCatch()
662 if (HandlerType->isPointerType() || HandlerType->isMemberPointerType()) { in handlerCanCatch()
663 if (RefTy && (!HandlerType.isConstQualified() || in handlerCanCatch()
664 HandlerType.isVolatileQualified())) in handlerCanCatch()
683 IsFunctionConversion(ExceptionType, HandlerType, Result)) in handlerCanCatch()
694 HandlerType = Context.getUnqualifiedArrayType( in handlerCanCatch()
695 HandlerType->getPointeeType(), HQuals); in handlerCanCatch()
699 if (HandlerType->isVoidType() && ExceptionType->isObjectType()) in handlerCanCatch()
[all …]
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DWinEHFuncInfo.h88 ClrHandlerType HandlerType; member
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp465 int TryParentState, ClrHandlerType HandlerType, in addClrEHHandler() argument
471 Entry.HandlerType = HandlerType; in addClrEHHandler()
535 ClrHandlerType HandlerType = in calculateClrEHStateNumbers() local
539 HandlerType, 0, Pad->getParent()); in calculateClrEHStateNumbers()
/freebsd-12.1/sys/contrib/dev/acpica/include/
H A Dacobject.h506 UINT32 HandlerType; /* Type: Device/System/Both */ member
H A Dacpixf.h917 UINT32 HandlerType,
925 UINT32 HandlerType,
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DWinException.cpp1275 switch (Entry.HandlerType) { in emitCLRExceptionTable()
1306 assert(Entry.HandlerType != ClrHandlerType::Filter && "NYI: filters"); in emitCLRExceptionTable()
/freebsd-12.1/sys/contrib/dev/acpica/components/executer/
H A Dexdump.c376 {ACPI_EXD_UINT32, ACPI_EXD_OFFSET (Notify.HandlerType), "Handler Type"},
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h1487 bool handlerCanCatch(QualType HandlerType, QualType ExceptionType);