HomeSort by relevance Sort by last modified time
    Searched defs:SBError (Results 1 - 2 of 2) sorted by null

  /external/lldb/include/lldb/API/
SBError.h 1 //===-- SBError.h -----------------------------------------------*- C++ -*-===//
17 class SBError {
19 SBError ();
21 SBError (const lldb::SBError &rhs);
23 ~SBError();
25 const SBError &
26 operator =(const lldb::SBError &rhs);
  /external/lldb/source/API/
SBError.cpp 1 //===-- SBError.cpp ---------------------------------------------*- C++ -*-===//
10 #include "lldb/API/SBError.h"
21 SBError::SBError () :
26 SBError::SBError (const SBError &rhs) :
34 SBError::~SBError()
38 const SBError
    [all...]

Completed in 48 milliseconds