| /freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | Block.cpp | 388 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 D | TypeSystem.cpp | 280 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 D | CompileUnit.cpp | 198 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 D | Block.h | 216 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 D | CompileUnit.h | 306 lldb::VariableListSP GetVariableList(bool can_create);
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Core/ |
| H A D | ValueObjectConstResultCast.cpp | 37 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 D | ValueObjectSyntheticFilter.cpp | 236 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 D | ValueObjectConstResultChild.cpp | 44 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 D | ValueObjectConstResultImpl.cpp | 106 uint32_t offset, const CompilerType &type, bool can_create, in GetSyntheticChildAtOffset() argument 112 offset, type, can_create, name_const_str); in GetSyntheticChildAtOffset()
|
| H A D | ValueObjectConstResult.cpp | 251 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 D | ValueObject.cpp | 375 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 D | PluginManager.cpp | 1353 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 D | editor.c | 277 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 D | ValueObject.h | 472 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 D | ValueObjectSyntheticFilter.h | 53 lldb::ValueObjectSP GetChildAtIndex(size_t idx, bool can_create) override; 56 bool can_create) override;
|
| H A D | ValueObjectConstResultCast.h | 46 uint32_t offset, const CompilerType &type, bool can_create,
|
| H A D | ValueObjectConstResultImpl.h | 46 bool can_create,
|
| H A D | ValueObjectConstResultChild.h | 52 uint32_t offset, const CompilerType &type, bool can_create,
|
| H A D | ValueObjectRegister.h | 55 bool can_create) override;
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/DataFormatters/ |
| H A D | FormatManager.h | 100 bool can_create = true) { 107 bool can_create = true);
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Target/ |
| H A D | StackFrame.cpp | 431 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 D | SBBlock.h | 87 void AppendVariables(bool can_create, bool get_parent_variables,
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | StackFrameList.h | 31 uint32_t GetNumFrames(bool can_create = true);
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
| H A D | DynamicRegisterInfo.h | 58 bool can_create);
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBBlock.cpp | 116 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()
|