Searched defs:InputArgv (Results 1 – 4 of 4) sorted by relevance
106 cl::list<std::string> InputArgv("args", cl::Positional, variable
101 InputArgv(cl::ConsumeAfter, cl::desc("<program arguments>...")); variable
84 static cl::list<std::string> InputArgv("args", cl::Positional, variable
336 const std::vector<std::string> &InputArgv) { in reset()