| /llvm-project-15.0.7/clang/test/CodeGenCXX/ |
| H A D | pr24097.cpp | 7 virtual bool Send(); 10 bool Send(); 16 f.Send(); in bar()
|
| /llvm-project-15.0.7/clang/test/CodeGen/ |
| H A D | available-externally-hidden.cpp | 14 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 D | UDPSocket.h | 27 size_t Send(const void *buf, const size_t num_bytes) override;
|
| /llvm-project-15.0.7/llvm/test/MC/Disassembler/Hexagon/ |
| H A D | system_user.txt | 24 # Send value to ETM trace
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/unittests/ |
| H A D | LSPClient.cpp | 62 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 D | Socket.cpp | 248 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 D | UDPSocket.cpp | 37 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 D | llvm-bugs.yml | 16 - name: Send notification
|
| /llvm-project-15.0.7/clang/www/demo/ |
| H A D | index.cgi | 8 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 D | Socket.h | 112 virtual size_t Send(const void *buf, const size_t num_bytes);
|
| /llvm-project-15.0.7/llvm/utils/unittest/googletest/src/ |
| H A D | gtest-internal-inl.h | 1064 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 D | semantic-tokens.test | 2 # Send capabilities for both Theia semanticHighlight & standard semanticTokens.
|
| /llvm-project-15.0.7/libunwind/docs/ |
| H A D | index.rst | 92 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 D | HowToAddABuilder.rst | 116 #. 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 D | HowToReleaseLLVM.rst | 38 * 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 D | LibFuzzer.rst | 740 Send any questions or comments to the mailing list: libfuzzer(#)googlegroups.com
|
| H A D | AMDGPUModifierSyntax.rst | 495 da Send an array-index to TA.
|
| H A D | DeveloperPolicy.rst | 811 2. Send a request for comment (RFC) to the `LLVM Discourse forums`_ describing
|
| /llvm-project-15.0.7/llvm/test/Demangle/ |
| H A D | rust.test | 259 CHECK: trait::<dyn Display + Send + Sync>
|
| /llvm-project-15.0.7/libcxx/docs/ |
| H A D | index.rst | 213 Send discussions and questions to the `libcxx forum`_.
|
| /llvm-project-15.0.7/llvm/lib/Support/Unix/ |
| H A D | Signals.inc | 435 // Send a special return code that drivers can check for, from sysexits.h.
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaExprCXX.cpp | 7187 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 D | ChangeLog | 478 (DNBProcessHalt): Send our process a SIGINT instead of suspending
|