Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dpr24097.cpp7 virtual bool Send();
10 bool Send();
16 f.Send(); in bar()
/llvm-project-15.0.7/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-15.0.7/lldb/include/lldb/Host/common/
H A DUDPSocket.h27 size_t Send(const void *buf, const size_t num_bytes) override;
/llvm-project-15.0.7/llvm/test/MC/Disassembler/Hexagon/
H A Dsystem_user.txt24 # Send value to ETM trace
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DLSPClient.cpp62 static void logBody(llvm::StringRef Method, llvm::json::Value V, bool Send) { in logBody() argument
64 vlog("{0} {1}: {2:2}", Send ? "<<<" : ">>>", Method, V); in logBody()
/llvm-project-15.0.7/lldb/source/Host/common/
H A DSocket.cpp248 bytes_sent = Send(buf, num_bytes); in Write()
314 size_t Socket::Send(const void *buf, const size_t num_bytes) { in 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-15.0.7/.github/workflows/
H A Dllvm-bugs.yml16 - name: Send notification
/llvm-project-15.0.7/clang/www/demo/
H A Dindex.cgi8 use Mail::Send;
111 new Mail::Send( Subject => "LLVM Demo Page Run", To => $recipient );
/llvm-project-15.0.7/lldb/include/lldb/Host/
H A DSocket.h112 virtual size_t Send(const void *buf, const size_t num_bytes);
/llvm-project-15.0.7/llvm/utils/unittest/googletest/src/
H A Dgtest-internal-inl.h1064 virtual void Send(const std::string& message) = 0;
1070 void SendLn(const std::string& message) { Send(message + "\n"); } in SendLn()
1087 void Send(const std::string& message) override { in Send() function
/llvm-project-15.0.7/clang-tools-extra/clangd/test/
H A Dsemantic-tokens.test2 # Send capabilities for both Theia semanticHighlight & standard semanticTokens.
/llvm-project-15.0.7/libunwind/docs/
H A Dindex.rst92 Send discussions and questions to the `Runtimes forum`_. Please add the tag "libunwind" to your pos…
/llvm-project-15.0.7/llvm/docs/
H A DHowToAddABuilder.rst116 #. Send a patch which adds your build worker and your builder to
140 #. Send the buildbot-worker access name and the access password directly to
H A DHowToReleaseLLVM.rst38 * Send out release candidate sources for first round of testing. Testing lasts
408 Send an email to the list announcing the release, pointing people to all the
H A DLibFuzzer.rst740 Send any questions or comments to the mailing list: libfuzzer(#)googlegroups.com
H A DAMDGPUModifierSyntax.rst495 da Send an array-index to TA.
H A DDeveloperPolicy.rst811 2. Send a request for comment (RFC) to the `LLVM Discourse forums`_ describing
/llvm-project-15.0.7/llvm/test/Demangle/
H A Drust.test259 CHECK: trait::<dyn Display + Send + Sync>
/llvm-project-15.0.7/libcxx/docs/
H A Dindex.rst213 Send discussions and questions to the `libcxx forum`_.
/llvm-project-15.0.7/llvm/lib/Support/Unix/
H A DSignals.inc435 // Send a special return code that drivers can check for, from sysexits.h.
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExprCXX.cpp7187 if (ObjCMessageExpr *Send = dyn_cast<ObjCMessageExpr>(E)) { in MaybeBindToTemporary() local
7188 D = Send->getMethodDecl(); in MaybeBindToTemporary()
/llvm-project-15.0.7/lldb/tools/debugserver/source/
H A DChangeLog478 (DNBProcessHalt): Send our process a SIGINT instead of suspending