Searched refs:OutputFormatShort (Results 1 – 3 of 3) sorted by relevance
44 OutputFormatShort(cl::desc("Specify output format"), variable294 if (OutputFormatShort.getNumOccurrences()) in main()295 OutputFormat = OutputFormatShort; in main()
44 static cl::opt<OutputFormatTy> OutputFormatShort( variable859 if (OutputFormatShort.getNumOccurrences()) in main()860 OutputFormat = static_cast<OutputFormatTy>(OutputFormatShort); in main()
46 static cl::opt<OutputFormatTy> OutputFormatShort( variable832 if (OutputFormatShort.getNumOccurrences()) in main()833 OutputFormat = static_cast<OutputFormatTy>(OutputFormatShort); in main()