Home | History | Annotate | Download | only in Core

Lines Matching defs:error

16 #include "lldb/Core/Error.h"
31 Error &error) const
35 return properties_sp->GetSubValue(exe_ctx, path, will_modify, error);
39 Error
48 Error error;
49 error.SetErrorString ("no properties");
50 return error;
74 Error
85 Error error;
86 error.SetErrorString("empty property list");
87 return error;