Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DFormatEntity.h130 : string(s ? s : ""), printf_format(f ? f : ""), children(),
147 printf_format.clear(); in Clear()
163 if (printf_format != rhs.printf_format)
185 std::string printf_format; member
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DFormatEntity.cpp394 if (!printf_format.empty()) in Dump()
1047 if (!entry.printf_format.empty()) in FormatThreadExtendedInfoRecurse()
1172 if (!entry.printf_format.empty()) in Format()
1207 if (!entry.printf_format.empty()) { in Format()
1209 if (entry.printf_format == "tid") { in Format()
1238 if (!entry.printf_format.empty()) in Format()
1251 if (!entry.printf_format.empty()) in Format()
1420 if (!entry.printf_format.empty()) in Format()
1821 if (!entry.printf_format.empty()) in Format()
1831 if (!entry.printf_format.empty()) in Format()
[all …]