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

References

tools/lldb/source/Core/FormatEntity.cpp
 1992   while (!format.empty() && error.Success()) {
 1998       return error;
 2010       return error;
 2015       error = FormatEntity::ParseInternal(format, scope_entry, depth + 1);
 2016       if (error.Fail())
 2017         return error;
 2023         error.SetErrorString("unmatched '}' character");
 2028       return error;
 2033         error.SetErrorString(
 2035         return error;
 2087             error.SetErrorString("octal number is larger than a single byte");
 2088             return error;
 2112             error.SetErrorString("hex number is larger than a single byte");
 2113             return error;
 2139           error = FormatEntity::ExtractVariableInfo(format, variable,
 2141           if (error.Fail())
 2142             return error;
 2207                   error.SetErrorStringWithFormat("invalid format: '%s'",
 2209                   return error;
 2217                 error.SetErrorStringWithFormat("invalid format: '%s'",
 2219                 return error;
 2235           error = ParseEntry(variable, &g_root, entry);
 2236           if (error.Fail())
 2237             return error;
 2242               error.SetErrorString("the 'tid' format can only be used on "
 2263               error.SetErrorStringWithFormat(
 2266               return error;
 2275   return error;