Home
last modified time | relevance | path

Searched refs:first_option_printed (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptions.cpp513 bool first_option_printed = false; in GenerateOptionUsage() local
517 if (first_option_printed) in GenerateOptionUsage()
520 first_option_printed = true; in GenerateOptionUsage()