Home
last modified time | relevance | path

Searched refs:Send (Results 1 – 22 of 22) sorted by relevance

/llvm-project/clang/test/CodeGenCXX/
H A Dpr24097.cpp7 virtual bool Send();
10 bool Send();
16 f.Send(); in bar()
/llvm-project/clang/test/CodeGen/
H A Davailable-externally-hidden.cpp14 virtual bool Send(Message* msg) = 0;
23 bool Send(Message* message) override;
31 f->Send(new Message); in main()
/llvm-project/lldb/include/lldb/Host/common/
H A DUDPSocket.h27 size_t Send(const void *buf, const size_t num_bytes) override;
/llvm-project/llvm/test/MC/Disassembler/Hexagon/
H A Dsystem_user.txt24 # Send value to ETM trace
/llvm-project/lldb/source/Host/common/
H A DSocket.cpp337 bytes_sent = Send(buf, num_bytes); in AcceptSocket()
396 size_t Socket::Send(const void *buf, const size_t num_bytes) {
309 size_t Socket::Send(const void *buf, const size_t num_bytes) { Send() function in Socket
H A DUDPSocket.cpp37 size_t UDPSocket::Send(const void *buf, const size_t num_bytes) { in Send() function in UDPSocket
/llvm-project/clang-tools-extra/clangd/unittests/
H A DLSPClient.cpp78 static void logBody(llvm::StringRef Method, llvm::json::Value V, bool Send) { in logBody() argument
80 vlog("{0} {1}: {2:2}", Send ? "<<<" : ">>>", Method, V); in logBody()
/llvm-project/lldb/include/lldb/Host/
H A DSocket.h163 virtual size_t Send(const void *buf, const size_t num_bytes);
/llvm-project/third-party/unittest/googletest/src/
H A Dgtest-internal-inl.h1070 virtual void Send(const std::string& message) = 0;
1076 void SendLn(const std::string& message) { Send(message + "\n"); } in SendLn()
1092 void Send(const std::string& message) override { in Send() function
/llvm-project/clang-tools-extra/clangd/test/
H A Dsemantic-tokens.test2 # Send capabilities for both Theia semanticHighlight & standard semanticTokens.
/llvm-project/libunwind/docs/
H A Dindex.rst91 Send discussions and questions to the `Runtimes forum`_. Please add the tag "libunwind" to your post.
/llvm-project/mlir/include/mlir/Dialect/Mesh/IR/
H A DMeshOps.td815 let summary = "Send over a device mesh.";
1012 let summary = "Send over a device mesh.";
1014 Send from one device to another within a device group.
/llvm-project/llvm/docs/
H A DHowToAddABuilder.rst134 #. Send a patch which adds your build worker and your builder to
158 #. Send the buildbot-worker access name and the access password directly to
H A DHowToReleaseLLVM.rst63 * Send out release candidate sources for first round of testing. Testing lasts
H A DLibFuzzer.rst745 Send any questions or comments to the mailing list: libfuzzer(#)googlegroups.com
H A DAMDGPUModifierSyntax.rst497 da Send an array index to TA.
H A DDeveloperPolicy.rst985 2. Send a request for comment (RFC) to the `LLVM Discourse forums`_ describing
/llvm-project/llvm/test/Demangle/
H A Drust.test259 CHECK: trait::<dyn Display + Send + Sync>
/llvm-project/libcxx/docs/
H A Dindex.rst203 Send discussions and questions to the `libc++ forum`_.
/llvm-project/llvm/lib/Support/Unix/
H A DSignals.inc441 // Send a special return code that drivers can check for, from sysexits.h.
/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp7696 if (ObjCMessageExpr *Send = dyn_cast<ObjCMessageExpr>(E)) { in ActOnDecltypeExpression()
7697 D = Send->getMethodDecl(); in ActOnDecltypeExpression()
7475 if (ObjCMessageExpr *Send = dyn_cast<ObjCMessageExpr>(E)) { MaybeBindToTemporary() local
/llvm-project/lldb/tools/debugserver/source/
H A DChangeLog478 (DNBProcessHalt): Send our process a SIGINT instead of suspending