| /llvm-project/clang/test/CodeGenCXX/ |
| H A D | pr24097.cpp | 7 virtual bool Send(); 10 bool Send(); 16 f.Send(); in bar()
|
| /llvm-project/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/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/llvm/test/MC/Disassembler/Hexagon/ |
| H A D | system_user.txt | 24 # Send value to ETM trace
|
| /llvm-project/lldb/source/Host/common/ |
| H A D | Socket.cpp | 337 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 D | UDPSocket.cpp | 37 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 D | LSPClient.cpp | 78 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 D | Socket.h | 163 virtual size_t Send(const void *buf, const size_t num_bytes);
|
| /llvm-project/third-party/unittest/googletest/src/ |
| H A D | gtest-internal-inl.h | 1070 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 D | semantic-tokens.test | 2 # Send capabilities for both Theia semanticHighlight & standard semanticTokens.
|
| /llvm-project/libunwind/docs/ |
| H A D | index.rst | 91 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 D | MeshOps.td | 815 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 D | HowToAddABuilder.rst | 134 #. 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 D | HowToReleaseLLVM.rst | 63 * Send out release candidate sources for first round of testing. Testing lasts
|
| H A D | LibFuzzer.rst | 745 Send any questions or comments to the mailing list: libfuzzer(#)googlegroups.com
|
| H A D | AMDGPUModifierSyntax.rst | 497 da Send an array index to TA.
|
| H A D | DeveloperPolicy.rst | 985 2. Send a request for comment (RFC) to the `LLVM Discourse forums`_ describing
|
| /llvm-project/llvm/test/Demangle/ |
| H A D | rust.test | 259 CHECK: trait::<dyn Display + Send + Sync>
|
| /llvm-project/libcxx/docs/ |
| H A D | index.rst | 203 Send discussions and questions to the `libc++ forum`_.
|
| /llvm-project/llvm/lib/Support/Unix/ |
| H A D | Signals.inc | 441 // Send a special return code that drivers can check for, from sysexits.h.
|
| /llvm-project/clang/lib/Sema/ |
| H A D | SemaExprCXX.cpp | 7696 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 D | ChangeLog | 478 (DNBProcessHalt): Send our process a SIGINT instead of suspending
|