Home
last modified time | relevance | path

Searched refs:ErrorResponse (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/c++tools/
H A Dresolver.cc204 s->ErrorResponse ("version mismatch"); in ConnectRequest()
207 ErrorResponse (s, std::string ("only GCC supported")); in ConnectRequest()
210 ErrorResponse (s, std::string ("bad ident")); in ConnectRequest()
237 s->ErrorResponse ("no such module"); in cmi_response()
/netbsd-src/external/gpl3/gcc/dist/libcody/
H A Dresolver.cc137 s->ErrorResponse ("version mismatch"); in ConnectRequest()
206 void Resolver::ErrorResponse (Server *server, std::string &&msg) in ErrorResponse() function in Cody::Resolver
208 server->ErrorResponse (msg); in ErrorResponse()
H A Dcody.hh600 virtual void ErrorResponse (Server *s, std::string &&msg);
719 void ErrorResponse (char const *error, size_t elen = ~size_t (0));
720 void ErrorResponse (std::string const &error) in ErrorResponse() function in Cody::Server
722 ErrorResponse (error.data (), error.size ()); in ErrorResponse()
H A Dserver.cc155 resolver->ErrorResponse (this, std::move (msg)); in ProcessRequests()
265 void Server::ErrorResponse (char const *error, size_t elen) in ErrorResponse() function in Cody::Server