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

/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-registry.cpp20 using HandlerType = std::function<Error()>;
22 ManagedStatic<std::unordered_map<cl::SubCommand *, HandlerType>> Commands;
25 HandlerType Command) {
32 HandlerType dispatch(cl::SubCommand *SC) {
/freebsd-11-stable/sys/contrib/dev/acpica/components/events/
H A Devxface.c184 * HandlerType - The type of handler:
206 UINT32 HandlerType,
222 if ((!Device) || (!Handler) || (!HandlerType) ||
223 (HandlerType > ACPI_MAX_NOTIFY_HANDLER_TYPE))
245 if (HandlerType & (i+1))
304 if (HandlerType & (i+1))
330 HandlerObj->Notify.HandlerType = HandlerType;
338 if (HandlerType & (i+1))
349 if (HandlerType
204 AcpiInstallNotifyHandler( ACPI_HANDLE Device, UINT32 HandlerType, ACPI_NOTIFY_HANDLER Handler, void *Context) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp665 bool Sema::handlerCanCatch(QualType HandlerType, QualType ExceptionType) { argument
669 // HandlerType must be ExceptionType or derived from it, or pointer or
671 const ReferenceType *RefTy = HandlerType->getAs<ReferenceType>();
673 HandlerType = RefTy->getPointeeType();
676 if (Context.hasSameUnqualifiedType(ExceptionType, HandlerType))
680 if (HandlerType->isPointerType() || HandlerType->isMemberPointerType()) {
681 if (RefTy && (!HandlerType.isConstQualified() ||
682 HandlerType.isVolatileQualified()))
699 if (IsQualificationConversion(ExceptionType, HandlerType, fals
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DWinEHFuncInfo.h87 ClrHandlerType HandlerType; member in struct:llvm::ClrEHUnwindMapEntry
/freebsd-11-stable/sys/contrib/dev/acpica/include/
H A Dacobject.h506 UINT32 HandlerType; /* Type: Device/System/Both */ member in struct:acpi_object_notify_handler
H A Dacpixf.h911 UINT32 HandlerType,
919 UINT32 HandlerType,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp466 int TryParentState, ClrHandlerType HandlerType,
472 Entry.HandlerType = HandlerType;
536 ClrHandlerType HandlerType = local
540 HandlerType, 0, Pad->getParent());
465 addClrEHHandler(WinEHFuncInfo &FuncInfo, int HandlerParentState, int TryParentState, ClrHandlerType HandlerType, uint32_t TypeToken, const BasicBlock *Handler) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DWinException.cpp773 // HandlerType *HandlerArray;
825 // HandlerType {
1282 switch (Entry.HandlerType) {
1313 assert(Entry.HandlerType != ClrHandlerType::Filter && "NYI: filters");
/freebsd-11-stable/sys/contrib/dev/acpica/components/executer/
H A Dexdump.c376 {ACPI_EXD_UINT32, ACPI_EXD_OFFSET (Notify.HandlerType), "Handler Type"},
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h1670 bool handlerCanCatch(QualType HandlerType, QualType ExceptionType);

Completed in 215 milliseconds