| /freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/ |
| H A D | OptionValueProperties.cpp | 103 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 D | OptionValueDictionary.cpp | 214 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 D | OptionValueArray.cpp | 90 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 D | OptionValueProperties.h | 85 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 D | OptionValueDictionary.h | 64 llvm::StringRef name, bool will_modify,
|
| H A D | OptionValueArray.h | 53 llvm::StringRef name, bool will_modify,
|
| H A D | OptionValue.h | 109 bool will_modify, in GetSubValue() argument
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Core/ |
| H A D | UserSettingsController.cpp | 36 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 D | gnu-nat.h | 85 extern thread_state_t proc_get_state (struct proc *proc, int will_modify);
|
| H A D | gnu-nat.c | 358 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 D | UserSettingsController.h | 59 bool will_modify,
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/ |
| H A D | CommandObjectSettings.cpp | 568 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 D | zfs_acl.c | 1058 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 D | Thread.cpp | 104 bool will_modify, in GetPropertyAtIndex() argument
|
| H A D | Target.cpp | 3500 bool will_modify, in GetPropertyAtIndex() argument
|
| H A D | Process.cpp | 96 bool will_modify, in GetPropertyAtIndex() argument
|