Home
last modified time | relevance | path

Searched refs:PathnameResponse (Results 1 – 5 of 5) sorted by relevance

/netbsd/external/gpl3/gcc/dist/libcody/
H A Dresolver.cc146 s->PathnameResponse (REPO_DIR); in ModuleRepoRequest()
154 s->PathnameResponse (cmi); in ModuleExportRequest()
161 s->PathnameResponse (cmi); in ModuleImportRequest()
199 s->PathnameResponse (cmi); in IncludeTranslateRequest()
H A Dclient.cc18 static Packet PathnameResponse (std::vector<std::string> &words);
27 &PathnameResponse,
28 &PathnameResponse,
29 &PathnameResponse,
248 Packet PathnameResponse (std::vector<std::string> &words) in PathnameResponse() function
332 return PathnameResponse (words); in IncludeTranslateResponse()
H A Dcody.hh734 void PathnameResponse (char const *path, size_t plen = ~size_t (0));
735 void PathnameResponse (std::string const &path) in PathnameResponse() function in Cody::Server
737 PathnameResponse (path.data (), path.size ()); in PathnameResponse()
H A Dserver.cc291 void Server::PathnameResponse (char const *cmi, size_t clen) in PathnameResponse() function in Cody::Server
/netbsd/external/gpl3/gcc/dist/c++tools/
H A Dresolver.cc221 s->PathnameResponse (repo); in ModuleRepoRequest()
239 s->PathnameResponse (iter->second); in cmi_response()
307 s->PathnameResponse (iter->second); in IncludeTranslateRequest()