/external/llvm-project/llvm/tools/llvm-xray/ |
D | xray-registry.cpp | 20 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()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaExceptionSpec.cpp | 671 bool Sema::handlerCanCatch(QualType HandlerType, QualType ExceptionType) { in handlerCanCatch() argument 677 const ReferenceType *RefTy = HandlerType->getAs<ReferenceType>(); in handlerCanCatch() 679 HandlerType = RefTy->getPointeeType(); in handlerCanCatch() 682 if (Context.hasSameUnqualifiedType(ExceptionType, HandlerType)) in handlerCanCatch() 686 if (HandlerType->isPointerType() || HandlerType->isMemberPointerType()) { in handlerCanCatch() 687 if (RefTy && (!HandlerType.isConstQualified() || in handlerCanCatch() 688 HandlerType.isVolatileQualified())) in handlerCanCatch() 705 if (IsQualificationConversion(ExceptionType, HandlerType, false, in handlerCanCatch() 707 IsFunctionConversion(ExceptionType, HandlerType, Result)) in handlerCanCatch() 711 if (!ExceptionType->isPointerType() || !HandlerType->isPointerType()) in handlerCanCatch() [all …]
|
/external/golang-protobuf/protoc-gen-go/testdata/grpc/ |
D | grpc_empty.pb.go | 77 HandlerType: (*EmptyServiceServer)(nil),
|
D | grpc.pb.go | 442 HandlerType: (*TestServer)(nil),
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | WinEHFuncInfo.h | 87 ClrHandlerType HandlerType; member
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | WinEHFuncInfo.h | 87 ClrHandlerType HandlerType; member
|
/external/llvm/include/llvm/CodeGen/ |
D | WinEHFuncInfo.h | 90 ClrHandlerType HandlerType; member
|
/external/llvm/lib/CodeGen/ |
D | WinEHPrepare.cpp | 455 int TryParentState, ClrHandlerType HandlerType, in addClrEHHandler() argument 461 Entry.HandlerType = HandlerType; in addClrEHHandler() 525 ClrHandlerType HandlerType = in calculateClrEHStateNumbers() local 529 HandlerType, 0, Pad->getParent()); in calculateClrEHStateNumbers()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | WinEHPrepare.cpp | 488 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()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | WinEHPrepare.cpp | 466 int TryParentState, ClrHandlerType HandlerType, in addClrEHHandler() argument 472 Entry.HandlerType = HandlerType; in addClrEHHandler() 536 ClrHandlerType HandlerType = in calculateClrEHStateNumbers() local 540 HandlerType, 0, Pad->getParent()); in calculateClrEHStateNumbers()
|
/external/golang-protobuf/protoc-gen-go/testdata/deprecated/ |
D | deprecated.pb.go | 280 HandlerType: (*DeprecatedServiceServer)(nil),
|
/external/google-breakpad/src/client/windows/handler/ |
D | exception_handler.h | 151 enum HandlerType { enum
|
/external/libbrillo/brillo/dbus/ |
D | dbus_object.h | 439 template<typename HandlerType> 446 new HandlerType(callback)); in Add()
|
/external/google-breakpad/docs/ |
D | windows_client_integration.md | 38 * Which exceptions to handle - see `HandlerType` enumeration in
|
/external/flatbuffers/tests/MyGame/Example/ |
D | MonsterStorage_grpc.go | 225 HandlerType: (*MonsterStorageServer)(nil),
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | WinException.cpp | 1239 switch (Entry.HandlerType) { in emitCLRExceptionTable() 1270 assert(Entry.HandlerType != ClrHandlerType::Filter && "NYI: filters"); in emitCLRExceptionTable()
|
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
D | WinException.cpp | 1291 switch (Entry.HandlerType) { in emitCLRExceptionTable() 1322 assert(Entry.HandlerType != ClrHandlerType::Filter && "NYI: filters"); in emitCLRExceptionTable()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | WinException.cpp | 1282 switch (Entry.HandlerType) { in emitCLRExceptionTable() 1313 assert(Entry.HandlerType != ClrHandlerType::Filter && "NYI: filters"); in emitCLRExceptionTable()
|
/external/llvm-project/clang/include/clang/Sema/ |
D | Sema.h | 1888 bool handlerCanCatch(QualType HandlerType, QualType ExceptionType);
|