HomeSort by: relevance | last modified time | path
    Searched defs:Client (Results 1 - 10 of 10) sorted by relevancy

  /src/external/gpl3/gcc/dist/libcody/
client.cc 12 // Client code
34 Client::Client ()
39 Client::Client (Client &&src)
55 Client::~Client ()
59 Client &Client::operator= (Client &&src
    [all...]
cody.hh 230 /// Response data for a request. Returned by Client's request calls,
360 /// Client-side (compiler) object.
361 class Client
388 Client ();
392 Client (Server *s)
393 : Client ()
401 Client (int from, int to = -1)
402 : Client ()
407 ~Client ();
409 Client (Client &&)
    [all...]
  /src/external/gpl3/gcc.old/dist/libcody/
client.cc 12 // Client code
34 Client::Client ()
39 Client::Client (Client &&src)
55 Client::~Client ()
59 Client &Client::operator= (Client &&src
    [all...]
cody.hh 230 /// Response data for a request. Returned by Client's request calls,
360 /// Client-side (compiler) object.
361 class Client
388 Client ();
392 Client (Server *s)
393 : Client ()
401 Client (int from, int to = -1)
402 : Client ()
407 ~Client ();
409 Client (Client &&)
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/Rewrite/Frontend/
FixItRewriter.h 1 //===- FixItRewriter.h - Fix-It Rewriter Diagnostic Client ------*- C++ -*-===//
9 // This is a diagnostic client adaptor that performs rewrites as
11 // then forwards any diagnostics to the adapted diagnostic client.
72 /// The diagnostic client that performs the actual formatting
74 DiagnosticConsumer *Client;
128 /// Emit a diagnostic via the adapted diagnostic client.
  /src/external/apache2/llvm/dist/llvm/lib/TextAPI/
InterfaceFile.cpp 51 auto Client = addEntry(AllowableClients, InstallName);
52 Client->addTarget(Target);
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
SerializedDiagnosticPrinter.cpp 230 /// Language options, which can differ from one clone of this client
759 auto Client =
762 IDs, State->DiagOpts.get(), Client);
ASTUnit.cpp 643 /// there is no diagnostic client to capture them already.
646 FilterAndStoreDiagnosticConsumer Client;
656 Client(StoredDiags, StandaloneDiags,
663 Diags.setClient(&Client, false);
668 if (Diags.getClient() == &Client)
863 // Tell the diagnostic client that we have started a source file.
1124 // Keep the ownership of the data in the ASTUnit because the client may
  /src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetClient.h 1 //===- OrcRemoteTargetClient.h - Orc Remote-target Client -------*- C++ -*-===//
65 Client.destroyRemoteAllocator(Id);
119 Client.reserveMem(Id, CodeSize, CodeAlign);
130 Client.reserveMem(Id, RODataSize, RODataAlign);
141 Client.reserveMem(Id, RWDataSize, RWDataAlign);
161 Client.deregisterEHFrames(Frame.Addr, Frame.Size);
199 if (auto Err = Client.registerEHFrames(EHFrame.Addr, EHFrame.Size)) {
263 RemoteRTDyldMemoryManager(OrcRemoteTargetClient &Client,
265 : Client(Client), Id(Id)
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
Diagnostic.h 294 DiagnosticConsumer *Client = nullptr;
541 DiagnosticConsumer *client = nullptr,
565 DiagnosticConsumer *getClient() { return Client; }
566 const DiagnosticConsumer *getClient() const { return Client; }
568 /// Determine whether this \c DiagnosticsEngine object own its client.
571 /// Return the current diagnostic client along with ownership of that
572 /// client.
589 // DiagnosticsEngine characterization methods, used by a client to customize
604 /// Set the diagnostic client associated with this diagnostic object.
607 /// ownership of \c client
    [all...]

Completed in 22 milliseconds