/llvm-project/clang/test/CodeGenCXX/ |
H A D | incomplete-member-function-pointer.cpp | 4 struct connection { struct
|
/llvm-project/flang/runtime/ |
H A D | edit-input.cpp | 40 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 D | io-stmt.cpp | 569 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 D | edit-output.cpp | 241 ConnectionState &connection{io_.GetConnectionState()}; in EmitPrefix() local 850 ConnectionState &connection{io.GetConnectionState()}; in ListDirectedCharacterOutput() local
|
H A D | namelist.cpp | 37 ConnectionState &connection{io.GetConnectionState()}; in IODEF() local
|
/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_interceptors_mac.cpp | 294 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 D | Communication.cpp | 141 void Communication::SetConnection(std::unique_ptr<Connection> connection) { in SetConnection() argument [all...] |
H A D | ThreadedCommunication.cpp | 373 std::unique_ptr<Connection> connection) { in SetConnection() argument
|
/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
H A D | GDBRemoteCommunication.cpp | 864 ConnectionFileDescriptor *connection = ListenThread() local
|
H A D | GDBRemoteCommunicationServerLLGS.cpp | 1177 InitializeConnection(std::unique_ptr<Connection> connection) InitializeConnection() argument 4071 auto connection = m_stdio_communication.GetConnection(); MaybeCloseInferiorTerminalConnection() local
|