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

/freebsd-13-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueProperties.cpp102 bool will_modify) const {
106 value_sp = GetPropertyAtIndex(exe_ctx, will_modify, idx)->GetValue();
112 llvm::StringRef name, bool will_modify,
127 value_sp = GetValueForKey(exe_ctx, key, will_modify);
135 value_sp->GetSubValue(exe_ctx, sub_name.drop_front(), will_modify, error);
142 exe_ctx, sub_name.drop_front(experimental_len + 2), will_modify, error);
170 will_modify, error);
185 return value_sp->GetSubValue(exe_ctx, sub_name, will_modify, error);
199 const bool will_modify = true; local
207 lldb::OptionValueSP value_sp(GetSubValue(exe_ctx, name, will_modify, erro
111 GetSubValue(const ExecutionContext *exe_ctx, llvm::StringRef name, bool will_modify, Status &error) const argument
226 GetProperty(const ExecutionContext *exe_ctx, bool will_modify, ConstString name) const argument
234 GetPropertyAtIndex( const ExecutionContext *exe_ctx, bool will_modify, uint32_t idx) const argument
239 GetPropertyValueAtIndex( const ExecutionContext *exe_ctx, bool will_modify, uint32_t idx) const argument
248 GetPropertyAtIndexAsOptionValuePathMappings( const ExecutionContext *exe_ctx, bool will_modify, uint32_t idx) const argument
257 GetPropertyAtIndexAsOptionValueFileSpecList( const ExecutionContext *exe_ctx, bool will_modify, uint32_t idx) const argument
388 GetPropertyAtIndexAsOptionValueFileSpec( const ExecutionContext *exe_ctx, bool will_modify, uint32_t idx) const argument
490 GetPropertyAtIndexAsOptionValueString( const ExecutionContext *exe_ctx, bool will_modify, uint32_t idx) const argument
573 const bool will_modify = false; local
592 GetPropertyAtPath( const ExecutionContext *exe_ctx, bool will_modify, llvm::StringRef name) const argument
[all...]
H A DOptionValueArray.cpp89 llvm::StringRef name, bool will_modify,
125 will_modify, error);
88 GetSubValue(const ExecutionContext *exe_ctx, llvm::StringRef name, bool will_modify, Status &error) const argument
H A DOptionValueDictionary.cpp213 llvm::StringRef name, bool will_modify,
259 return value_sp->GetSubValue(exe_ctx, sub_name, will_modify, error);
267 const bool will_modify = true; local
268 lldb::OptionValueSP value_sp(GetSubValue(exe_ctx, name, will_modify, error));
212 GetSubValue(const ExecutionContext *exe_ctx, llvm::StringRef name, bool will_modify, Status &error) const argument
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValueProperties.h78 bool will_modify,
82 bool will_modify,
88 bool will_modify,
92 GetPropertyValueAtIndex(const ExecutionContext *exe_ctx, bool will_modify,
176 bool will_modify, uint32_t idx) const;
180 bool will_modify, uint32_t idx) const;
189 const ExecutionContext *exe_ctx, bool will_modify, uint32_t idx) const;
192 const ExecutionContext *exe_ctx, bool will_modify, uint32_t idx) const;
H A DOptionValueDictionary.h59 llvm::StringRef name, bool will_modify,
H A DOptionValueArray.h50 llvm::StringRef name, bool will_modify,
H A DOptionValue.h97 bool will_modify,
95 GetSubValue(const ExecutionContext *exe_ctx, llvm::StringRef name, bool will_modify, Status &error) const argument
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
H A DUserSettingsController.cpp35 llvm::StringRef path, bool will_modify,
39 return properties_sp->GetSubValue(exe_ctx, path, will_modify, error);
34 GetPropertyValue(const ExecutionContext *exe_ctx, llvm::StringRef path, bool will_modify, Status &error) const argument
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DUserSettingsController.h50 bool will_modify,
/freebsd-13-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectSettings.cpp529 const bool will_modify = false; variable
539 &m_exe_ctx, will_modify, property_path);
/freebsd-13-stable/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_acl.c1054 boolean_t will_modify)
1068 if (zp->z_acl_cached && !will_modify) {
1115 if (!will_modify)
1053 zfs_acl_node_read(znode_t *zp, boolean_t have_lock, zfs_acl_t **aclpp, boolean_t will_modify) argument
/freebsd-13-stable/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_acl.c1054 boolean_t will_modify)
1067 if (zp->z_acl_cached && !will_modify) {
1125 if (!will_modify)
1053 zfs_acl_node_read(struct znode *zp, boolean_t have_lock, zfs_acl_t **aclpp, boolean_t will_modify) argument
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
H A DThread.cpp86 bool will_modify,
H A DTarget.cpp3409 bool will_modify,
H A DProcess.cpp98 bool will_modify,

Completed in 287 milliseconds