Lines Matching defs:error
16 #include "lldb/Core/Error.h"31 Error &error) const35 return properties_sp->GetSubValue(exe_ctx, path, will_modify, error);39 Error48 Error error;49 error.SetErrorString ("no properties");50 return error;74 Error85 Error error;86 error.SetErrorString("empty property list");87 return error;