reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/include/lldb/Core/FormatEntity.h
  132       printf_format.clear();
  148       if (printf_format != rhs.printf_format)
  148       if (printf_format != rhs.printf_format)
tools/lldb/source/Core/FormatEntity.cpp
  379   if (!printf_format.empty())
  380     s.Printf("printf_format = \"%s\"", printf_format.c_str());
  753     if (entry.printf_format.empty() && entry.fmt == eFormatDefault &&
 1023       if (!entry.printf_format.empty())
 1024         token_format = entry.printf_format.c_str();
 1157         if (!entry.printf_format.empty())
 1158           format = entry.printf_format.c_str();
 1192         if (!entry.printf_format.empty()) {
 1194           if (entry.printf_format == "tid") {
 1209             format = entry.printf_format.c_str();
 1223         if (!entry.printf_format.empty())
 1224           format = entry.printf_format.c_str();
 1236         if (!entry.printf_format.empty())
 1237           format = entry.printf_format.c_str();
 1405         if (!entry.printf_format.empty())
 1406           format = entry.printf_format.c_str();
 1807       if (!entry.printf_format.empty())
 1808         format = entry.printf_format.c_str();
 1817       if (!entry.printf_format.empty())
 1818         format = entry.printf_format.c_str();
 2146             entry.printf_format = variable_format.str();
 2156             if (entry.printf_format.find('%') == std::string::npos) {
 2160                       entry.printf_format.c_str(), false, entry.fmt)) {
 2163               } else if (entry.printf_format.size() == 1) {
 2164                 switch (entry.printf_format[0]) {
 2208                                                  entry.printf_format.c_str());
 2212                              entry.printf_format.c_str(), true, entry.fmt)) {
 2214               } else if (entry.printf_format == "tid") {
 2218                                                entry.printf_format.c_str());
 2225                 entry.printf_format.clear();