| /llvm-project-15.0.7/lldb/source/DataFormatters/ |
| H A D | TypeCategory.cpp | 200 count += GetTypeFormatsContainer()->GetCount(); in GetCount() 202 count += GetRegexTypeFormatsContainer()->GetCount(); in GetCount() 205 count += GetTypeSummariesContainer()->GetCount(); in GetCount() 211 count += GetTypeFiltersContainer()->GetCount(); in GetCount() 217 count += GetTypeSyntheticsContainer()->GetCount(); in GetCount() 385 if (index < GetTypeSummariesContainer()->GetCount()) in GetTypeNameSpecifierForSummaryAtIndex() 394 if (index < GetTypeFormatsContainer()->GetCount()) in GetFormatAtIndex() 403 if (index < GetTypeSummariesContainer()->GetCount()) in GetSummaryAtIndex() 412 if (index < GetTypeFiltersContainer()->GetCount()) in GetFilterAtIndex() 421 if (index < GetTypeFormatsContainer()->GetCount()) in GetTypeNameSpecifierForFormatAtIndex() [all …]
|
| H A D | TypeSynthetic.cpp | 39 if (i >= GetCount()) in SetExpressionPathAtIndex() 56 for (size_t i = 0; i < filter->GetCount(); i++) { in GetIndexOfChildWithName() 79 for (size_t i = 0; i < GetCount(); i++) { in GetDescription()
|
| H A D | DataVisualization.cpp | 161 uint32_t DataVisualization::Categories::GetCount() { in GetCount() function in DataVisualization::Categories 194 uint32_t DataVisualization::NamedSummaryFormats::GetCount() { in GetCount() function in DataVisualization::NamedSummaryFormats 195 return GetFormatManager().GetNamedSummaryContainer().GetCount(); in GetCount()
|
| H A D | FormatManager.cpp | 309 uint32_t num_categories = m_categories_map.GetCount(); in GetFormatForType() 333 uint32_t num_categories = m_categories_map.GetCount(); in GetSummaryForType() 357 uint32_t num_categories = m_categories_map.GetCount(); in GetFilterForType() 381 uint32_t num_categories = m_categories_map.GetCount(); in GetSyntheticForType()
|
| /llvm-project-15.0.7/lldb/source/API/ |
| H A D | SBTypeCategory.cpp | 108 return m_opaque_sp->GetTypeFormatsContainer()->GetCount() + in GetNumFormats() 109 m_opaque_sp->GetRegexTypeFormatsContainer()->GetCount(); in GetNumFormats() 117 return m_opaque_sp->GetTypeSummariesContainer()->GetCount() + in GetNumSummaries() 118 m_opaque_sp->GetRegexTypeSummariesContainer()->GetCount(); in GetNumSummaries() 126 return m_opaque_sp->GetTypeFiltersContainer()->GetCount() + in GetNumFilters() 127 m_opaque_sp->GetRegexTypeFiltersContainer()->GetCount(); in GetNumFilters() 135 return m_opaque_sp->GetTypeSyntheticsContainer()->GetCount() + in GetNumSynthetics() 136 m_opaque_sp->GetRegexTypeSyntheticsContainer()->GetCount(); in GetNumSynthetics()
|
| H A D | SBTypeFilter.cpp | 81 return m_opaque_sp->GetCount(); in GetNumberOfExpressionPaths()
|
| /llvm-project-15.0.7/third-party/benchmark/test/ |
| H A D | filter_test.cc | 32 size_t GetCount() const { return count_; } in GetCount() function in __anon154328080111::TestReporter 99 const size_t reports_count = test_reporter.GetCount(); in main()
|
| /llvm-project-15.0.7/lldb/source/Host/macosx/cfcpp/ |
| H A D | CFCMutableArray.cpp | 33 CFIndex CFCMutableArray::GetCount() const { in GetCount() function in CFCMutableArray 51 return ::CFArrayGetCountOfValue(array, CFRangeMake(0, GetCount()), value); in GetCountOfValue()
|
| H A D | CFCMutableSet.h | 24 CFIndex GetCount() const;
|
| H A D | CFCMutableArray.h | 26 CFIndex GetCount() const;
|
| H A D | CFCMutableSet.cpp | 29 CFIndex CFCMutableSet::GetCount() const { in GetCount() function in CFCMutableSet
|
| H A D | CFCMutableDictionary.h | 24 CFIndex GetCount() const;
|
| H A D | CFCMutableDictionary.cpp | 30 CFIndex CFCMutableDictionary::GetCount() const { in GetCount() function in CFCMutableDictionary
|
| /llvm-project-15.0.7/lldb/include/lldb/DataFormatters/ |
| H A D | DataVisualization.h | 76 static uint32_t GetCount(); 116 static uint32_t GetCount();
|
| H A D | TypeCategory.h | 54 uint32_t GetCount() { in GetCount() function 55 return GetExactMatch()->GetCount() + GetRegexMatch()->GetCount(); in GetCount() 298 uint32_t GetCount(FormatCategoryItems items = ALL_ITEM_TYPES);
|
| H A D | TypeSynthetic.h | 297 size_t GetCount() const { return m_expression_paths.size(); } in GetCount() function 322 size_t CalculateNumChildren() override { return filter->GetCount(); } in CalculateNumChildren() 325 if (idx >= filter->GetCount()) in GetChildAtIndex() 333 bool MightHaveChildren() override { return filter->GetCount() > 0; } in MightHaveChildren()
|
| H A D | TypeCategoryMap.h | 78 uint32_t GetCount() { return m_map.size(); } in GetCount() function
|
| H A D | FormatManager.h | 91 uint32_t GetCategoriesCount() { return m_categories_map.GetCount(); } in GetCategoriesCount()
|
| H A D | FormattersContainer.h | 200 uint32_t GetCount() { in GetCount() function
|
| /llvm-project-15.0.7/lldb/source/Plugins/Language/ObjC/ |
| H A D | CFBasicHash.h | 32 size_t GetCount() const;
|
| H A D | CFBasicHash.cpp | 75 size_t CFBasicHash::GetCount() const { in GetCount() function in CFBasicHash
|
| H A D | NSSet.cpp | 315 value = cfbh.GetCount(); in NSSetSummaryProvider() 565 return m_hashtable.GetCount(); in CalculateNumChildren()
|
| H A D | NSDictionary.cpp | 495 value = cfbh.GetCount(); in NSDictionarySummaryProvider() 755 return m_hashtable.GetCount(); in CalculateNumChildren()
|
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_allocator_primary64.h | 436 u64 GetCount() const { in GetCount() function 585 for (uptr i = 0; i < counters.GetCount(); i++) in ReleaseFreeMemoryToOS() 600 for (uptr i = 0; i < counters.GetCount(); i++) { in ReleaseFreeMemoryToOS()
|
| /llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCRuntimeV2.cpp | 1453 uint32_t GetCount() const { return m_count; } in GetCount() function in RemoteNXMapTable 1477 m_count = hash_table.GetCount(); in UpdateSignature() 1491 if (m_count == hash_table.GetCount() && in NeedsUpdate() 1897 ? hash_table.GetCount() in UpdateISAToDescriptorMap()
|