| /llvm-project-15.0.7/flang/runtime/ |
| H A D | unit.cpp | 31 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 D | file.cpp | 33 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 D | buffer.h | 67 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 D | internal-unit.cpp | 54 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 D | stop.cpp | 49 Fortran::runtime::io::IoErrorHandler handler{why}; in CloseAllExternalUnits() local 91 Fortran::runtime::io::IoErrorHandler handler{"PAUSE statement"}; in StartPause() local
|
| H A D | descriptor-io.cpp | 21 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 D | DebugAction.h | 85 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 D | ErrorHandling.cpp | 64 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 D | BufferTest.cpp | 33 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 D | main.c | 6 void handler (int in) in handler() function
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/signal/handle-abrt/ |
| H A D | main.c | 5 void handler(int sig) in handler() function
|
| /llvm-project-15.0.7/compiler-rt/test/asan/TestCases/Linux/ |
| H A D | preinstalled_signal.cpp | 28 const char *handler = nullptr; variable 36 __sighandler_t handler; member
|
| H A D | signal_during_stop_the_world.cpp | 53 static void handler(int signo) { in handler() function
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/signal/raise/ |
| H A D | main.c | 6 void handler(int signo) in handler() function
|
| /llvm-project-15.0.7/compiler-rt/test/tsan/ |
| H A D | signal_exit.cpp | 6 static void handler(int, siginfo_t *, void *) { in handler() function
|
| H A D | signal_write.cpp | 9 static void handler(int, siginfo_t*, void*) { in handler() function
|
| H A D | signal_malloc.cpp | 6 static void handler(int, siginfo_t*, void*) { in handler() function
|
| H A D | signal_pause.cpp | 9 void handler(int signum) { in handler() function
|
| /llvm-project-15.0.7/lldb/test/Shell/Commands/Inputs/ |
| H A D | sigchld.c | 7 void handler(int signo) { in handler() function
|
| /llvm-project-15.0.7/clang/test/CodeGen/ |
| H A D | opaque-pointer.c | 5 my_func handler; variable
|
| /llvm-project-15.0.7/mlir/lib/Transforms/Utils/ |
| H A D | InliningUtils.cpp | 62 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 D | main.c | 5 void handler(int sig) { in handler() function
|
| /llvm-project-15.0.7/compiler-rt/test/sanitizer_common/TestCases/Linux/ |
| H A D | signal_trap_handler.cpp | 13 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 D | main.c | 14 void handler(int sig) in handler() function
|
| /llvm-project-15.0.7/compiler-rt/test/tsan/libdispatch/ |
| H A D | source-event2.c | 11 void handler(void *arg) { in handler() function
|