Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionValueProperties.cpp103 bool will_modify) const { in GetValueForKey()
107 value_sp = GetPropertyAtIndex(exe_ctx, will_modify, idx)->GetValue(); in GetValueForKey()
128 value_sp = GetValueForKey(exe_ctx, key, will_modify); in GetSubValue()
171 will_modify, error); in GetSubValue()
200 const bool will_modify = true; in SetSubValue() local
229 bool will_modify, in GetProperty() argument
232 exe_ctx, will_modify, in GetProperty()
575 const bool will_modify = false; in DumpPropertyValue() local
577 GetSubValue(exe_ctx, property_path, will_modify, error)); in DumpPropertyValue()
609 property = GetProperty(exe_ctx, will_modify, key); in GetPropertyAtPath()
[all …]
H A DOptionValueDictionary.cpp214 llvm::StringRef name, bool will_modify, in GetSubValue() argument
260 return value_sp->GetSubValue(exe_ctx, sub_name, will_modify, error); in GetSubValue()
268 const bool will_modify = true; in SetSubValue() local
269 lldb::OptionValueSP value_sp(GetSubValue(exe_ctx, name, will_modify, error)); in SetSubValue()
H A DOptionValueArray.cpp90 llvm::StringRef name, bool will_modify, in GetSubValue() argument
126 will_modify, error); in GetSubValue()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DOptionValueProperties.h85 bool will_modify,
89 bool will_modify,
97 bool will_modify,
101 GetPropertyValueAtIndex(const ExecutionContext *exe_ctx, bool will_modify,
185 bool will_modify, uint32_t idx) const;
189 bool will_modify, uint32_t idx) const;
198 const ExecutionContext *exe_ctx, bool will_modify, uint32_t idx) const;
201 const ExecutionContext *exe_ctx, bool will_modify, uint32_t idx) const;
H A DOptionValueDictionary.h64 llvm::StringRef name, bool will_modify,
H A DOptionValueArray.h53 llvm::StringRef name, bool will_modify,
H A DOptionValue.h109 bool will_modify, in GetSubValue() argument
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DUserSettingsController.cpp36 llvm::StringRef path, bool will_modify, in GetPropertyValue() argument
40 return properties_sp->GetSubValue(exe_ctx, path, will_modify, error); in GetPropertyValue()
/freebsd-12.1/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.c358 proc_get_state (struct proc *proc, int will_modify) in proc_get_state() argument
363 will_modify ? " (with intention to modify)" : ""); in proc_get_state()
365 proc_abort (proc, will_modify); in proc_get_state()
383 if (will_modify) in proc_get_state()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DUserSettingsController.h59 bool will_modify,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectSettings.cpp568 const bool will_modify = false; in DoExecute() local
580 &m_exe_ctx, will_modify, property_path); in DoExecute()
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_acl.c1058 zfs_acl_node_read(znode_t *zp, zfs_acl_t **aclpp, boolean_t will_modify) in zfs_acl_node_read() argument
1071 if (zp->z_acl_cached && !will_modify) { in zfs_acl_node_read()
1118 if (!will_modify) in zfs_acl_node_read()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DThread.cpp104 bool will_modify, in GetPropertyAtIndex() argument
H A DTarget.cpp3500 bool will_modify, in GetPropertyAtIndex() argument
H A DProcess.cpp96 bool will_modify, in GetPropertyAtIndex() argument