/llvm-project/flang/runtime/ |
H A D | unit.cpp | 48 std::size_t elementBytes, IoErrorHandler &handler) { in Emit() argument 108 std::size_t elementBytes, IoErrorHandler &handler) { in Receive() argument 136 GetNextInputBytes(const char * & p,IoErrorHandler & handler) GetNextInputBytes() argument 152 FrameNextInput(IoErrorHandler & handler,std::size_t bytes) FrameNextInput() argument 185 BeginReadingRecord(IoErrorHandler & handler) BeginReadingRecord() argument 229 FinishReadingRecord(IoErrorHandler & handler) FinishReadingRecord() argument 273 AdvanceRecord(IoErrorHandler & handler) AdvanceRecord() argument 345 BackspaceRecord(IoErrorHandler & handler) BackspaceRecord() argument 378 FlushOutput(IoErrorHandler & handler) FlushOutput() argument 394 FlushIfTerminal(IoErrorHandler & handler) FlushIfTerminal() argument 400 Endfile(IoErrorHandler & handler) Endfile() argument 419 Rewind(IoErrorHandler & handler) Rewind() argument 432 SetPosition(std::int64_t pos,IoErrorHandler & handler) SetPosition() argument 442 SetStreamPos(std::int64_t oneBasedPos,IoErrorHandler & handler) SetStreamPos() argument 467 SetDirectRec(std::int64_t oneBasedRec,IoErrorHandler & handler) SetDirectRec() argument 493 BeginSequentialVariableUnformattedInputRecord(IoErrorHandler & handler) BeginSequentialVariableUnformattedInputRecord() argument 535 BeginVariableFormattedInputRecord(IoErrorHandler & handler) BeginVariableFormattedInputRecord() argument 563 BackspaceFixedRecord(IoErrorHandler & handler) BackspaceFixedRecord() argument 573 BackspaceVariableUnformattedRecord(IoErrorHandler & handler) BackspaceVariableUnformattedRecord() argument 624 BackspaceVariableFormattedRecord(IoErrorHandler & handler) BackspaceVariableFormattedRecord() argument 664 DoImpliedEndfile(IoErrorHandler & handler) DoImpliedEndfile() argument 678 DoEndfile(IoErrorHandler & handler) DoEndfile() argument 724 CheckDirectAccess(IoErrorHandler & handler) CheckDirectAccess() argument 736 HitEndOnRead(IoErrorHandler & handler) HitEndOnRead() argument [all...] |
H A D | pseudo-unit.cpp | 39 IoErrorHandler &handler) { in LookUpOrCreateAnonymous() 64 std::size_t, Convert, IoErrorHandler &handler) { in OpenUnit() 70 IoErrorHandler &handler) { in OpenAnonymousUnit() 74 void ExternalFileUnit::CloseUnit(CloseStatus, IoErrorHandler &handler) { in CloseUnit() 94 int ExternalFileUnit::GetAsynchronousId(IoErrorHandler &handler) { in GetAsynchronousId() 114 Position, IoErrorHandler &handler) { in Open() 118 void PseudoOpenFile::Close(CloseStatus, IoErrorHandler &handler) { in Close() 123 FileOffset, char *, std::size_t, std::size_t, IoErrorHandler &handler) { in Read() 128 std::size_t bytes, IoErrorHandler &handler) { in Write() 141 void PseudoOpenFile::Truncate(FileOffset, IoErrorHandler &handler) { in Truncate() [all …]
|
H A D | external-unit.cpp | 39 IoErrorHandler handler{terminator}; in FlushOutputOnCrash() local 61 IoErrorHandler &handler) { in LookUpOrCreateAnonymous() argument 111 OpenUnit(Fortran::common::optional<OpenStatus> status,Fortran::common::optional<Action> action,Position position,OwningPtr<char> && newPath,std::size_t newPathLength,Convert convert,IoErrorHandler & handler) OpenUnit() argument 196 OpenAnonymousUnit(Fortran::common::optional<OpenStatus> status,Fortran::common::optional<Action> action,Position position,Convert convert,IoErrorHandler & handler) OpenAnonymousUnit() argument 206 CloseUnit(CloseStatus status,IoErrorHandler & handler) CloseUnit() argument 243 IoErrorHandler handler{terminator}; CreateUnitMap() local 280 IoErrorHandler handler{"Fortran program termination"}; CloseAllExternalUnits() local 299 CloseAll(IoErrorHandler & handler) CloseAll() argument 310 FlushAll(IoErrorHandler & handler) FlushAll() argument 317 GetAsynchronousId(IoErrorHandler & handler) GetAsynchronousId() argument [all...] |
H A D | file.cpp | 33 static int openfile_mkstemp(IoErrorHandler &handler) { in openfile_mkstemp() argument 64 Position position, IoErrorHandler &handler) { in Open() argument 175 Close(CloseStatus status,IoErrorHandler & handler) Close() argument 192 Read(FileOffset at,char * buffer,std::size_t minBytes,std::size_t maxBytes,IoErrorHandler & handler) Read() argument 221 Write(FileOffset at,const char * buffer,std::size_t bytes,IoErrorHandler & handler) Write() argument 257 Truncate(FileOffset at,IoErrorHandler & handler) Truncate() argument 271 ReadAsynchronously(FileOffset at,char * buffer,std::size_t bytes,IoErrorHandler & handler) ReadAsynchronously() argument 300 WriteAsynchronously(FileOffset at,const char * buffer,std::size_t bytes,IoErrorHandler & handler) WriteAsynchronously() argument 324 Wait(int id,IoErrorHandler & handler) Wait() argument 343 WaitAll(IoErrorHandler & handler) WaitAll() argument 374 Seek(FileOffset at,IoErrorHandler & handler) Seek() argument 414 CloseFd(IoErrorHandler & handler) CloseFd() argument [all...] |
H A D | buffer.h | 71 FileOffset at, std::size_t bytes, IoErrorHandler &handler) { in ReadFrame() 100 FileOffset at, std::size_t bytes, IoErrorHandler &handler) { in WriteFrame() 136 RT_API_ATTRS void TruncateFrame(std::int64_t at, IoErrorHandler &handler) { in TruncateFrame() 196 IoErrorHandler &handler, std::size_t bytes) { in MakeDataContiguous()
|
H A D | internal-unit.cpp | 48 Emit(const char * data,std::size_t bytes,IoErrorHandler & handler) Emit() argument 82 GetNextInputBytes(const char * & p,IoErrorHandler & handler) GetNextInputBytes() argument 103 AdvanceRecord(IoErrorHandler & handler) AdvanceRecord() argument 151 BackspaceRecord(IoErrorHandler & handler) BackspaceRecord() argument [all...] |
H A D | stop.cpp | 49 Fortran::runtime::io::IoErrorHandler handler{why}; CloseAllExternalUnits() local 91 Fortran::runtime::io::IoErrorHandler handler{"PAUSE statement"}; StartPause() local
|
/llvm-project/llvm/lib/Support/ |
H A D | ErrorHandling.cpp | 64 install_fatal_error_handler(fatal_error_handler_t handler,void * user_data) install_fatal_error_handler() argument 91 llvm::fatal_error_handler_t handler = nullptr; report_fatal_error() local 128 install_bad_alloc_error_handler(fatal_error_handler_t handler,void * user_data) install_bad_alloc_error_handler() argument 223 LLVMFatalErrorHandler handler = bindingsErrorHandler() local [all...] |
H A D | HexagonAttributeParser.cpp | 44 Error HexagonAttributeParser::handler(uint64_t Tag, bool &Handled) { in handler() function in HexagonAttributeParser
|
/llvm-project/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/lldb/test/API/functionalities/unwind/sigtramp/ |
H A D | main.c | 6 void handler (int in) in handler() function
|
/llvm-project/third-party/benchmark/src/ |
H A D | check.cc | 6 static AbortHandlerT* handler = &std::abort; variable
|
/llvm-project/lldb/test/API/functionalities/signal/handle-abrt/ |
H A D | main.c | 5 void handler(int sig) in handler() function
|
/llvm-project/mlir/lib/Transforms/Utils/ |
H A D | InliningUtils.cpp | 79 return handler->isLegalToInline(call, callable, wouldBeCloned); in isLegalToInline() local 101 return handler ? handler->shouldAnalyzeRecursively(op) : true; in handleTerminator() local 63 if (auto *handler = getInterfaceFor(call)) isLegalToInline() local 71 if (auto *handler = getInterfaceFor(dest->getParentOp())) isLegalToInline() local 85 auto *handler = getInterfaceFor(op); shouldAnalyzeRecursively() local 92 auto *handler = getInterfaceFor(op); handleTerminator() local 109 auto *handler = getInterfaceFor(callable); handleArgument() local 118 auto *handler = getInterfaceFor(callable); handleResult() local 125 auto *handler = getInterfaceFor(call); processInlinedCallBlocks() local [all...] |
/llvm-project/mlir/lib/Dialect/GPU/Transforms/ |
H A D | ModuleToBinary.cpp | 82 moduleSerializer(GPUModuleOp op,OffloadingLLVMTranslationAttrInterface handler,const TargetOptions & targetOptions) moduleSerializer() argument 123 transformGpuModulesToBinaries(Operation * op,OffloadingLLVMTranslationAttrInterface handler,const gpu::TargetOptions & targetOptions) transformGpuModulesToBinaries() argument
|
/llvm-project/compiler-rt/test/asan/TestCases/Linux/ |
H A D | preinstalled_signal.cpp | 28 const char *handler = nullptr; global() variable 36 __sighandler_t handler; global() member [all...] |
/llvm-project/lldb/test/API/functionalities/signal/raise/ |
H A D | main.c | 6 void handler(int signo) in handler() function
|
/llvm-project/mlir/test/python/ir/ |
H A D | exception.py | 70 def handler(d): function
|
/llvm-project/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
|
/llvm-project/lldb/test/Shell/Commands/Inputs/ |
H A D | sigchld.c | 7 void handler(int signo) { in handler() function
|
/llvm-project/clang/test/CodeGen/ |
H A D | opaque-pointer.c | 5 my_func handler; variable
|
/llvm-project/compiler-rt/test/lsan/TestCases/Linux/ |
H A D | signal_during_stop_the_world.cpp | 53 static void handler(int signo) { in handler() function
|
/llvm-project/libcxx/src/ |
H A D | new_handler.cpp | 33 new_handler set_new_handler(new_handler handler) noexcept { return __libcpp_atomic_exchange(&__new_… in set_new_handler()
|