| /freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | OptionValueProperties.cpp | 80 bool will_modify) const { in GetValueForKey() 84 value_sp = GetPropertyAtIndex(exe_ctx, will_modify, idx)->GetValue(); in GetValueForKey() 105 value_sp = GetValueForKey(exe_ctx, key, will_modify); in GetSubValue() 131 return value_sp->GetSubValue(exe_ctx, sub_name, will_modify, error); in GetSubValue() 145 const bool will_modify = true; in SetSubValue() local 173 bool will_modify, in GetProperty() argument 176 exe_ctx, will_modify, in GetProperty() 530 const bool will_modify = false; in DumpPropertyValue() local 532 GetSubValue(exe_ctx, property_path, will_modify, error)); in DumpPropertyValue() 588 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-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
| H A D | OptionValueProperties.h | 80 bool will_modify, 84 bool will_modify, 90 bool will_modify, 94 GetPropertyValueAtIndex(const ExecutionContext *exe_ctx, bool will_modify, 173 bool will_modify, uint32_t idx) const; 177 bool will_modify, uint32_t idx) const; 186 const ExecutionContext *exe_ctx, bool will_modify, uint32_t idx) const; 189 const ExecutionContext *exe_ctx, bool will_modify, uint32_t idx) const;
|
| H A D | OptionValueDictionary.h | 59 llvm::StringRef name, bool will_modify,
|
| H A D | OptionValueArray.h | 47 llvm::StringRef name, bool will_modify,
|
| H A D | OptionValue.h | 100 bool will_modify, in GetSubValue() argument
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Core/ |
| H A D | UserSettingsController.cpp | 35 llvm::StringRef path, bool will_modify, in GetPropertyValue() argument 39 return properties_sp->GetSubValue(exe_ctx, path, will_modify, error); in GetPropertyValue()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | UserSettingsController.h | 50 bool will_modify,
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectSettings.cpp | 521 const bool will_modify = false; in DoExecute() local 531 &m_exe_ctx, will_modify, property_path); in DoExecute()
|
| /freebsd-13.1/sys/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | zfs_acl.c | 1056 boolean_t will_modify) in zfs_acl_node_read() argument 1070 if (zp->z_acl_cached && !will_modify) { in zfs_acl_node_read() 1117 if (!will_modify) in zfs_acl_node_read()
|
| /freebsd-13.1/sys/contrib/openzfs/module/os/linux/zfs/ |
| H A D | zfs_acl.c | 1054 boolean_t will_modify) in zfs_acl_node_read() argument 1067 if (zp->z_acl_cached && !will_modify) { in zfs_acl_node_read() 1125 if (!will_modify) in zfs_acl_node_read()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Target/ |
| H A D | Thread.cpp | 80 bool will_modify, in GetPropertyAtIndex() argument
|
| H A D | Target.cpp | 3687 bool will_modify, in GetPropertyAtIndex() argument
|
| H A D | Process.cpp | 94 bool will_modify, in GetPropertyAtIndex() argument
|