Searched refs:will_modify (Results 1 - 16 of 16) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionValueProperties.cpp119 bool will_modify) const
124 value_sp = GetPropertyAtIndex(exe_ctx, will_modify, idx)->GetValue();
131 bool will_modify,
150 value_sp = GetValueForKey (exe_ctx, key, will_modify);
156 return value_sp->GetSubValue (exe_ctx, sub_name + 1, will_modify, error);
179 return value_sp->GetSubValue (exe_ctx, predicate_end + 1, will_modify, error);
197 return value_sp->GetSubValue (exe_ctx, sub_name, will_modify, error);
215 const bool will_modify = true; local
216 lldb::OptionValueSP value_sp (GetSubValue (exe_ctx, name, will_modify, error));
254 OptionValueProperties::GetProperty (const ExecutionContext *exe_ctx, bool will_modify, cons argument
129 GetSubValue(const ExecutionContext *exe_ctx, const char *name, bool will_modify, Error &error) const argument
260 GetPropertyAtIndex(const ExecutionContext *exe_ctx, bool will_modify, uint32_t idx) const argument
266 GetPropertyValueAtIndex(const ExecutionContext *exe_ctx, bool will_modify, uint32_t idx) const argument
277 GetPropertyAtIndexAsOptionValuePathMappings(const ExecutionContext *exe_ctx, bool will_modify, uint32_t idx) const argument
286 GetPropertyAtIndexAsOptionValueFileSpecList(const ExecutionContext *exe_ctx, bool will_modify, uint32_t idx) const argument
415 GetPropertyAtIndexAsOptionValueFileSpec(const ExecutionContext *exe_ctx, bool will_modify, uint32_t idx) const argument
534 GetPropertyAtIndexAsOptionValueString(const ExecutionContext *exe_ctx, bool will_modify, uint32_t idx) const argument
634 const bool will_modify = false; local
658 GetPropertyAtPath(const ExecutionContext *exe_ctx, bool will_modify, const char *name) const argument
[all...]
H A DOptionValueDictionary.cpp227 OptionValueDictionary::GetSubValue (const ExecutionContext *exe_ctx, const char *name, bool will_modify, Error &error) const argument
309 return value_sp->GetSubValue (exe_ctx, sub_name, will_modify, error);
331 const bool will_modify = true; local
332 lldb::OptionValueSP value_sp (GetSubValue (exe_ctx, name, will_modify, error));
H A DOptionValueArray.cpp85 bool will_modify,
119 return m_values[new_idx]->GetSubValue (exe_ctx, sub_value, will_modify, error);
83 GetSubValue(const ExecutionContext *exe_ctx, const char *name, bool will_modify, Error &error) const argument
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DOptionValueProperties.h124 bool will_modify,
129 bool will_modify,
137 bool will_modify,
142 bool will_modify,
219 GetPropertyAtIndexAsOptionValueString (const ExecutionContext *exe_ctx, bool will_modify, uint32_t idx) const;
222 GetPropertyAtIndexAsOptionValueFileSpec (const ExecutionContext *exe_ctx, bool will_modify, uint32_t idx) const;
231 GetPropertyAtIndexAsOptionValuePathMappings (const ExecutionContext *exe_ctx, bool will_modify, uint32_t idx) const;
234 GetPropertyAtIndexAsOptionValueFileSpecList (const ExecutionContext *exe_ctx, bool will_modify, uint32_t idx) const;
H A DOptionValueDictionary.h95 bool will_modify,
H A DOptionValueArray.h75 bool will_modify,
H A DOptionValue.h123 bool will_modify,
121 GetSubValue(const ExecutionContext *exe_ctx, const char *name, bool will_modify, Error &error) const argument
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/
H A DUserSettingsController.cpp30 bool will_modify,
35 return properties_sp->GetSubValue(exe_ctx, path, will_modify, error);
28 GetPropertyValue(const ExecutionContext *exe_ctx, const char *path, bool will_modify, Error &error) const argument
/freebsd-10-stable/contrib/gdb/gdb/
H A Dgnu-nat.h85 extern thread_state_t proc_get_state (struct proc *proc, int will_modify);
H A Dgnu-nat.c361 proc_get_state (struct proc *proc, int will_modify)
366 will_modify ? " (with intention to modify)" : "");
368 proc_abort (proc, will_modify);
386 if (will_modify)
358 proc_get_state(struct proc *proc, int will_modify) argument
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Core/
H A DUserSettingsController.h61 bool will_modify,
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectSettings.cpp448 const bool will_modify = false; local
458 const Property *property = m_interpreter.GetDebugger().GetValueProperties()->GetPropertyAtPath (&m_exe_ctx, will_modify, property_path);
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_acl.c1061 zfs_acl_node_read(znode_t *zp, zfs_acl_t **aclpp, boolean_t will_modify) argument
1074 if (zp->z_acl_cached && !will_modify) {
1121 if (!will_modify)
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Target/
H A DThread.cpp94 GetPropertyAtIndex (const ExecutionContext *exe_ctx, bool will_modify, uint32_t idx) const argument
H A DTarget.cpp2700 GetPropertyAtIndex (const ExecutionContext *exe_ctx, bool will_modify, uint32_t idx) const argument
H A DProcess.cpp83 GetPropertyAtIndex (const ExecutionContext *exe_ctx, bool will_modify, uint32_t idx) const argument

Completed in 174 milliseconds