Home
last modified time | relevance | path

Searched defs:client (Results 1 – 22 of 22) sorted by relevance

/llvm-project/cross-project-tests/debuginfo-tests/dexter/dex/debugger/dbgeng/
H A Dsetup.py134 def step_once(client): argument
150 def main_loop(client): argument
156 def cleanup(client): argument
/llvm-project/mlir/utils/vscode/src/MLIR/
H A DbytecodeProvider.ts67 const client = constant
115 let client = this.mlirContext.getLanguageClient(uri, 'mlir'); variable
/llvm-project/libc/src/__support/RPC/
H A Drpc_client.cpp16 /// The libc client instance used to communicate with the server. Externally variable
/llvm-project/mlir/utils/vscode/src/
H A DmlirContext.ts53 const client = this.workspaceFolders.get(folder.uri.toString()); constant
97 let client = folderContext.clients.get(languageId); variable
[all...]
/llvm-project/compiler-rt/test/sanitizer_common/TestCases/NetBSD/
H A Dpaccept.cpp14 struct sockaddr_in server = {}, client = {}; in main() local
/llvm-project/clang/test/CodeGenCXX/
H A Dgh62818.cpp27 void client(B<int> &f) {f.test();} in client() function
/llvm-project/lldb/unittests/Process/gdb-remote/
H A DGDBRemoteCommunicationTest.cpp36 TestClient client; member in __anondc2ead940111::GDBRemoteCommunicationTest
H A DGDBRemoteCommunicationClientTest.cpp71 TestClient client; member in GDBRemoteCommunicationClientTest
471 check_qmemtags(TestClient & client,MockServer & server,size_t read_len,int32_t type,const char * packet,llvm::StringRef response,std::optional<std::vector<uint8_t>> expected_tag_data) check_qmemtags() argument
548 check_Qmemtags(TestClient & client,MockServer & server,lldb::addr_t addr,size_t len,int32_t type,const std::vector<uint8_t> & tags,const char * packet,llvm::StringRef response,bool should_succeed) check_Qmemtags() argument
[all...]
H A DGDBRemoteClientBaseTest.cpp60 TestClient client; member in __anonaaf37e580111::GDBRemoteClientBaseTest
/llvm-project/flang/lib/Frontend/
H A DCompilerInstance.cpp182 createDiagnostics(clang::DiagnosticConsumer * client,bool shouldOwnClient) createDiagnostics() argument
190 createDiagnostics(clang::DiagnosticOptions * opts,clang::DiagnosticConsumer * client,bool shouldOwnClient) createDiagnostics() argument
/llvm-project/clang/lib/Basic/
H A DDiagnostic.cpp73 DiagnosticsEngine(IntrusiveRefCntPtr<DiagnosticIDs> diags,IntrusiveRefCntPtr<DiagnosticOptions> DiagOpts,DiagnosticConsumer * client,bool ShouldOwnClient) DiagnosticsEngine() argument
96 setClient(DiagnosticConsumer * client,bool ShouldOwnClient) setClient() argument
/llvm-project/llvm/unittests/TextAPI/
H A DTextStubV1Tests.cpp89 InterfaceFileRef client("clientA", Targets); in TEST() local
H A DTextStubV2Tests.cpp90 InterfaceFileRef client("clientA", Targets); in TEST() local
H A DTextStubV3Tests.cpp97 InterfaceFileRef client("clientA", Targets); in TEST() local
H A DTextStubV4Tests.cpp104 InterfaceFileRef client("ClientA", Targets); in TEST() local
/llvm-project/clang/tools/libclang/
H A DIndexing.cpp833 clang_index_setClientContainer(const CXIdxContainerInfo * info,CXIdxClientContainer client) clang_index_setClientContainer() argument
848 clang_index_setClientEntity(const CXIdxEntityInfo * info,CXIdxClientEntity client) clang_index_setClientEntity() argument
H A DCXIndexDataConsumer.cpp973 setClientEntity(const Decl * D,CXIdxClientEntity client) setClientEntity() argument
/llvm-project/clang/lib/ARCMigrate/
H A DARCMT.cpp103 DiagnosticConsumer &client, in CaptureDiagnosticConsumer() argument
/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp1208 ConnectLocally(GDBRemoteCommunication & client,GDBRemoteCommunication & server) ConnectLocally() argument
/llvm-project/libc/utils/gpu/server/
H A Drpc_server.cpp405 rpc::Client client; global() member
/llvm-project/mlir/lib/Conversion/SPIRVToLLVM/
H A DSPIRVToLLVM.cpp301 CLIENT_MAP(client,storage) mapToAddressSpace() argument
/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.h635 uint32_t client; member