Home
last modified time | relevance | path

Searched defs:handler (Results 1 – 25 of 117) sorted by relevance

12345

/llvm-project-15.0.7/flang/runtime/
H A Dunit.cpp31 IoErrorHandler handler{terminator}; in FlushOutputOnCrash() local
58 IoErrorHandler handler{terminator}; in LookUpOrCreateAnonymous() local
172 IoErrorHandler &handler) { in OpenAnonymousUnit()
218 IoErrorHandler handler{terminator}; in GetUnitMap() local
279 std::size_t elementBytes, IoErrorHandler &handler) { in Emit()
366 const char *&p, IoErrorHandler &handler) { in GetNextInputBytes()
382 IoErrorHandler &handler, std::size_t bytes) { in FrameNextInput()
705 IoErrorHandler &handler) { in BeginSequentialVariableUnformattedInputRecord()
747 IoErrorHandler &handler) { in BeginVariableFormattedInputRecord()
785 IoErrorHandler &handler) { in BackspaceVariableUnformattedRecord()
[all …]
H A Dfile.cpp33 static int openfile_mkstemp(IoErrorHandler &handler) { in openfile_mkstemp()
64 Position position, IoErrorHandler &handler) { in Open()
174 void OpenFile::Close(CloseStatus status, IoErrorHandler &handler) { in Close()
191 std::size_t maxBytes, IoErrorHandler &handler) { in Read()
220 std::size_t bytes, IoErrorHandler &handler) { in Write()
256 void OpenFile::Truncate(FileOffset at, IoErrorHandler &handler) { in Truncate()
299 std::size_t bytes, IoErrorHandler &handler) { in WriteAsynchronously()
323 void OpenFile::Wait(int id, IoErrorHandler &handler) { in Wait()
342 void OpenFile::WaitAll(IoErrorHandler &handler) { in WaitAll()
373 bool OpenFile::Seek(FileOffset at, IoErrorHandler &handler) { in Seek()
[all …]
H A Dbuffer.h67 FileOffset at, std::size_t bytes, IoErrorHandler &handler) { in ReadFrame()
95 void WriteFrame(FileOffset at, std::size_t bytes, IoErrorHandler &handler) { in WriteFrame()
131 void TruncateFrame(std::int64_t at, IoErrorHandler &handler) { in TruncateFrame()
183 void MakeDataContiguous(IoErrorHandler &handler, std::size_t bytes) { in MakeDataContiguous()
H A Dinternal-unit.cpp54 const char *data, std::size_t bytes, IoErrorHandler &handler) { in Emit()
88 const char *&p, IoErrorHandler &handler) { in GetNextInputBytes()
108 bool InternalDescriptorUnit<DIR>::AdvanceRecord(IoErrorHandler &handler) { in AdvanceRecord()
134 void InternalDescriptorUnit<DIR>::BackspaceRecord(IoErrorHandler &handler) { in BackspaceRecord()
H A Dstop.cpp49 Fortran::runtime::io::IoErrorHandler handler{why}; in CloseAllExternalUnits() local
91 Fortran::runtime::io::IoErrorHandler handler{"PAUSE statement"}; in StartPause() local
H A Ddescriptor-io.cpp21 IoErrorHandler &handler{io.GetIoErrorHandler()}; in DefinedFormattedIo() local
85 IoErrorHandler &handler{io.GetIoErrorHandler()}; in DefinedUnformattedIo() local
/llvm-project-15.0.7/mlir/include/mlir/Support/
H A DDebugAction.h85 static bool classof(const DebugActionManager::HandlerBase *handler) { in classof()
91 void registerActionHandler(std::unique_ptr<HandlerBase> handler) { in registerActionHandler()
152 if (auto *handler = dyn_cast<typename ActionType::Handler>(&*it)) { in dispatchToHandler() local
210 static bool classof(const DebugActionManager::HandlerBase *handler) { in classof()
/llvm-project-15.0.7/llvm/lib/Support/
H A DErrorHandling.cpp64 void llvm::install_fatal_error_handler(fatal_error_handler_t handler, in install_fatal_error_handler()
91 llvm::fatal_error_handler_t handler = nullptr; in report_fatal_error() local
128 void llvm::install_bad_alloc_error_handler(fatal_error_handler_t handler, in install_bad_alloc_error_handler()
222 LLVMFatalErrorHandler handler = in bindingsErrorHandler() local
/llvm-project-15.0.7/flang/unittests/Runtime/
H A DBufferTest.cpp33 std::size_t maxBytes, IoErrorHandler &handler) { in Read()
49 IoErrorHandler &handler) { in Write()
84 IoErrorHandler handler{terminator}; in TEST() local
/llvm-project-15.0.7/lldb/test/API/functionalities/unwind/sigtramp/
H A Dmain.c6 void handler (int in) in handler() function
/llvm-project-15.0.7/lldb/test/API/functionalities/signal/handle-abrt/
H A Dmain.c5 void handler(int sig) in handler() function
/llvm-project-15.0.7/compiler-rt/test/asan/TestCases/Linux/
H A Dpreinstalled_signal.cpp28 const char *handler = nullptr; variable
36 __sighandler_t handler; member
H A Dsignal_during_stop_the_world.cpp53 static void handler(int signo) { in handler() function
/llvm-project-15.0.7/lldb/test/API/functionalities/signal/raise/
H A Dmain.c6 void handler(int signo) in handler() function
/llvm-project-15.0.7/compiler-rt/test/tsan/
H A Dsignal_exit.cpp6 static void handler(int, siginfo_t *, void *) { in handler() function
H A Dsignal_write.cpp9 static void handler(int, siginfo_t*, void*) { in handler() function
H A Dsignal_malloc.cpp6 static void handler(int, siginfo_t*, void*) { in handler() function
H A Dsignal_pause.cpp9 void handler(int signum) { in handler() function
/llvm-project-15.0.7/lldb/test/Shell/Commands/Inputs/
H A Dsigchld.c7 void handler(int signo) { in handler() function
/llvm-project-15.0.7/clang/test/CodeGen/
H A Dopaque-pointer.c5 my_func handler; variable
/llvm-project-15.0.7/mlir/lib/Transforms/Utils/
H A DInliningUtils.cpp62 if (auto *handler = getInterfaceFor(call)) in isLegalToInline() local
70 if (auto *handler = getInterfaceFor(dest->getParentOp())) in isLegalToInline() local
78 if (auto *handler = getInterfaceFor(op)) in isLegalToInline() local
84 auto *handler = getInterfaceFor(op); in shouldAnalyzeRecursively() local
91 auto *handler = getInterfaceFor(op); in handleTerminator() local
100 auto *handler = getInterfaceFor(op); in handleTerminator() local
107 auto *handler = getInterfaceFor(call); in processInlinedCallBlocks() local
/llvm-project-15.0.7/lldb/test/API/linux/aarch64/unwind_signal/
H A Dmain.c5 void handler(int sig) { in handler() function
/llvm-project-15.0.7/compiler-rt/test/sanitizer_common/TestCases/Linux/
H A Dsignal_trap_handler.cpp13 void handler(int signo, siginfo_t *info, void *uctx) { in handler() function
/llvm-project-15.0.7/lldb/test/API/functionalities/signal/handle-segv/
H A Dmain.c14 void handler(int sig) in handler() function
/llvm-project-15.0.7/compiler-rt/test/tsan/libdispatch/
H A Dsource-event2.c11 void handler(void *arg) { in handler() function

12345