Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/include/lldb/Core/
HDFormatEntity.h115 printf_format (f ? f : ""),
147 printf_format.clear(); in Clear()
167 if (printf_format != rhs.printf_format)
190 std::string printf_format; member
/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDFormatEntity.cpp232 printf_format (), in Entry()
244 printf_format (), in Entry()
365 if (!printf_format.empty()) in Dump()
366 s.Printf ("printf_format = \"%s\"", printf_format.c_str()); in Dump()
795 …if (entry.printf_format.empty() && entry.fmt == eFormatDefault && entry.number == ValueObject::eVa… in DumpValue()
1082 if (!entry.printf_format.empty()) in FormatThreadExtendedInfoRecurse()
1083 token_format = entry.printf_format.c_str(); in FormatThreadExtendedInfoRecurse()
1259 if (!entry.printf_format.empty()) in Format()
1260 format = entry.printf_format.c_str(); in Format()
1300 if (!entry.printf_format.empty()) in Format()
[all …]