Home
last modified time | relevance | path

Searched defs:Handlers (Results 1 – 25 of 43) sorted by relevance

12

/external/llvm-project/mlir/docs/
DDiagnostics.md258 ### Scoped Diagnostic Handler
282 ### SourceMgr Diagnostic Handler
306 ### SourceMgr Diagnostic Verifier Handler
365 ### Parallel Diagnostic Handler
/external/clang/include/clang/Lex/
DPragma.h93 llvm::StringMap<PragmaHandler*> Handlers; variable
/external/llvm-project/clang/include/clang/Lex/
DPragma.h99 llvm::StringMap<std::unique_ptr<PragmaHandler>> Handlers; variable
/external/python/cpython2/Doc/howto/
Dlogging.rst472 Handlers section in Advanced Logging Tutorial
/external/python/cpython3/Doc/howto/
Dlogging.rst495 Handlers section in Advanced Logging Tutorial
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/flow/terminal/
DLaunchFlow.kt54 internal class Handlers<T>( class
/external/python/cpython3/Doc/library/
Dcodecs.rst457 .. _codec-objects:
/external/llvm-project/llvm/include/llvm/Support/
DError.h889 Error handleErrorImpl(std::unique_ptr<ErrorInfoBase> Payload, in handleErrorImpl()
928 void handleAllErrors(Error E, HandlerTs &&... Handlers) { in handleAllErrors()
963 Expected<T> handleExpected(Expected<T> ValOrErr, RecoveryFtor &&RecoveryPath, in handleExpected()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DError.h885 Error handleErrorImpl(std::unique_ptr<ErrorInfoBase> Payload, in handleErrorImpl()
924 void handleAllErrors(Error E, HandlerTs &&... Handlers) { in handleAllErrors()
959 Expected<T> handleExpected(Expected<T> ValOrErr, RecoveryFtor &&RecoveryPath, in handleExpected()
/external/llvm/include/llvm/Support/
DError.h482 Error handleErrorImpl(std::unique_ptr<ErrorInfoBase> Payload, in handleErrorImpl()
521 void handleAllErrors(Error E, HandlerTs &&... Handlers) { in handleAllErrors()
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DError.h502 Error handleErrorImpl(std::unique_ptr<ErrorInfoBase> Payload, in handleErrorImpl()
541 void handleAllErrors(Error E, HandlerTs &&... Handlers) { in handleAllErrors()
/external/llvm/include/llvm/CodeGen/
DAsmPrinter.h137 SmallVector<HandlerInfo, 1> Handlers; variable
/external/python/cpython2/Modules/
Dsignalmodule.c87 } Handlers[NSIG]; variable
/external/clang/lib/CodeGen/
DCGObjCRuntime.cpp188 SmallVector<CatchHandler, 8> Handlers; in EmitTryCatchStmt() local
/external/llvm-project/clang/lib/CodeGen/
DCGObjCRuntime.cpp161 SmallVector<CatchHandler, 8> Handlers; in EmitTryCatchStmt() local
/external/llvm/lib/CodeGen/
DWinEHPrepare.cpp132 ArrayRef<const CatchPadInst *> Handlers) { in addTryBlockMapEntry()
237 SmallVector<const CatchPadInst *, 2> Handlers; in calculateCXXStateNumbers() local
/external/llvm-project/llvm/lib/CodeGen/
DWinEHPrepare.cpp143 ArrayRef<const CatchPadInst *> Handlers) { in addTryBlockMapEntry()
251 SmallVector<const CatchPadInst *, 2> Handlers; in calculateCXXStateNumbers() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DWinEHPrepare.cpp142 ArrayRef<const CatchPadInst *> Handlers) { in addTryBlockMapEntry()
247 SmallVector<const CatchPadInst *, 2> Handlers; in calculateCXXStateNumbers() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DAsmPrinter.h171 SmallVector<HandlerInfo, 1> Handlers; variable
/external/llvm-project/llvm/include/llvm/CodeGen/
DAsmPrinter.h184 std::vector<HandlerInfo> Handlers; variable
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/
Dhandlers.h245 typedef upb_handlers Handlers; typedef
/external/python/cpython3/Modules/
Dsignalmodule.c110 } Handlers[NSIG]; variable
/external/rust/crates/grpcio-sys/grpc/third_party/upb/tests/pb/
Dtest_decoder.cc1102 void empty_callback(const void* /* closure */, upb::Handlers* /* h_ptr */) {} in empty_callback()
/external/clang/lib/Parse/
DParseStmt.cpp2102 StmtVector Handlers; in ParseCXXTryBlockCommon() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/RPC/
DRPCUtils.h1345 std::map<FunctionIdT, WrappedHandlerFn> Handlers; variable

12