Home | History | Annotate | Download | only in Interpreter

Lines Matching defs:error

63 Error
68 Error error;
77 result = Args::StringToOptionEnum (option_arg, g_dynamic_value_types, 2, error);
78 if (error.Success())
92 error.SetErrorStringWithFormat("invalid max depth '%s'", option_arg);
98 error.SetErrorStringWithFormat("invalid pointer depth '%s'", option_arg);
106 error.SetErrorStringWithFormat("invalid pointer depth '%s'", option_arg);
115 error.SetErrorStringWithFormat("invalid synthetic-type '%s'", option_arg);
118 error.SetErrorStringWithFormat ("unrecognized option '%c'", short_option);
122 return error;