Home
last modified time | relevance | path

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

/freebsd/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.cpp35 lldb::Format default_format, uint64_t default_byte_size, in OptionGroupFormat() argument
37 : m_format(default_format, default_format), in OptionGroupFormat()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValueFormatEntity.h20 OptionValueFormatEntity(const char *default_format);
H A DOptionGroupFormat.h32 lldb::Format default_format,
/freebsd/usr.bin/seq/
H A Dseq.c56 static char default_format[] = { "%g" }; /* default */ variable
471 return (default_format); in generate_format()