Home
last modified time | relevance | path

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

123

/openbsd-src/gnu/llvm/lldb/source/Host/macosx/cfcpp/
H A DCFCMutableDictionary.h30 bool AddValue(CFStringRef key, const void *value, bool can_create = false);
31 bool SetValue(CFStringRef key, const void *value, bool can_create = false);
32 bool AddValueSInt8(CFStringRef key, int8_t value, bool can_create = false);
33 bool SetValueSInt8(CFStringRef key, int8_t value, bool can_create = false);
34 bool AddValueSInt16(CFStringRef key, int16_t value, bool can_create = false);
35 bool SetValueSInt16(CFStringRef key, int16_t value, bool can_create = false);
36 bool AddValueSInt32(CFStringRef key, int32_t value, bool can_create = false);
37 bool SetValueSInt32(CFStringRef key, int32_t value, bool can_create = false);
38 bool AddValueSInt64(CFStringRef key, int64_t value, bool can_create = false);
39 bool SetValueSInt64(CFStringRef key, int64_t value, bool can_create = false);
[all …]
H A DCFCMutableDictionary.cpp80 CFMutableDictionaryRef CFCMutableDictionary::Dictionary(bool can_create) { in Dictionary() argument
82 if (can_create && dict == NULL) { in Dictionary()
92 bool can_create) { in AddValue() argument
93 CFMutableDictionaryRef dict = Dictionary(can_create); in AddValue()
103 bool can_create) { in SetValue() argument
104 CFMutableDictionaryRef dict = Dictionary(can_create); in SetValue()
114 bool can_create) { in AddValueSInt8() argument
115 CFMutableDictionaryRef dict = Dictionary(can_create); in AddValueSInt8()
129 bool can_create) { in SetValueSInt8() argument
130 CFMutableDictionaryRef dict = Dictionary(can_create); in SetValueSInt8()
[all …]
H A DCFCMutableArray.cpp78 bool CFCMutableArray::AppendValue(const void *value, bool can_create) { in AppendValue() argument
81 if (!can_create) in AppendValue()
96 bool can_create) { in AppendCStringAsCFString() argument
99 if (!can_create) in AppendCStringAsCFString()
114 const char *s, bool can_create) { in AppendFileSystemRepresentationAsCFString() argument
117 if (!can_create) in AppendFileSystemRepresentationAsCFString()
H A DCFCMutableArray.h32 bool can_create = true); // Appends value and optionally
38 bool can_create = true);
40 bool can_create = true);
H A DCFCMutableSet.cpp50 const void *CFCMutableSet::AddValue(const void *value, bool can_create) { in AddValue() argument
53 if (!can_create) in AddValue()
H A DCFCMutableSet.h27 const void *AddValue(const void *value, bool can_create);
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DBlock.cpp399 VariableListSP Block::GetBlockVariableList(bool can_create) { in GetBlockVariableList() argument
401 if (m_variable_list_sp.get() == nullptr && can_create) { in GetBlockVariableList()
413 Block::AppendBlockVariables(bool can_create, bool get_child_block_variables, in AppendBlockVariables() argument
418 VariableList *block_var_list = GetBlockVariableList(can_create).get(); in AppendBlockVariables()
435 can_create, get_child_block_variables, in AppendBlockVariables()
443 uint32_t Block::AppendVariables(bool can_create, bool get_parent_variables, in AppendVariables() argument
448 VariableListSP variable_list_sp(GetBlockVariableList(can_create)); in AppendVariables()
468 can_create, get_parent_variables, stop_if_block_is_inlined_function, in AppendVariables()
H A DTypeSystem.cpp292 Module *module, bool can_create) { in GetTypeSystemForLanguage() argument
293 if (can_create) { in GetTypeSystemForLanguage()
304 Target *target, bool can_create) { in GetTypeSystemForLanguage() argument
305 if (can_create) { in GetTypeSystemForLanguage()
/openbsd-src/gnu/llvm/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,
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DValueObjectSyntheticFilter.cpp237 bool can_create) { in GetChildAtIndex() argument
258 if (can_create && m_synth_filter_up != nullptr) { in GetChildAtIndex()
293 GetName().AsCString(), idx, can_create ? "yes" : "no", in GetChildAtIndex()
310 bool can_create) { in GetChildMemberWithName() argument
318 return GetChildAtIndex(index, can_create); in GetChildMemberWithName()
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 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.cpp113 uint32_t offset, const CompilerType &type, bool can_create, in GetSyntheticChildAtOffset() argument
119 offset, type, can_create, name_const_str); in GetSyntheticChildAtOffset()
H A DValueObjectConstResult.cpp252 uint32_t offset, const CompilerType &type, bool can_create, in GetSyntheticChildAtOffset() argument
254 return m_impl.GetSyntheticChildAtOffset(offset, type, can_create, in GetSyntheticChildAtOffset()
/openbsd-src/gnu/llvm/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.h54 lldb::ValueObjectSP GetChildAtIndex(size_t idx, bool can_create) override;
57 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,
/openbsd-src/gnu/llvm/lldb/include/lldb/DataFormatters/
H A DFormatManager.h100 bool can_create = true) {
107 bool can_create = true);
/openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderDarwin.cpp97 ImageInfo &image_info, bool can_create, bool *did_create_ptr) { in FindTargetModuleForImageInfo() argument
128 if (module_sp || !can_create) in FindTargetModuleForImageInfo()
562 const bool can_create = true; in UpdateSpecialBinariesFromNewImageInfos() local
564 can_create, nullptr)); in UpdateSpecialBinariesFromNewImageInfos()
596 const bool can_create = true; in UpdateSpecialBinariesFromNewImageInfos() local
598 can_create, nullptr); in UpdateSpecialBinariesFromNewImageInfos()
612 const bool can_create = true; in UpdateDYLDImageInfoFromNewImageInfo() local
614 FindTargetModuleForImageInfo(image_info, can_create, nullptr); in UpdateDYLDImageInfoFromNewImageInfo()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DStackFrame.cpp435 const bool can_create = true; in GetVariableList() local
437 frame_block->AppendBlockVariables(can_create, get_child_variables, in GetVariableList()
486 const bool can_create = true; in GetInScopeVariableList() local
490 can_create, get_parent_variables, stop_if_block_is_inlined_function, in GetInScopeVariableList()
1408 const bool can_create = true; in GetValueForOffset() local
1409 ValueObjectSP child_sp = parent->GetChildAtIndex(ci, can_create); in GetValueForOffset()
1451 const bool can_create = true; in GetValueForDereferincingOffset() local
1452 pointee = base->GetSyntheticArrayMember(index, can_create); in GetValueForDereferincingOffset()
1743 const bool can_create = true; in FindVariable() local
1748 can_create, get_parent_variables, stop_if_block_is_inlined_function, in FindVariable()
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBBlock.cpp114 void SBBlock::AppendVariables(bool can_create, bool get_parent_variables, in AppendVariables() argument
118 m_opaque_ptr->AppendVariables(can_create, get_parent_variables, show_inline, in AppendVariables()
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBBlock.h87 void AppendVariables(bool can_create, bool get_parent_variables,
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DStackFrameList.h33 uint32_t GetNumFrames(bool can_create = true);

123