| /llvm-project-15.0.7/clang/test/CodeGenCXX/ |
| H A D | incomplete-member-function-pointer.cpp | 4 struct connection { struct 7 void (connection::*a)(fake_tuple) = &connection::bar; 9 void (connection::*b)(fake_tuple) = &connection::bar; in f()
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/ |
| H A D | tsan_interceptors_mac.cpp | 296 Release(thr, pc, (uptr)connection); in TSAN_INTERCEPTOR() 300 Acquire(thr, pc, (uptr)connection); in TSAN_INTERCEPTOR() 310 Release(thr, pc, (uptr)connection); in TSAN_INTERCEPTOR() 314 Acquire(thr, pc, (uptr)connection); in TSAN_INTERCEPTOR() 318 REAL(xpc_connection_send_barrier)(connection, new_barrier); in TSAN_INTERCEPTOR() 326 Release(thr, pc, (uptr)connection); in TSAN_INTERCEPTOR() 330 Acquire(thr, pc, (uptr)connection); in TSAN_INTERCEPTOR() 335 (connection, message, replyq, new_handler); in TSAN_INTERCEPTOR() 339 SCOPED_TSAN_INTERCEPTOR(xpc_connection_cancel, connection); in TSAN_INTERCEPTOR() 340 Release(thr, pc, (uptr)connection); in TSAN_INTERCEPTOR() [all …]
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_interceptors_mac.cpp | 296 Release(thr, pc, (uptr)connection); in TSAN_INTERCEPTOR() 300 Acquire(thr, pc, (uptr)connection); in TSAN_INTERCEPTOR() 310 Release(thr, pc, (uptr)connection); in TSAN_INTERCEPTOR() 314 Acquire(thr, pc, (uptr)connection); in TSAN_INTERCEPTOR() 318 REAL(xpc_connection_send_barrier)(connection, new_barrier); in TSAN_INTERCEPTOR() 326 Release(thr, pc, (uptr)connection); in TSAN_INTERCEPTOR() 330 Acquire(thr, pc, (uptr)connection); in TSAN_INTERCEPTOR() 335 (connection, message, replyq, new_handler); in TSAN_INTERCEPTOR() 339 SCOPED_TSAN_INTERCEPTOR(xpc_connection_cancel, connection); in TSAN_INTERCEPTOR() 340 Release(thr, pc, (uptr)connection); in TSAN_INTERCEPTOR() [all …]
|
| /llvm-project-15.0.7/clang/test/CodeGenObjC/ |
| H A D | debug-info-block-line.m | 59 - (void)serverConnection:(TConnection *)connection getCommand:(NSString *)str 80 [connection sendResponseCode:TOK dataFollows:YES 83 [connection sendFormat:@"%@\r\n", line]; 85 [connection sendString:@".\r\n"]; 87 [connection sendResponseCode:TError dataFollows:NO
|
| /llvm-project-15.0.7/llvm/utils/bugpoint/ |
| H A D | RemoteRunSafely.sh | 92 connection=$RUSER'@'$RHOST 96 $RCLIENT $connection $RPORT \
|
| /llvm-project-15.0.7/clang/test/Analysis/Inputs/ |
| H A D | system-header-simulator.h | 93 void xpc_connection_set_context(xpc_connection_t connection, void *context); 94 void xpc_connection_set_finalizer_f(xpc_connection_t connection, xpc_finalizer_t finalizer); 95 void xpc_connection_resume(xpc_connection_t connection);
|
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | blocks.m | 179 static const char str[] = "Lost connection to sharingd"; 187 static const char str[] = "Lost connection to sharingd"; 195 static const char str[] = "Lost connection to sharingd"; 203 static const char str[] = "Lost connection to sharingd"; 211 static const char str[] = "Lost connection to sharingd";
|
| /llvm-project-15.0.7/flang/runtime/ |
| H A D | io-stmt.cpp | 678 const ConnectionState &connection{GetConnectionState()}; in CheckForEndOfRecord() local 679 if (!connection.IsAtEOF()) { in CheckForEndOfRecord() 680 if (auto length{connection.EffectiveRecordLength()}) { in CheckForEndOfRecord() 681 if (connection.positionInRecord >= *length) { in CheckForEndOfRecord() 685 if (connection.access == Access::Stream && in CheckForEndOfRecord() 686 connection.unterminatedRecord) { in CheckForEndOfRecord() 751 int space{connection.positionInRecord == 0 || in EmitLeadingSpaceOrAdvance() 754 if (connection.NeedAdvance(space + length)) { in EmitLeadingSpaceOrAdvance() 777 ConnectionState &connection{io.GetConnectionState()}; in GetNextDataEdit() local 844 auto start{connection.positionInRecord}; in GetNextDataEdit() [all …]
|
| H A D | edit-output.cpp | 219 ConnectionState &connection{io_.GetConnectionState()}; in EmitPrefix() local 220 return (!connection.NeedAdvance(length) || io_.AdvanceRecord()) && in EmitPrefix() 629 ConnectionState &connection{io.GetConnectionState()}; in ListDirectedCharacterOutput() local 635 if (connection.NeedAdvance(1)) { in ListDirectedCharacterOutput() 661 std::size_t oneIfUTF8{connection.useUTF8<CHAR>() ? 1 : length}; in ListDirectedCharacterOutput() 665 connection.RemainingSpaceInRecord())}) { in ListDirectedCharacterOutput()
|
| H A D | namelist.cpp | 33 ConnectionState &connection{io.GetConnectionState()}; in IONAME() local 36 return (!connection.NeedAdvance(1) || io.AdvanceRecord()) && in IONAME() 40 if (connection.NeedAdvance(std::strlen(str)) && in IONAME()
|
| H A D | CMakeLists.txt | 44 connection.cpp
|
| H A D | edit-input.cpp | 705 const ConnectionState &connection{io.GetConnectionState()}; in EditCharacterInput() local 731 if (connection.isUTF8) { in EditCharacterInput()
|
| /llvm-project-15.0.7/lldb/tools/lldb-server/ |
| H A D | LLGSOptions.td | 14 def grp_connect : OptionGroup<"connection">, HelpText<"CONNECTION">; 29 …HelpText<"Connect to the client instead of passively waiting for a connection. In this case [host]…
|
| /llvm-project-15.0.7/lldb/test/Shell/lldb-server/ |
| H A D | TestErrorMessages.test | 11 CONN: error: no connection arguments
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-objcopy/ELF/ |
| H A D | dynrelocsec-remove-shinfo-reference.test | 4 ## .rela.plt is a dynamic relocation section that has a connection
|
| /llvm-project-15.0.7/lldb/source/Core/ |
| H A D | Communication.cpp | 417 void Communication::SetConnection(std::unique_ptr<Connection> connection) { in SetConnection() argument 420 m_connection_sp = std::move(connection); in SetConnection()
|
| /llvm-project-15.0.7/lldb/include/lldb/Core/ |
| H A D | Communication.h | 240 void SetConnection(std::unique_ptr<Connection> connection);
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/concurrency/ |
| H A D | mt-unsafe.rst | 20 // getnetent(3) maintains global state with DB connection, etc.
|
| /llvm-project-15.0.7/lldb/docs/man/ |
| H A D | lldb-server.rst | 73 Connect to the client instead of passively waiting for a connection. In this 122 lldb-server will accept only one connection and exit when it is finished.
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunication.cpp | 885 ConnectionFileDescriptor *connection = in ListenThread() local 888 if (connection) { in ListenThread() 890 if (connection->Connect( in ListenThread()
|
| H A D | GDBRemoteCommunicationServerLLGS.h | 86 Status InitializeConnection(std::unique_ptr<Connection> connection);
|
| H A D | GDBRemoteCommunicationServerLLGS.cpp | 1179 std::unique_ptr<Connection> connection) { in InitializeConnection() argument 1180 IOObjectSP read_object_sp = connection->GetReadObject(); in InitializeConnection() 1181 GDBRemoteCommunicationServer::SetConnection(std::move(connection)); in InitializeConnection() 4047 auto connection = m_stdio_communication.GetConnection(); in MaybeCloseInferiorTerminalConnection() local 4048 if (connection) { in MaybeCloseInferiorTerminalConnection() 4050 connection->Disconnect(&error); in MaybeCloseInferiorTerminalConnection()
|
| /llvm-project-15.0.7/lldb/docs/use/ |
| H A D | remote.rst | 68 will fork off a new process for every incoming connection, allowing multiple 155 connection allows us to transfer files, but also allows us to get the MD5
|
| /llvm-project-15.0.7/lldb/docs/ |
| H A D | python_api_enums.rst | 229 if it loses connection with lldb. 453 No connection. 457 Lost connection while connected to a valid connection.
|
| /llvm-project-15.0.7/lldb/source/Target/ |
| H A D | TargetProperties.td | 117 … Desc<"debugserver will detach (rather than killing) a process if it loses connection with lldb.">; 159 …he symbol tables and other data can take a long time depending on your connection to the debug tar…
|