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

/freebsd-13-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-13-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-13-stable/contrib/llvm-project/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...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DWinEHFuncInfo.h87 ClrHandlerType HandlerType; member in struct:llvm::ClrEHUnwindMapEntry
/freebsd-13-stable/sys/contrib/dev/acpica/include/
H A Dacobject.h508 UINT32 HandlerType; /* Type: Device/System/Both */ member in struct:acpi_object_notify_handler
H A Dacpixf.h921 UINT32 HandlerType,
929 UINT32 HandlerType,
/freebsd-13-stable/contrib/llvm-project/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
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DWinException.cpp774 // HandlerType *HandlerArray;
826 // HandlerType {
1283 switch (Entry.HandlerType) {
1314 assert(Entry.HandlerType != ClrHandlerType::Filter && "NYI: filters");
/freebsd-13-stable/sys/contrib/dev/acpica/components/executer/
H A Dexdump.c376 {ACPI_EXD_UINT32, ACPI_EXD_OFFSET (Notify.HandlerType), "Handler Type"},
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h1765 bool handlerCanCatch(QualType HandlerType, QualType ExceptionType);

Completed in 132 milliseconds