Searched refs:long_help (Results 1 – 6 of 6) sorted by relevance
959 message_help(bool long_help) in message_help() argument967 if (long_help) in message_help()971 if (long_help) in message_help()980 if (long_help) in message_help()991 if (long_help) { in message_help()1004 if (long_help) { in message_help()1027 if (long_help) { in message_help()1056 if (long_help) { in message_help()1102 if (long_help) in message_help()1109 if (long_help) { in message_help()
111 extern void message_help(bool long_help);
318 llvm::StringRef long_help = GetHelpLong(); in HelpTextContainsWord() local323 else if (search_long_help && long_help.contains_insensitive(search_word)) in HelpTextContainsWord()572 llvm::StringRef long_help) { in FormatLongHelpText() argument574 std::stringstream lineStream{std::string(long_help)}; in FormatLongHelpText()612 llvm::StringRef long_help = GetHelpLong(); in GenerateHelpText() local613 if (!long_help.empty()) { in GenerateHelpText()614 FormatLongHelpText(output_strm, long_help); in GenerateHelpText()
101 static __LA_NORETURN void long_help(void);414 long_help(); in main()849 long_help(); in main()1089 long_help(void) in long_help() function
91 static __LA_NORETURN void long_help(void);236 long_help(); in main()476 long_help(void) in long_help() function
175 void FormatLongHelpText(Stream &output_strm, llvm::StringRef long_help);