Home
last modified time | relevance | path

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

/external/lldb/source/Interpreter/
DOptions.cpp651 bool first_option_printed = false;; in GenerateOptionUsage() local
659 if (first_option_printed) in GenerateOptionUsage()
662 first_option_printed = true; in GenerateOptionUsage()