Searched refs:printf_format (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Core/ |
H A D | FormatEntity.h | 150 : 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-src/contrib/llvm-project/lldb/source/Core/ |
H A D | FormatEntity.cpp | 266 : string(s.data(), s.size()), printf_format(), children(), in Entry() 270 : string(1, ch), printf_format(), children(), type(Type::String) {} 370 if (!printf_format.empty()) in Dump() 371 s.Printf("printf_format = \"%s\"", printf_format.c_str()); in Dump() 769 if (entry.printf_format.empty() && entry.fmt == eFormatDefault && in DumpValue() 926 entry.printf_format, target->GetTypeInfo()); in DumpValue() 1044 if (!entry.printf_format.empty()) in ParseBaseName() 1045 token_format = entry.printf_format.c_str(); in ParseBaseName() 1257 if (!entry.printf_format in Format() [all...] |