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

References

tools/lldb/source/Utility/Scalar.cpp
 2410     error.SetErrorString("Invalid c-string value string.");
 2411     return error;
 2415     error.SetErrorString("Invalid encoding.");
 2422         error.SetErrorStringWithFormat(
 2425         error.SetErrorStringWithFormat(
 2442           error.SetErrorStringWithFormat(
 2449       error.SetErrorStringWithFormat(
 2452       return error;
 2460         error.SetErrorStringWithFormat(
 2463         error.SetErrorStringWithFormat(
 2480           error.SetErrorStringWithFormat(
 2487       error.SetErrorStringWithFormat(
 2490       return error;
 2503         error.SetErrorStringWithFormat("'%s' is not a valid float string value",
 2510         error.SetErrorStringWithFormat("'%s' is not a valid float string value",
 2520         error.SetErrorStringWithFormat("'%s' is not a valid float string value",
 2523       error.SetErrorStringWithFormat("unsupported float byte size: %" PRIu64 "",
 2525       return error;
 2530     error.SetErrorString("vector encoding unsupported.");
 2533   if (error.Fail())
 2536   return error;