Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueProperties.cpp80 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 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-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValueProperties.h80 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 DOptionValueDictionary.h59 llvm::StringRef name, bool will_modify,
H A DOptionValueArray.h47 llvm::StringRef name, bool will_modify,
H A DOptionValue.h100 bool will_modify, in GetSubValue() argument
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DUserSettingsController.cpp35 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 DUserSettingsController.h50 bool will_modify,
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectSettings.cpp521 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 Dzfs_acl.c1056 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 Dzfs_acl.c1054 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 DThread.cpp80 bool will_modify, in GetPropertyAtIndex() argument
H A DTarget.cpp3687 bool will_modify, in GetPropertyAtIndex() argument
H A DProcess.cpp94 bool will_modify, in GetPropertyAtIndex() argument