Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Core/
H A DFormatEntity.h150 : string(s ? s : ""), printf_format(f ? f : ""), type(t) {}
165 printf_format.clear(); in Clear()
180 if (printf_format != rhs.printf_format)
200 std::string printf_format; member
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp369 if (!printf_format.empty()) in Dump()
1002 if (!entry.printf_format.empty()) in FormatThreadExtendedInfoRecurse()
1215 if (!entry.printf_format.empty()) in Format()
1250 if (!entry.printf_format.empty()) { in Format()
1252 if (entry.printf_format == "tid") { in Format()
1282 if (!entry.printf_format.empty()) in Format()
1295 if (!entry.printf_format.empty()) in Format()
1471 if (!entry.printf_format.empty()) in Format()
1804 if (!entry.printf_format.empty()) in Format()
1814 if (!entry.printf_format.empty()) in Format()
[all …]