Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DFormatEntity.h151 : string(s ? s : ""), printf_format(f ? f : ""), children(), type(t) {}
166 printf_format.clear(); in Clear()
181 if (printf_format != rhs.printf_format)
201 std::string printf_format; member
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp377 if (!printf_format.empty()) in Dump()
1017 if (!entry.printf_format.empty()) in FormatThreadExtendedInfoRecurse()
1152 if (!entry.printf_format.empty()) in Format()
1187 if (!entry.printf_format.empty()) { in Format()
1189 if (entry.printf_format == "tid") { in Format()
1218 if (!entry.printf_format.empty()) in Format()
1231 if (!entry.printf_format.empty()) in Format()
1407 if (!entry.printf_format.empty()) in Format()
1850 if (!entry.printf_format.empty()) in Format()
1860 if (!entry.printf_format.empty()) in Format()
[all …]