Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DFormatEntity.h151 : string(s ? s : ""), printf_format(f ? f : ""), type(t) {}
166 printf_format.clear(); in Clear()
181 if (printf_format != rhs.printf_format)
201 std::string printf_format; member
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DFormatEntity.cpp265 : string(s.data(), s.size()), printf_format(), children(), in Entry()
269 : string(1, ch), printf_format(), children(), type(Type::String) {} in Entry()
376 if (!printf_format.empty()) in Dump()
377 s.Printf("printf_format = \"%s\"", printf_format.c_str()); in Dump()
741 if (entry.printf_format.empty() && entry.fmt == eFormatDefault && in DumpValue()
1009 if (!entry.printf_format.empty()) in FormatThreadExtendedInfoRecurse()
1010 token_format = entry.printf_format.c_str(); in FormatThreadExtendedInfoRecurse()
1209 if (!entry.printf_format.empty()) in Format()
1210 format = entry.printf_format.c_str(); in Format()
1244 if (!entry.printf_format.empty()) { in Format()
[all …]