Searched refs:NoProgram (Results 1 – 2 of 2) sorted by relevance
46 enum NoProgram { NO_PROGRAM }; enum47 explicit CommandLine(NoProgram no_program);
156 CommandLine::CommandLine(NoProgram no_program) in CommandLine()