Searched refs:m_code (Results 1 - 5 of 5) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/
H A DError.cpp32 m_code (0),
42 m_code (err),
49 m_code (rhs.m_code),
56 m_code (0),
75 m_code = rhs.m_code;
89 m_code = err;
117 s = ::mach_error_string (m_code);
122 s = ::strerror (m_code);
[all...]
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFAbbreviationDeclaration.cpp19 m_code (InvalidCode),
27 m_code (InvalidCode),
43 m_code = code;
45 if (m_code)
76 // *ostrm_ptr << std::setfill(' ') << std::dec << '[' << std::setw(3) << std::right << m_code << ']' << ' ' << std::setw(30) << std::left << DW_TAG_value_to_name(m_tag) << DW_CHILDREN_value_to_name(m_has_children) << std::endl;
91 return m_code != 0 && m_tag != 0;
98 m_code = abbr_decl.Code(); // Invalidate the code since that can't be copied safely.
148 m_code = InvalidCode;
H A DDWARFAbbreviationDeclaration.h31 dw_uleb128_t Code() const { return m_code; }
32 void SetCode(dw_uleb128_t code) { m_code = code; }
75 dw_uleb128_t m_code; member in class:DWARFAbbreviationDeclaration
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Core/
H A DError.h303 ValueType m_code; ///< Error code as an integer value. member in class:lldb_private::Error
/freebsd-10-stable/contrib/binutils/gas/config/
H A Dtc-score.c2228 adjust_paritybit (unsigned long m_code, enum insn_class class) argument
2263 m_code_high = m_code & 0x3fff8000;
2264 m_code_low = m_code & 0x00007fff;

Completed in 198 milliseconds