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

/netbsd-current/external/apache2/llvm/dist/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) {
/netbsd-current/sys/external/bsd/acpica/dist/events/
H A Devxface.c76 * HandlerType - The type of handler:
98 UINT32 HandlerType,
114 if ((!Device) || (!Handler) || (!HandlerType) ||
115 (HandlerType > ACPI_MAX_NOTIFY_HANDLER_TYPE))
137 if (HandlerType & (i+1))
196 if (HandlerType & (i+1))
222 HandlerObj->Notify.HandlerType = HandlerType;
230 if (HandlerType & (i+1))
241 if (HandlerType
96 AcpiInstallNotifyHandler( ACPI_HANDLE Device, UINT32 HandlerType, ACPI_NOTIFY_HANDLER Handler, void *Context) argument
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExceptionSpec.cpp673 bool Sema::handlerCanCatch(QualType HandlerType, QualType ExceptionType) { argument
677 // HandlerType must be ExceptionType or derived from it, or pointer or
679 const ReferenceType *RefTy = HandlerType->getAs<ReferenceType>();
681 HandlerType = RefTy->getPointeeType();
684 if (Context.hasSameUnqualifiedType(ExceptionType, HandlerType))
688 if (HandlerType->isPointerType() || HandlerType->isMemberPointerType()) {
689 if (RefTy && (!HandlerType.isConstQualified() ||
690 HandlerType.isVolatileQualified()))
707 if (IsQualificationConversion(ExceptionType, HandlerType, fals
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DWinEHFuncInfo.h87 ClrHandlerType HandlerType; member in struct:llvm::ClrEHUnwindMapEntry
/netbsd-current/sys/external/bsd/acpica/dist/include/
H A Dacobject.h401 UINT32 HandlerType; /* Type: Device/System/Both */ member in struct:acpi_object_notify_handler
H A Dacpixf.h817 UINT32 HandlerType,
825 UINT32 HandlerType,
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp488 int TryParentState, ClrHandlerType HandlerType,
494 Entry.HandlerType = HandlerType;
558 ClrHandlerType HandlerType = local
562 HandlerType, 0, Pad->getParent());
487 addClrEHHandler(WinEHFuncInfo &FuncInfo, int HandlerParentState, int TryParentState, ClrHandlerType HandlerType, uint32_t TypeToken, const BasicBlock *Handler) argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DWinException.cpp794 // HandlerType *HandlerArray;
846 // HandlerType {
1305 switch (Entry.HandlerType) {
1336 assert(Entry.HandlerType != ClrHandlerType::Filter && "NYI: filters");
/netbsd-current/sys/external/bsd/acpica/dist/executer/
H A Dexdump.c268 {ACPI_EXD_UINT32, ACPI_EXD_OFFSET (Notify.HandlerType), "Handler Type"},
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h2004 bool handlerCanCatch(QualType HandlerType, QualType ExceptionType);

Completed in 289 milliseconds