Searched refs:m_current_value (Results 1 - 19 of 19) sorted by relevance

/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DOptionValueFileSpecList.h27 m_current_value ()
33 m_current_value (current_value)
63 m_current_value.Clear();
84 return m_current_value;
90 return m_current_value;
96 m_current_value = value;
100 FileSpecList m_current_value; member in class:lldb_private::OptionValueFileSpecList
H A DOptionValueArch.h27 m_current_value (),
34 m_current_value (triple),
37 m_default_value = m_current_value;
42 m_current_value (value),
50 m_current_value (current_value),
80 m_current_value = m_default_value;
103 return m_current_value;
109 return m_current_value;
121 m_current_value = value;
133 ArchSpec m_current_value; member in class:lldb_private::OptionValueArch
[all...]
H A DOptionValueUInt64.h26 m_current_value (0),
33 m_current_value (value),
41 m_current_value (current_value),
79 m_current_value = m_default_value;
94 m_current_value = value;
95 return m_current_value;
100 return m_current_value;
106 return m_current_value;
118 m_current_value = value;
128 uint64_t m_current_value; member in class:lldb_private::OptionValueUInt64
[all...]
H A DOptionValueBoolean.h26 m_current_value (value),
33 m_current_value (current_value),
63 m_current_value = m_default_value;
97 return m_current_value;
103 m_current_value = b;
104 return m_current_value;
110 return m_current_value;
122 m_current_value = value;
135 bool m_current_value; member in class:lldb_private::OptionValueBoolean
H A DOptionValueString.h38 m_current_value (),
49 m_current_value (),
59 m_current_value (),
67 m_current_value.assign (value);
75 m_current_value (),
82 m_current_value.assign (current_value);
91 m_current_value (),
99 m_current_value.assign (value);
109 m_current_value (),
116 m_current_value
218 std::string m_current_value; member in class:lldb_private::OptionValueString
[all...]
H A DOptionValueSInt64.h26 m_current_value (0),
35 m_current_value (value),
45 m_current_value (current_value),
54 m_current_value (rhs.m_current_value),
86 m_current_value = m_default_value;
101 m_current_value = value;
102 return m_current_value;
108 return m_current_value;
122 m_current_value
164 int64_t m_current_value; member in class:lldb_private::OptionValueSInt64
[all...]
H A DOptionValueEnumeration.h64 m_current_value = m_default_value;
87 m_current_value = value;
88 return m_current_value;
94 return m_current_value;
106 m_current_value = value;
119 enum_type m_current_value; member in class:lldb_private::OptionValueEnumeration
H A DOptionValueFormat.h26 m_current_value (value),
34 m_current_value (current_value),
64 m_current_value = m_default_value;
79 return m_current_value;
91 m_current_value = value;
101 lldb::Format m_current_value; member in class:lldb_private::OptionValueFormat
H A DOptionValueFileSpec.h57 m_current_value = m_default_value;
81 return m_current_value;
87 return m_current_value;
99 m_current_value = value;
121 FileSpec m_current_value; member in class:lldb_private::OptionValueFileSpec
/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DCleanUp.h65 // regardless of the value of m_current_value.
68 m_current_value (value),
82 m_current_value (value),
103 return m_current_value;
112 return m_current_value;
127 m_current_value = value;
131 // Checks is "m_current_value" is valid. The value is considered valid
133 // if an invalid value was supplied and "m_current_value" is not equal
136 // Returns true if "m_current_value" is valid, false otherwise.
142 return m_current_value !
176 value_type m_current_value; member in class:lldb_utility::CleanUp
309 value_type m_current_value; member in class:lldb_utility::CleanUp2
[all...]
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionValueFileSpec.cpp29 m_current_value (),
38 m_current_value (value),
48 m_current_value (current_value),
65 if (m_current_value)
67 strm << '"' << m_current_value.GetPath().c_str() << '"';
92 m_current_value.SetFile(path, true);
149 if (!m_data_sp && m_current_value)
152 m_data_sp = m_current_value.ReadFileContentsAsCString();
154 m_data_sp = m_current_value.ReadFileContents();
H A DOptionValueString.cpp31 if (!m_current_value.empty() || m_value_was_set)
36 Args::ExpandEscapedCharacters(m_current_value.c_str(), expanded_escape_value);
45 strm.Printf ("%s", m_current_value.c_str());
47 strm.Printf ("\"%s\"", m_current_value.c_str());
97 std::string new_value(m_current_value);
115 m_current_value.assign(new_value);
134 Args::EncodeEscapeSequences (value_cstr, m_current_value);
162 m_current_value.assign (value);
164 m_current_value.clear();
175 std::string new_value(m_current_value);
[all...]
H A DOptionValueFileSpecLIst.cpp30 strm.Printf (" =%s", m_current_value.GetSize() > 0 ? "\n" : "");
32 const uint32_t size = m_current_value.GetSize();
37 m_current_value.GetFileSpecAtIndex(i).Dump(&strm);
60 const uint32_t count = m_current_value.GetSize();
71 m_current_value.Replace(idx, file);
73 m_current_value.Append(file);
86 m_current_value.Clear();
95 m_current_value.Append(file);
109 const uint32_t count = m_current_value.GetSize();
121 m_current_value
[all...]
H A DOptionValueFormat.cpp34 strm.PutCString (FormatManager::GetFormatAsCString (m_current_value));
56 m_current_value = new_format;
H A DOptionValueSInt64.cpp25 //printf ("%p: DumpValue (exe_ctx=%p, strm, mask) m_current_value = %" PRIi64 "\n", this, exe_ctx, m_current_value);
34 strm.Printf ("%" PRIi64, m_current_value);
59 m_current_value = value;
H A DOptionValueArch.cpp36 if (m_current_value.IsValid())
38 const char *arch_name = m_current_value.GetArchitectureName();
59 if (m_current_value.SetTriple (value_cstr))
H A DOptionValueEnumeration.cpp24 m_current_value (value),
47 if (m_enumerations.GetValueAtIndexUnchecked(i).value == m_current_value)
53 strm.Printf("%" PRIu64, (uint64_t)m_current_value);
75 m_current_value = enumerator_entry->value.value;
H A DOptionValueUInt64.cpp42 strm.Printf ("%" PRIu64, m_current_value);
64 m_current_value = value;
H A DOptionValueBoolean.cpp34 strm.PutCString (m_current_value ? "true" : "false");
57 m_current_value = value;

Completed in 171 milliseconds