Home
last modified time | relevance | path

Searched defs:connection (Results 1 – 10 of 10) sorted by relevance

/llvm-project/clang/test/CodeGenCXX/
H A Dincomplete-member-function-pointer.cpp4 struct connection { struct
/llvm-project/flang/runtime/
H A Dedit-input.cpp40 const auto &connection{io.GetConnectionState()}; in CheckCompleteListDirectedField() local
538 const ConnectionState &connection{io.GetConnectionState()}; TryFastPathRealDecimalInput() local
737 const auto &connection{io.GetConnectionState()}; EditCommonRealInput() local
795 const auto &connection{io.GetConnectionState()}; EditCommonRealInput() local
1006 const ConnectionState &connection{io.GetConnectionState()}; EditCharacterInput() local
[all...]
H A Dio-stmt.cpp569 const ConnectionState &connection{GetConnectionState()}; GetCurrentChar() local
654 const ConnectionState &connection{GetConnectionState()}; CheckForEndOfRecord() local
729 const ConnectionState &connection{io.GetConnectionState()}; EmitLeadingSpaceOrAdvance() local
763 ConnectionState &connection{io.GetConnectionState()}; GetNextDataEdit() local
[all...]
H A Dedit-output.cpp241 ConnectionState &connection{io_.GetConnectionState()}; in EmitPrefix() local
850 ConnectionState &connection{io.GetConnectionState()}; in ListDirectedCharacterOutput() local
H A Dnamelist.cpp37 ConnectionState &connection{io.GetConnectionState()}; in IODEF() local
/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_mac.cpp294 TSAN_INTERCEPTOR(void,xpc_connection_set_event_handler,xpc_connection_t connection,xpc_handler_t handler) TSAN_INTERCEPTOR() argument
308 TSAN_INTERCEPTOR(void,xpc_connection_send_barrier,xpc_connection_t connection,dispatch_block_t barrier) TSAN_INTERCEPTOR() argument
323 TSAN_INTERCEPTOR(void,xpc_connection_send_message_with_reply,xpc_connection_t connection,xpc_object_t message,dispatch_queue_t replyq,xpc_handler_t handler) TSAN_INTERCEPTOR() argument
339 TSAN_INTERCEPTOR(void,xpc_connection_cancel,xpc_connection_t connection) TSAN_INTERCEPTOR() argument
[all...]
/llvm-project/lldb/source/Core/
H A DCommunication.cpp141 void Communication::SetConnection(std::unique_ptr<Connection> connection) { in SetConnection() argument
[all...]
H A DThreadedCommunication.cpp373 std::unique_ptr<Connection> connection) { in SetConnection() argument
/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp864 ConnectionFileDescriptor *connection = ListenThread() local
H A DGDBRemoteCommunicationServerLLGS.cpp1177 InitializeConnection(std::unique_ptr<Connection> connection) InitializeConnection() argument
4071 auto connection = m_stdio_communication.GetConnection(); MaybeCloseInferiorTerminalConnection() local