Home
last modified time | relevance | path

Searched refs:can_create (Results 1 – 25 of 45) sorted by relevance

12

/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DBlock.cpp388 VariableListSP Block::GetBlockVariableList(bool can_create) { in GetBlockVariableList() argument
390 if (m_variable_list_sp.get() == nullptr && can_create) { in GetBlockVariableList()
402 Block::AppendBlockVariables(bool can_create, bool get_child_block_variables, in AppendBlockVariables() argument
407 VariableList *block_var_list = GetBlockVariableList(can_create).get(); in AppendBlockVariables()
424 can_create, get_child_block_variables, in AppendBlockVariables()
432 uint32_t Block::AppendVariables(bool can_create, bool get_parent_variables, in AppendVariables() argument
437 VariableListSP variable_list_sp(GetBlockVariableList(can_create)); in AppendVariables()
457 can_create, get_parent_variables, stop_if_block_is_inlined_function, in AppendVariables()
H A DTypeSystem.cpp280 Module *module, bool can_create) { in GetTypeSystemForLanguage() argument
281 if (can_create) { in GetTypeSystemForLanguage()
292 Target *target, bool can_create) { in GetTypeSystemForLanguage() argument
293 if (can_create) { in GetTypeSystemForLanguage()
H A DCompileUnit.cpp198 VariableListSP CompileUnit::GetVariableList(bool can_create) { in GetVariableList() argument
199 if (m_variables.get() == nullptr && can_create) { in GetVariableList()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DBlock.h216 lldb::VariableListSP GetBlockVariableList(bool can_create);
235 uint32_t AppendBlockVariables(bool can_create, bool get_child_block_variables,
266 uint32_t AppendVariables(bool can_create, bool get_parent_variables,
H A DCompileUnit.h306 lldb::VariableListSP GetVariableList(bool can_create);
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DValueObjectConstResultCast.cpp37 uint32_t offset, const CompilerType &type, bool can_create, in GetSyntheticChildAtOffset() argument
39 return m_impl.GetSyntheticChildAtOffset(offset, type, can_create, in GetSyntheticChildAtOffset()
H A DValueObjectSyntheticFilter.cpp236 bool can_create) { in GetChildAtIndex() argument
257 if (can_create && m_synth_filter_up != nullptr) { in GetChildAtIndex()
292 GetName().AsCString(), idx, can_create ? "yes" : "no", in GetChildAtIndex()
309 bool can_create) { in GetChildMemberWithName() argument
317 return GetChildAtIndex(index, can_create); in GetChildMemberWithName()
H A DValueObjectConstResultChild.cpp44 uint32_t offset, const CompilerType &type, bool can_create, in GetSyntheticChildAtOffset() argument
46 return m_impl.GetSyntheticChildAtOffset(offset, type, can_create, in GetSyntheticChildAtOffset()
H A DValueObjectConstResultImpl.cpp106 uint32_t offset, const CompilerType &type, bool can_create, in GetSyntheticChildAtOffset() argument
112 offset, type, can_create, name_const_str); in GetSyntheticChildAtOffset()
H A DValueObjectConstResult.cpp251 uint32_t offset, const CompilerType &type, bool can_create, in GetSyntheticChildAtOffset() argument
253 return m_impl.GetSyntheticChildAtOffset(offset, type, can_create, in GetSyntheticChildAtOffset()
H A DValueObject.cpp375 ValueObjectSP ValueObject::GetChildAtIndex(size_t idx, bool can_create) { in GetChildAtIndex() argument
382 if (can_create && !m_children.HasChildAtIndex(idx)) { in GetChildAtIndex()
469 bool can_create) { in GetChildMemberWithName() argument
492 child_sp = child_sp->GetChildAtIndex(idx, can_create); in GetChildMemberWithName()
1616 bool can_create) { in GetSyntheticArrayMember() argument
1643 bool can_create) { in GetSyntheticBitFieldChild() argument
1677 uint32_t offset, const CompilerType &type, bool can_create, in GetSyntheticChildAtOffset() argument
1693 if (!can_create) in GetSyntheticChildAtOffset()
1715 bool can_create, in GetSyntheticBase() argument
1733 if (!can_create) in GetSyntheticBase()
[all …]
H A DPluginManager.cpp1353 ConstString plugin_type_desc, bool can_create) { in GetDebuggerPropertyForPlugins() argument
1361 if (!plugin_properties_sp && can_create) { in GetDebuggerPropertyForPlugins()
1372 if (!plugin_type_properties_sp && can_create) { in GetDebuggerPropertyForPlugins()
1389 ConstString plugin_type_desc, bool can_create) { in GetDebuggerPropertyForPluginsOldStyle() argument
1396 if (!plugin_properties_sp && can_create) { in GetDebuggerPropertyForPluginsOldStyle()
1406 if (!plugin_type_properties_sp && can_create) { in GetDebuggerPropertyForPluginsOldStyle()
1423 bool can_create);
/freebsd-13.1/contrib/subversion/subversion/libsvn_fs/
H A Deditor.c277 can_create(svn_fs_root_t *txn_root, in can_create() function
347 SVN_ERR(can_create(root, fspath, scratch_pool)); in add_directory_cb()
380 SVN_ERR(can_create(root, fspath, scratch_pool)); in add_file_cb()
415 SVN_ERR(can_create(root, fspath, scratch_pool)); in add_symlink_cb()
573 SVN_ERR(can_create(root, dst_fspath, scratch_pool)); in copy_cb()
612 SVN_ERR(can_create(root, dst_fspath, scratch_pool)); in move_cb()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObject.h472 virtual lldb::ValueObjectSP GetChildAtIndex(size_t idx, bool can_create);
491 bool can_create);
569 lldb::ValueObjectSP GetSyntheticArrayMember(size_t index, bool can_create);
572 bool can_create);
575 bool can_create);
579 bool can_create,
583 GetSyntheticBase(uint32_t offset, const CompilerType &type, bool can_create,
H A DValueObjectSyntheticFilter.h53 lldb::ValueObjectSP GetChildAtIndex(size_t idx, bool can_create) override;
56 bool can_create) override;
H A DValueObjectConstResultCast.h46 uint32_t offset, const CompilerType &type, bool can_create,
H A DValueObjectConstResultImpl.h46 bool can_create,
H A DValueObjectConstResultChild.h52 uint32_t offset, const CompilerType &type, bool can_create,
H A DValueObjectRegister.h55 bool can_create) override;
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DFormatManager.h100 bool can_create = true) {
107 bool can_create = true);
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp431 const bool can_create = true; in GetVariableList() local
434 frame_block->AppendBlockVariables(can_create, get_child_variables, in GetVariableList()
472 const bool can_create = true; in GetInScopeVariableList() local
476 can_create, get_parent_variables, stop_if_block_is_inlined_function, in GetInScopeVariableList()
1379 const bool can_create = true; in GetValueForOffset() local
1380 ValueObjectSP child_sp = parent->GetChildAtIndex(ci, can_create); in GetValueForOffset()
1422 const bool can_create = true; in GetValueForDereferincingOffset() local
1423 pointee = base->GetSyntheticArrayMember(index, can_create); in GetValueForDereferincingOffset()
1714 const bool can_create = true; in FindVariable() local
1719 can_create, get_parent_variables, stop_if_block_is_inlined_function, in FindVariable()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBBlock.h87 void AppendVariables(bool can_create, bool get_parent_variables,
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DStackFrameList.h31 uint32_t GetNumFrames(bool can_create = true);
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DDynamicRegisterInfo.h58 bool can_create);
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBBlock.cpp116 void SBBlock::AppendVariables(bool can_create, bool get_parent_variables, in AppendVariables() argument
120 m_opaque_ptr->AppendVariables(can_create, get_parent_variables, show_inline, in AppendVariables()

12