Searched refs:m_value (Results 1 - 25 of 110) sorted by relevance

12345

/freebsd-10.3-release/contrib/llvm/tools/lldb/include/lldb/Host/
H A DPredicate.h56 m_value(),
72 m_value(initial_value),
91 /// Copies the current \a m_value in a thread safe manor and returns
101 T value = m_value;
108 /// Set the contained \a m_value to \a new_value in a thread safe
127 const T old_value = m_value;
128 m_value = value;
134 /// Set some bits in \a m_value.
136 /// Logically set the bits \a bits in the contained \a m_value in a
140 /// The bits to set in \a m_value
470 T m_value; ///< The templatized value T that we are protecting access to member in class:lldb_private::Predicate
[all...]
/freebsd-10.3-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DThreadSafeValue.h29 m_value (),
35 m_value (value),
50 value = m_value;
60 return m_value;
67 m_value = value;
75 m_value = value;
85 T m_value; member in class:lldb_private::ThreadSafeValue
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionGroupBoolean.cpp27 m_value (default_value, default_value)
53 m_value.SetCurrentValue (!m_value.GetDefaultValue());
54 m_value.SetOptionWasSet ();
58 error = m_value.SetValueFromCString (option_arg);
66 m_value.Clear();
H A DOptionGroupString.cpp28 m_value (default_value, default_value)
50 Error error (m_value.SetValueFromCString (option_arg));
57 m_value.Clear();
H A DOptionGroupUInt64.cpp28 m_value (default_value, default_value)
50 Error error (m_value.SetValueFromCString (option_arg));
57 m_value.Clear();
/freebsd-10.3-release/contrib/libstdc++/include/ext/pb_ds/detail/binomial_heap_base_/
H A Dfind_fn_imps.hpp59 return m_p_max->m_value;
73 if (Cmp_Fn::operator()(m_p_max->m_value, p_cur->m_value))
/freebsd-10.3-release/contrib/libstdc++/include/ext/pb_ds/detail/cc_hash_table_map_/
H A Ddebug_no_store_hash_fn_imps.hpp53 { map_debug_base::check_key_exists(PB_DS_V2F(p->m_value)); }
H A Ddebug_store_hash_fn_imps.hpp54 map_debug_base::check_key_exists(PB_DS_V2F(p_e->m_value));
55 comp_hash pos_hash_pair = ranged_hash_fn_base::operator()(PB_DS_V2F(p_e->m_value));
H A Dentry_list_fn_imps.hpp69 new (&p_e->m_value) value_type(r_val);
83 new (&p_e->m_value) value_type(r_val);
94 p_e->m_value.~value_type();
/freebsd-10.3-release/contrib/libstdc++/include/ext/pb_ds/detail/pairing_heap_/
H A Dfind_fn_imps.hpp55 return base_type::m_p_root->m_value;
/freebsd-10.3-release/contrib/libstdc++/include/ext/pb_ds/detail/gp_hash_table_map_/
H A Dconstructor_destructor_no_store_hash_fn_imps.hpp56 new (&p_e->m_value) mapped_value_type(r_val);
58 _GLIBCXX_DEBUG_ONLY(map_debug_base::insert_new(p_e->m_value.first);)
H A Dresize_no_store_hash_fn_imps.hpp54 const_key_reference r_key = PB_DS_V2F(p_e->m_value);
64 new (&p_new_e->m_value) value_type(p_e->m_value);
H A Dresize_store_hash_fn_imps.hpp54 const_key_reference r_key = PB_DS_V2F(p_e->m_value);
65 new (&p_new_e->m_value) value_type(p_e->m_value);
H A Dconstructor_destructor_store_hash_fn_imps.hpp56 new (&p_e->m_value) mapped_value_type(r_val);
59 _GLIBCXX_DEBUG_ONLY(map_debug_base::insert_new(p_e->m_value.first);)
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Core/
H A DValueObjectCast.cpp57 //m_value.SetContext (Value::eContextTypeClangType, cast_type.GetOpaqueQualType());
58 m_value.SetClangType (cast_type);
80 return m_value.GetValueByteSize(NULL);
98 Value old_value(m_value);
100 m_value = m_parent->GetValue();
102 //m_value.SetContext (Value::eContextTypeClangType, clang_type);
103 m_value.SetClangType (clang_type);
110 SetValueDidChange (m_value.GetValueType() != old_value.GetValueType() || m_value.GetScalar() != old_value.GetScalar());
113 m_error = m_value
[all...]
H A DValueObjectMemory.cpp66 m_value.SetContext(Value::eContextTypeLLDBType, m_type_sp.get());
71 m_value.SetValueType(Value::eValueTypeLoadAddress);
72 m_value.GetScalar() = load_address;
79 m_value.SetValueType(Value::eValueTypeFileAddress);
80 m_value.GetScalar() = file_address;
84 m_value.GetScalar() = m_address.GetOffset();
85 m_value.SetValueType (Value::eValueTypeScalar);
106 // m_value.SetContext(Value::eContextTypeClangType, m_clang_type.GetOpaqueQualType());
107 m_value.SetClangType(m_clang_type);
111 m_value
[all...]
H A DValueObjectChild.cpp122 m_value.SetClangType(GetClangType());
125 m_value.GetScalar() = parent->GetValue().GetScalar();
127 m_value.SetValueType (value_type);
132 m_value.GetScalar() = addr;
144 m_value.GetScalar() += m_byte_offset;
153 m_value.SetValueType (Value::eValueTypeLoadAddress);
155 m_value.SetValueType(Value::eValueTypeFileAddress);
159 m_value.SetValueType (Value::eValueTypeLoadAddress);
162 m_value.SetValueType(Value::eValueTypeHostAddress);
166 m_value
[all...]
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFFormValue.h51 const ValueType& Value() const { return m_value; }
56 bool IsInlinedCStr() const { return (m_value.data != NULL) && m_value.data == (const uint8_t*)m_value.value.cstr; }
61 bool Boolean() const { return m_value.value.uval != 0; }
62 uint64_t Unsigned() const { return m_value.value.uval; }
63 void SetUnsigned(uint64_t uval) { m_value.value.uval = uval; }
64 int64_t Signed() const { return m_value.value.sval; }
65 void SetSigned(int64_t sval) { m_value.value.sval = sval; }
78 ValueType m_value; // Contain member in class:DWARFFormValue
[all...]
H A DDWARFFormValue.cpp112 m_value()
121 m_value.data = NULL;
128 case DW_FORM_addr: m_value.value.uval = data.GetMaxU64(offset_ptr, DWARFCompileUnit::GetAddressByteSize(cu)); break;
129 case DW_FORM_block2: m_value.value.uval = data.GetU16(offset_ptr); is_block = true; break;
130 case DW_FORM_block4: m_value.value.uval = data.GetU32(offset_ptr); is_block = true; break;
131 case DW_FORM_data2: m_value.value.uval = data.GetU16(offset_ptr); break;
132 case DW_FORM_data4: m_value.value.uval = data.GetU32(offset_ptr); break;
133 case DW_FORM_data8: m_value.value.uval = data.GetU64(offset_ptr); break;
134 case DW_FORM_string: m_value.value.cstr = data.GetCStr(offset_ptr);
138 m_value
[all...]
/freebsd-10.3-release/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DOptionGroupBoolean.h66 return m_value;
72 return m_value;
76 OptionValueBoolean m_value; member in class:lldb_private::OptionGroupBoolean
H A DOptionGroupString.h65 return m_value;
71 return m_value;
75 OptionValueString m_value; member in class:lldb_private::OptionGroupString
H A DOptionGroupUInt64.h65 return m_value;
71 return m_value;
75 OptionValueUInt64 m_value; member in class:lldb_private::OptionGroupUInt64
/freebsd-10.3-release/contrib/libstdc++/include/ext/pb_ds/detail/thin_heap_/
H A Dfind_fn_imps.hpp56 return m_p_max->m_value;
/freebsd-10.3-release/contrib/libstdc++/include/ext/pb_ds/detail/bin_search_tree_/
H A Dsplit_join_fn_imps.hpp63 const bool greater = Cmp_Fn::operator()(PB_DS_V2F(m_p_head->m_p_right->m_value), PB_DS_V2F(other.m_p_head->m_p_left->m_value));
65 const bool lesser = Cmp_Fn::operator()(PB_DS_V2F(other.m_p_head->m_p_right->m_value), PB_DS_V2F(m_p_head->m_p_left->m_value));
103 if (Cmp_Fn::operator()(r_key, PB_DS_V2F(m_p_head->m_p_left->m_value)))
111 if (!Cmp_Fn::operator()(r_key, PB_DS_V2F(m_p_head->m_p_right->m_value)))
H A Dfind_fn_imps.hpp57 PB_DS_V2F(p_nd->m_value),
80 PB_DS_V2F(p_nd->m_value),
103 PB_DS_V2F(p_nd->m_value)))
125 PB_DS_V2F(p_nd->m_value)))
148 if (!Cmp_Fn::operator()(PB_DS_V2F(p_nd->m_value), r_key))
159 PB_DS_V2F(p_pot->m_value)))?
174 if (!Cmp_Fn::operator()(PB_DS_V2F(p_nd->m_value), r_key))
185 PB_DS_V2F(p_pot->m_value)))?

Completed in 136 milliseconds

12345