/external/lldb/source/Host/macosx/cfcpp/ |
D | CFCMutableDictionary.cpp | 106 CFCMutableDictionary::Dictionary(bool can_create) in Dictionary() 118 CFCMutableDictionary::AddValue(CFStringRef key, const void *value, bool can_create) in AddValue() 131 CFCMutableDictionary::SetValue(CFStringRef key, const void *value, bool can_create) in SetValue() 144 CFCMutableDictionary::AddValueSInt8(CFStringRef key, int8_t value, bool can_create) in AddValueSInt8() 161 CFCMutableDictionary::SetValueSInt8(CFStringRef key, int8_t value, bool can_create) in SetValueSInt8() 178 CFCMutableDictionary::AddValueSInt16(CFStringRef key, int16_t value, bool can_create) in AddValueSInt16() 195 CFCMutableDictionary::SetValueSInt16(CFStringRef key, int16_t value, bool can_create) in SetValueSInt16() 212 CFCMutableDictionary::AddValueSInt32(CFStringRef key, int32_t value, bool can_create) in AddValueSInt32() 229 CFCMutableDictionary::SetValueSInt32(CFStringRef key, int32_t value, bool can_create) in SetValueSInt32() 246 CFCMutableDictionary::AddValueSInt64(CFStringRef key, int64_t value, bool can_create) in AddValueSInt64() [all …]
|
D | CFCMutableArray.cpp | 108 CFCMutableArray::AppendValue(const void *value, bool can_create) in AppendValue() 128 CFCMutableArray::AppendCStringAsCFString (const char *s, CFStringEncoding encoding, bool can_create) in AppendCStringAsCFString() 148 CFCMutableArray::AppendFileSystemRepresentationAsCFString (const char *s, bool can_create) in AppendFileSystemRepresentationAsCFString()
|
D | CFCMutableSet.cpp | 81 CFCMutableSet::AddValue(const void *value, bool can_create) in AddValue()
|
/external/lldb/source/Core/ |
D | ValueObjectSyntheticFilter.cpp | 195 ValueObjectSynthetic::GetChildAtIndex (size_t idx, bool can_create) in GetChildAtIndex() 219 ValueObjectSynthetic::GetChildMemberWithName (const ConstString &name, bool can_create) in GetChildMemberWithName()
|
D | ValueObjectConstResultChild.cpp | 57 …tResultChild::GetSyntheticChildAtOffset(uint32_t offset, const ClangASTType& type, bool can_create) in GetSyntheticChildAtOffset()
|
D | ValueObjectConstResultImpl.cpp | 149 …tResultImpl::GetSyntheticChildAtOffset (uint32_t offset, const ClangASTType& type, bool can_create) in GetSyntheticChildAtOffset()
|
D | ValueObject.cpp | 495 ValueObject::GetChildAtIndex (size_t idx, bool can_create) in GetChildAtIndex() 606 ValueObject::GetChildMemberWithName (const ConstString &name, bool can_create) in GetChildMemberWithName() 1995 ValueObject::GetSyntheticArrayMember (size_t index, bool can_create) in GetSyntheticArrayMember() 2009 ValueObject::GetSyntheticArrayMemberFromPointer (size_t index, bool can_create) in GetSyntheticArrayMemberFromPointer() 2052 ValueObject::GetSyntheticArrayMemberFromArray (size_t index, bool can_create) in GetSyntheticArrayMemberFromArray() 2084 ValueObject::GetSyntheticBitFieldChild (uint32_t from, uint32_t to, bool can_create) in GetSyntheticBitFieldChild() 2124 ValueObject::GetSyntheticChildAtOffset(uint32_t offset, const ClangASTType& type, bool can_create) in GetSyntheticChildAtOffset() 2181 ValueObject::GetSyntheticExpressionPathChild(const char* expression, bool can_create) in GetSyntheticExpressionPathChild()
|
D | ValueObjectRegister.cpp | 226 ValueObjectRegisterSet::GetChildMemberWithName (const ConstString &name, bool can_create) in GetChildMemberWithName()
|
D | ValueObjectConstResult.cpp | 303 …tConstResult::GetSyntheticChildAtOffset(uint32_t offset, const ClangASTType& type, bool can_create) in GetSyntheticChildAtOffset()
|
D | Address.cpp | 698 bool can_create = true; in Dump() local
|
D | PluginManager.cpp | 1877 bool can_create) in GetDebuggerPropertyForPlugins() 1918 bool can_create) in GetDebuggerPropertyForPluginsOldStyle()
|
D | Module.cpp | 851 Module::GetSymbolVendor (bool can_create, lldb_private::Stream *feedback_strm) in GetSymbolVendor()
|
/external/lldb/source/Utility/ |
D | KQueue.cpp | 21 KQueue::GetFD (bool can_create) in GetFD()
|
/external/lldb/source/Symbol/ |
D | Block.cpp | 471 Block::GetBlockVariableList (bool can_create) in GetBlockVariableList() 488 Block::AppendBlockVariables (bool can_create, in AppendBlockVariables() 523 bool can_create, in AppendVariables()
|
D | CompileUnit.cpp | 268 CompileUnit::GetVariableList(bool can_create) in GetVariableList()
|
D | Function.cpp | 302 Function::GetBlock (bool can_create) in GetBlock()
|
/external/libpcap/ |
D | pcap-can-linux.c | 95 can_create(const char *device, char *ebuf, int *is_ours) in can_create() function
|
/external/lldb/source/Plugins/Process/Utility/ |
D | DynamicRegisterInfo.cpp | 243 DynamicRegisterInfo::GetRegisterSetIndexByName (ConstString &set_name, bool can_create) in GetRegisterSetIndexByName()
|
/external/lldb/source/Target/ |
D | StackFrame.cpp | 489 const bool can_create = true; in GetVariableList() local 525 const bool can_create = true; in GetInScopeVariableList() local
|
D | StackFrameList.cpp | 463 StackFrameList::GetNumFrames (bool can_create) in GetNumFrames()
|
/external/lldb/source/API/ |
D | SBBlock.cpp | 121 SBBlock::AppendVariables (bool can_create, bool get_parent_variables, lldb_private::VariableList *v… in AppendVariables()
|
D | SBFrame.cpp | 766 const bool can_create = true; in FindVariable() local 859 const bool can_create = true; in FindValue() local
|
/external/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/ |
D | DynamicLoaderMacOSXDYLD.cpp | 343 …SXDYLD::FindTargetModuleForDYLDImageInfo (DYLDImageInfo &image_info, bool can_create, bool *did_cr… in FindTargetModuleForDYLDImageInfo() 1335 const bool can_create = true; in UpdateImageInfosHeaderAndLoadCommands() local
|
/external/lldb/source/DataFormatters/ |
D | FormatManager.cpp | 263 bool can_create) in GetCategory()
|
/external/lldb/source/Plugins/SymbolFile/DWARF/ |
D | SymbolFileDWARFDebugMap.cpp | 202 GetSymbolVendor(bool can_create = true, lldb_private::Stream *feedback_strm = NULL) in GetSymbolVendor()
|