Searched refs:CLCompileServer (Results 1 – 3 of 3) sorted by relevance
70 class CLCompileServer : public CompileServer {71 CLCompileServer() = delete;72 CLCompileServer(const CLCompileServer &) = delete;73 CLCompileServer &operator=(const CLCompileServer &) = delete;76 CLCompileServer(int argc, char **argv) : argc(argc), argv(argv) {} in CLCompileServer() function78 ~CLCompileServer() final = default;
46 return Ice::CLCompileServer(argc, argv).runAndReturnErrorCode(); in main()
172 void CLCompileServer::run() { in run()