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

12345

/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DUnwindPlan.h208 FAValue() : m_type(unspecified), m_value() {}
220 m_value.ra_search_offset = offset;
229 m_value.reg.reg_num = reg_num;
230 m_value.reg.offset = offset;
239 m_value.reg.reg_num = reg_num;
246 m_value.expr.opcodes = opcodes;
247 m_value.expr.length = len;
252 return m_value.reg.reg_num;
261 return m_value.reg.offset;
263 return m_value
320 } m_value; member in class:lldb_private::UnwindPlan::Row::FAValue
[all...]
/freebsd-12-stable/contrib/libstdc++/include/ext/pb_ds/detail/bin_search_tree_/
H A Dinsert_fn_imps.hpp64 PB_DS_V2F(p_nd->m_value),
81 PB_DS_V2F(p_pot->m_value)))
121 PB_DS_V2F(p_nd->m_value)));
132 PB_DS_V2F(p_nd->m_value),
188 static_cast<const void* >(&p_new_nd->m_value)))
208 static_cast<const void* >(&p_new_nd->m_value)))
H A Ddebug_fn_imps.hpp116 PB_DS_V2F(p_nd->m_value)));
122 _GLIBCXX_DEBUG_ASSERT(Cmp_Fn::operator()(PB_DS_V2F(p_nd->m_value),
125 return (std::make_pair((l_range.first != NULL)? l_range.first :& p_nd->m_value,(r_range.second != NULL)? r_range.second :& p_nd->m_value));
136 _GLIBCXX_DEBUG_ASSERT(!Cmp_Fn::operator()(PB_DS_V2F(p_nd->m_value),
137 PB_DS_V2F(p_nd->m_p_left->m_value)));
148 _GLIBCXX_DEBUG_ASSERT(!Cmp_Fn::operator()(PB_DS_V2F(p_nd->m_p_right->m_value),
149 PB_DS_V2F(p_nd->m_value)));
265 map_debug_base::check_key_exists(PB_DS_V2F(p_nd->m_value));
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFAttribute.h23 : m_attr(attr), m_form(form), m_value(value) {}
35 val = m_value;
47 DWARFFormValue::ValueType m_value; member in class:DWARFAttribute
/freebsd-12-stable/contrib/libstdc++/include/ext/pb_ds/detail/cc_hash_table_map_/
H A Dtrace_fn_imps.hpp73 std::cerr << PB_DS_V2F(p_l->m_value) << " ";
H A Derase_no_store_hash_fn_imps.hpp73 if (hash_eq_fn_base::operator()(PB_DS_V2F(p_e->m_value), r_key))
94 if (hash_eq_fn_base::operator()(PB_DS_V2F(p_next_e->m_value), r_key))
H A Derase_store_hash_fn_imps.hpp64 if (hash_eq_fn_base::operator()(PB_DS_V2F(p_e->m_value), p_e->m_hash,
86 if (hash_eq_fn_base::operator()(PB_DS_V2F(p_next_e->m_value),
H A Dcond_key_dtor_entry_dealtor.hpp114 m_p_e->m_value.first.~key_type();
/freebsd-12-stable/contrib/libstdc++/include/ext/pb_ds/detail/gp_hash_table_map_/
H A Ddebug_store_hash_fn_imps.hpp66 const_key_reference r_key = PB_DS_V2F(p_e->m_value);
H A Dinsert_no_store_hash_fn_imps.hpp80 if (hash_eq_fn_base::operator()(PB_DS_V2F(p_e->m_value), r_key))
111 return std::make_pair(&(m_entries + pos)->m_value, false);
H A Derase_no_store_hash_fn_imps.hpp73 if (hash_eq_fn_base::operator()(PB_DS_V2F(p_e->m_value), r_key))
H A Derase_store_hash_fn_imps.hpp72 if (hash_eq_fn_base::operator()(PB_DS_V2F(p_e->m_value), p_e->m_hash,
/freebsd-12-stable/contrib/llvm-project/lldb/source/Core/
H A DValueObjectDynamicValue.cpp47 return m_value.GetCompilerType();
105 return m_value.GetValueByteSize(nullptr, &exe_ctx);
201 m_value = m_parent->GetValue();
202 m_error = m_value.GetValueAsData(&exe_ctx, m_data, GetModule().get());
206 Value old_value(m_value);
233 m_value.GetScalar() = load_address;
240 // m_value.SetContext (Value::eContextTypeClangType, corrected_type);
241 m_value.SetCompilerType(m_dynamic_type_info.GetCompilerType());
243 m_value.SetValueType(value_type);
250 // The variable value is in the Scalar value inside the m_value
[all...]
/freebsd-12-stable/contrib/libstdc++/include/ext/pb_ds/detail/binomial_heap_base_/
H A Ddebug_fn_imps.hpp68 _GLIBCXX_DEBUG_ASSERT(!Cmp_Fn::operator()(m_p_max->m_value, it.m_p_nd->m_value));
/freebsd-12-stable/contrib/libstdc++/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
H A Dconst_point_iterator.hpp129 return &m_p_nd->m_value;
137 return m_p_nd->m_value;
H A Dtrace_fn_imps.hpp78 std::cerr << p_nd->m_value << std::endl;
/freebsd-12-stable/contrib/libstdc++/include/ext/pb_ds/detail/splay_tree_/
H A Dinsert_fn_imps.hpp74 if (!Cmp_Fn::operator()(PB_DS_V2F(p_nd->m_value), PB_DS_V2F(r_value)))
76 if (!Cmp_Fn::operator()(PB_DS_V2F(r_value), PB_DS_V2F(p_nd->m_value)))
/freebsd-12-stable/contrib/libstdc++/include/ext/pb_ds/detail/thin_heap_/
H A Dconstructors_destructor_fn_imps.hpp85 if (Cmp_Fn::operator()(m_p_max->m_value, p_nd->m_value))
/freebsd-12-stable/contrib/atf/atf-c/detail/
H A Dmap.c42 void *m_value; member in struct:map_entry
59 me->m_value = value;
88 return me->m_value;
132 return me->m_value;
210 free(me->m_value);
368 free(me->m_value);
371 me->m_value = value;
/freebsd-12-stable/contrib/libstdc++/include/ext/pb_ds/detail/pat_trie_/
H A Drotate_fn_imps.hpp131 p_update->operator()(& PB_DS_V2F(p_nd->m_value),(p_nd->m_p_left == NULL) ?
133 & PB_DS_V2F(p_nd->m_p_left->m_value),(p_nd->m_p_right == NULL) ?
135 & PB_DS_V2F(p_nd->m_p_right->m_value));
/freebsd-12-stable/contrib/libstdc++/include/ext/pb_ds/detail/rc_binomial_heap_/
H A Dinsert_fn_imps.hpp63 if (base_type::m_p_max == NULL || Cmp_Fn::operator()(base_type::m_p_max->m_value, r_val))
107 if (Cmp_Fn::operator()(p_nd->m_value, p_next->m_value))
/freebsd-12-stable/contrib/llvm-project/lldb/source/Symbol/
H A DUnwindPlan.cpp174 return m_value.ra_search_offset == rhs.m_value.ra_search_offset;
177 return m_value.reg.offset == rhs.m_value.reg.offset;
180 return m_value.reg.reg_num == rhs.m_value.reg.reg_num;
183 if (m_value.expr.length == rhs.m_value.expr.length)
184 return !memcmp(m_value.expr.opcodes, rhs.m_value
[all...]
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStructuredData.h288 : Object(lldb::eStructuredDataTypeInteger), m_value(i) {}
292 void SetValue(uint64_t value) { m_value = value; }
294 uint64_t GetValue() { return m_value; }
299 uint64_t m_value; member in class:Integer
305 : Object(lldb::eStructuredDataTypeFloat), m_value(d) {}
309 void SetValue(double value) { m_value = value; }
311 double GetValue() { return m_value; }
316 double m_value; member in class:Float
322 : Object(lldb::eStructuredDataTypeBoolean), m_value(b) {}
326 void SetValue(bool value) { m_value
333 bool m_value; member in class:Boolean
349 std::string m_value; member in class:String
[all...]
/freebsd-12-stable/contrib/libstdc++/include/ext/pb_ds/detail/
H A Dbasic_types.hpp85 value_type m_value; member in struct:pb_ds::detail::value_type_base::stored_value_type
112 value_type m_value; member in struct:pb_ds::detail::value_type_base::stored_value_type
147 value_type m_value; member in struct:pb_ds::detail::value_type_base::stored_value_type
189 value_type m_value; member in struct:pb_ds::detail::value_type_base::stored_value_type
/freebsd-12-stable/contrib/elftoolchain/libelf/
H A Dgelf_move.c84 dst->m_value = move32->m_value;
146 move32->m_value = gm->m_value;

Completed in 104 milliseconds

12345