Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
/llvm-project-15.0.7/openmp/runtime/test/affinity/format/
H A Daffinity_display.1.c29 char default_format[FORMAT_STORE]; in main() local
44 nchars = omp_get_affinity_format(default_format, (size_t)FORMAT_STORE); in main()
45 printf("Default Affinity Format is: %s\n", default_format); in main()
/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DOptionValueFormatEntity.h20 OptionValueFormatEntity(const char *default_format);
H A DOptionGroupFormat.h32 lldb::Format default_format,