Searched refs:NoProgram (Results 1 – 2 of 2) sorted by relevance
44 enum NoProgram { NO_PROGRAM }; enum45 explicit CommandLine(NoProgram no_program);
162 CommandLine::CommandLine(NoProgram no_program) in CommandLine()