Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueFormatEntity.cpp18 OptionValueFormatEntity::OptionValueFormatEntity(const char *default_format) { in OptionValueFormatEntity() argument
19 if (default_format && default_format[0]) { in OptionValueFormatEntity()
20 llvm::StringRef default_format_str(default_format); in OptionValueFormatEntity()
23 m_default_format = default_format; in OptionValueFormatEntity()
24 m_current_format = default_format; in OptionValueFormatEntity()
H A DOptionGroupFormat.cpp19 OptionGroupFormat::OptionGroupFormat(lldb::Format default_format, in OptionGroupFormat() argument
22 : m_format(default_format, default_format), in OptionGroupFormat()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValueFormatEntity.h20 OptionValueFormatEntity(const char *default_format);
H A DOptionGroupFormat.h29 lldb::Format default_format,
/freebsd-13.1/usr.bin/seq/
H A Dseq.c58 static char default_format[] = { "%g" }; /* default */ variable
465 return (default_format); in generate_format()