Searched refs:m_value (Results 101 - 120 of 120) sorted by relevance

12345

/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DValueObject.cpp83 m_update_point(parent.GetUpdatePoint()), m_name(), m_data(), m_value(),
112 m_data(), m_value(), m_error(), m_value_str(), m_old_value_str(),
146 Value::ValueType value_type = m_value.GetValueType();
381 return GetLocationAsCStringImpl(m_value, m_data);
427 Value &ValueObject::GetValue() { return m_value; }
429 const Value &ValueObject::GetValue() const { return m_value; }
436 Value tmp_value(m_value);
860 addr = m_value.GetScalar().ULongLong(LLDB_INVALID_ADDRESS);
878 error = m_value.GetValueAsData(&exe_ctx, data, GetModule().get());
907 Value::ValueType value_type = m_value
[all...]
H A DValueObjectRegister.cpp309 m_value.SetContext(Value::eContextTypeRegisterInfo,
311 m_value.SetValueType(Value::eValueTypeHostAddress);
312 m_value.GetScalar() = (uintptr_t)m_data.GetDataStart();
H A DValueObjectSyntheticFilter.cpp348 m_value = (source->UpdateValueIfNeeded(), source->GetValue());
350 m_error = m_value.GetValueAsData(&exe_ctx, m_data, GetModule().get());
/freebsd-11-stable/contrib/tcsh/
H A Ded.term.c87 unsigned long m_value; member in struct:tcshmodes
89 int m_value; member in struct:tcshmodes
635 x = (ttylist[z][i].t_setmask & m->m_value) ? '+' : '\0';
636 x = (ttylist[z][i].t_clrmask & m->m_value) ? '-' : x;
675 ttylist[z][m->m_type].t_setmask |= m->m_value;
676 ttylist[z][m->m_type].t_clrmask &= ~m->m_value;
679 ttylist[z][m->m_type].t_setmask &= ~m->m_value;
680 ttylist[z][m->m_type].t_clrmask |= m->m_value;
683 ttylist[z][m->m_type].t_setmask &= ~m->m_value;
684 ttylist[z][m->m_type].t_clrmask &= ~m->m_value;
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DStackFrameRecognizer.h144 m_value = m_parent->GetValue();
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DValueObjectPrinter.h138 std::string m_value; member in class:lldb_private::ValueObjectPrinter
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DType.h462 : m_integer_type_sp(), m_name("<invalid>"), m_value(), m_valid(false) {}
477 uint64_t GetValueAsUnsigned() const { return m_value.getZExtValue(); }
479 int64_t GetValueAsSigned() const { return m_value.getSExtValue(); }
484 llvm::APSInt m_value; member in class:lldb_private::Type::TypeEnumMemberImpl
/freebsd-11-stable/lib/libedit/
H A Dtty.c61 unsigned int m_value; member in struct:ttymodes_t
1207 x = (el->el_tty.t_t[z][i].t_setmask & m->m_value)
1210 if (el->el_tty.t_t[z][i].t_clrmask & m->m_value)
1266 int c = ffs((int)m->m_value);
1278 el->el_tty.t_t[z][m->m_type].t_setmask |= m->m_value;
1279 el->el_tty.t_t[z][m->m_type].t_clrmask &= ~m->m_value;
1282 el->el_tty.t_t[z][m->m_type].t_setmask &= ~m->m_value;
1283 el->el_tty.t_t[z][m->m_type].t_clrmask |= m->m_value;
1286 el->el_tty.t_t[z][m->m_type].t_setmask &= ~m->m_value;
1287 el->el_tty.t_t[z][m->m_type].t_clrmask &= ~m->m_value;
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DStopInfoMachException.cpp55 switch (m_value) {
273 strm.Printf("EXC_??? (%" PRIu64 ")", m_value);
/freebsd-11-stable/sys/sys/
H A Delf64.h176 Elf64_Lword m_value; /* symbol value */ member in struct:__anon8491
H A Delf32.h162 Elf32_Lword m_value; /* symbol value */ member in struct:__anon8473
/freebsd-11-stable/contrib/llvm-project/lldb/source/DataFormatters/
H A DValueObjectPrinter.cpp63 m_value.assign("");
392 GetValueSummaryError(m_value, m_summary, m_error);
413 if (!IsNil() && !IsUninitialized() && !m_value.empty() &&
422 m_stream->Printf(" %s", m_value.c_str());
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/bin_search_tree_/
H A Dbin_search_tree_.hpp106 #define PB_DS_EP2VP(X)& ((X)->m_value)
112 #define PB_DS_EP2VP(X)& ((X)->m_value.first)
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/ov_tree_map_/
H A Dov_tree_map_.hpp100 #define PB_DS_EP2VP(X)& ((X)->m_value)
106 #define PB_DS_EP2VP(X)& ((X)->m_value.first)
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/pat_trie_/
H A Dpat_trie_.hpp105 #define PB_DS_EP2VP(X)& ((X)->m_value)
111 #define PB_DS_EP2VP(X)& ((X)->m_value.first)
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/gp_hash_table_map_/
H A Dconstructor_destructor_fn_imps.hpp214 p_e->m_value.~value_type();
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/rb_tree_map_/
H A Dsplit_join_fn_imps.hpp265 if (Cmp_Fn::operator()(r_key, PB_DS_V2F(p_nd->m_value)))
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DType.cpp1105 : m_integer_type_sp(integer_type_sp), m_name(name), m_value(value),
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObject.h831 Value m_value; member in class:lldb_private::ValueObject::PrintableRepresentationSpecialCases
/freebsd-11-stable/contrib/elftoolchain/common/
H A Delfdefinitions.h2721 Elf32_Lword m_value; /* Initialization value. */ member in struct:__anon55
2730 Elf64_Lword m_value; /* Initialization value. */ member in struct:__anon56

Completed in 155 milliseconds

12345