| /llvm-project-15.0.7/lldb/include/lldb/DataFormatters/ |
| H A D | TypeCategory.h | 189 template <typename T> void ForEach(const ForEachCallbacks<T> &foreach) { in ForEach() function 190 GetTypeFormatsContainer()->ForEach(foreach.GetFormatExactCallback()); in ForEach() 191 GetRegexTypeFormatsContainer()->ForEach(foreach.GetFormatRegexCallback()); in ForEach() 193 GetTypeSummariesContainer()->ForEach(foreach.GetSummaryExactCallback()); in ForEach() 194 GetRegexTypeSummariesContainer()->ForEach( in ForEach() 197 GetTypeFiltersContainer()->ForEach(foreach.GetFilterExactCallback()); in ForEach() 198 GetRegexTypeFiltersContainer()->ForEach(foreach.GetFilterRegexCallback()); in ForEach() 200 GetTypeSyntheticsContainer()->ForEach(foreach.GetSynthExactCallback()); in ForEach() 201 GetRegexTypeSyntheticsContainer()->ForEach(foreach.GetSynthRegexCallback()); in ForEach()
|
| H A D | DataVisualization.h | 72 static void ForEach(std::function<bool(const TypeMatcher &, 114 static void ForEach(TypeCategoryMap::ForEachCallback callback);
|
| H A D | FormattersContainer.h | 189 void ForEach(ForEachCallback callback) { in ForEach() function 206 ForEach([&request](const TypeMatcher &matcher, const ValueSP &value) { in AutoComplete()
|
| H A D | TypeCategoryMap.h | 67 void ForEach(ForEachCallback callback);
|
| /llvm-project-15.0.7/lldb/include/lldb/Symbol/ |
| H A D | TypeList.h | 47 void ForEach( 50 void ForEach(std::function<bool(lldb::TypeSP &type_sp)> const &callback);
|
| H A D | TypeMap.h | 49 void ForEach( 52 void ForEach(std::function<bool(lldb::TypeSP &type_sp)> const &callback);
|
| /llvm-project-15.0.7/lldb/source/DataFormatters/ |
| H A D | DataVisualization.cpp | 156 void DataVisualization::Categories::ForEach( in ForEach() function in DataVisualization::Categories 188 void DataVisualization::NamedSummaryFormats::ForEach( in ForEach() function in DataVisualization::NamedSummaryFormats 191 GetFormatManager().GetNamedSummaryContainer().ForEach(callback); in ForEach()
|
| /llvm-project-15.0.7/lldb/source/Symbol/ |
| H A D | TypeList.cpp | 78 void TypeList::ForEach( in ForEach() function in TypeList 86 void TypeList::ForEach( in ForEach() function in TypeList
|
| H A D | TypeMap.cpp | 94 void TypeMap::ForEach( in ForEach() function in TypeMap 102 void TypeMap::ForEach( in ForEach() function in TypeMap
|
| H A D | SymbolContext.cpp | 567 type_map.ForEach( in SortTypeList() 577 type_list.ForEach([&type_map](const lldb::TypeSP &type_sp) -> bool { in SortTypeList() 587 type_map.ForEach([this, &type_list](const lldb::TypeSP &type_sp) -> bool { in SortTypeList() 607 type_map.ForEach([this, &type_list](const lldb::TypeSP &type_sp) -> bool { in SortTypeList() 626 type_map.ForEach([this, &type_list](const lldb::TypeSP &type_sp) -> bool { in SortTypeList() 642 type_map.ForEach([&type_list](const lldb::TypeSP &type_sp) -> bool { in SortTypeList()
|
| /llvm-project-15.0.7/lldb/source/Target/ |
| H A D | Language.cpp | 80 ForEach([&result, file_path](Language *language) { in FindPlugin() 100 void Language::ForEach(std::function<bool(Language *)> callback) { in ForEach() function in Language 351 ForEach([&](Language *lang) { in GetSupportedLanguages()
|
| H A D | InstrumentationRuntime.cpp | 52 module_list.ForEach([this](const lldb::ModuleSP module_sp) -> bool { in ModulesDidLoad()
|
| H A D | StackFrameRecognizer.cpp | 66 void StackFrameRecognizerManager::ForEach( in ForEach() function in StackFrameRecognizerManager
|
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/tests/ |
| H A D | sanitizer_addrhashmap_test.cpp | 58 m.ForEach(ExistsInReferenceMap, &reference_map); in TEST()
|
| /llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | NameToDIE.h | 47 ForEach(std::function<bool(lldb_private::ConstString name,
|
| H A D | NameToDIE.cpp | 75 void NameToDIE::ForEach( in ForEach() function in NameToDIE
|
| /llvm-project-15.0.7/lldb/unittests/Target/ |
| H A D | StackFrameRecognizerTest.cpp | 75 manager.ForEach([&any_printed](uint32_t recognizer_id, std::string name, in TEST_F()
|
| /llvm-project-15.0.7/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerValueBitMap.h | 59 void ForEach(Callback CB) const { in ForEach() function
|
| /llvm-project-15.0.7/lldb/include/lldb/Breakpoint/ |
| H A D | BreakpointSiteList.h | 107 void ForEach(std::function<void(BreakpointSite *)> const &callback);
|
| /llvm-project-15.0.7/clang/lib/Parse/ |
| H A D | ParseStmt.cpp | 1959 bool ForEach = false; in ParseForStatement() local 2038 } else if ((ForEach = isTokIdentifier_in())) { in ParseForStatement() 2057 ForEach = isTokIdentifier_in(); in ParseForStatement() 2061 if (ForEach) in ParseForStatement() 2070 getLangOpts().CPlusPlus11 && !ForEach && Tok.is(tok::colon); in ParseForStatement() 2077 } else if (ForEach) { in ParseForStatement() 2106 if (!ForEach && !ForRangeInfo.ParsedForRangeDecl() && in ParseForStatement() 2160 if (!ForEach && !ForRangeInfo.ParsedForRangeDecl()) { in ParseForStatement() 2209 } else if (ForEach) { in ParseForStatement() 2260 if (ForEach) in ParseForStatement()
|
| /llvm-project-15.0.7/lldb/source/Plugins/InstrumentationRuntime/TSan/ |
| H A D | InstrumentationRuntimeTSan.cpp | 701 report->GetObjectForDotSeparatedPath("mops")->GetAsArray()->ForEach( in GetMainRacyAddress() 845 report->GetObjectForDotSeparatedPath("mops")->GetAsArray()->ForEach( in NotifyBreakpointHit() 1017 info->GetObjectForDotSeparatedPath(path)->GetAsArray()->ForEach( in AddThreadsForPath() 1020 o->GetObjectForDotSeparatedPath("trace")->GetAsArray()->ForEach( in AddThreadsForPath()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/scripted/ |
| H A D | ScriptedProcess.cpp | 339 if (!keys->ForEach(sort_keys) || sorted_threads.size() != thread_count) in DoUpdateThreadList() 479 if (!loaded_images_sp->ForEach(reload_image)) in GetLoadedDynamicLibrariesInfos()
|
| /llvm-project-15.0.7/lldb/source/Commands/ |
| H A D | CommandObjectType.cpp | 784 DataVisualization::Categories::ForEach( in HandleArgumentCompletion() 831 DataVisualization::Categories::ForEach( in DoExecute() 930 DataVisualization::Categories::ForEach( in DoExecute() 1132 category->ForEach(foreach); in DoExecute() 1142 DataVisualization::Categories::ForEach( in DoExecute() 1673 DataVisualization::NamedSummaryFormats::ForEach( in FormatterSpecificList() 2128 DataVisualization::Categories::ForEach( in DoExecute() 2708 Language::ForEach([&](Language *lang) { in GetHelpLong() 2748 Language::ForEach([&](Language *lang) { in DoExecute()
|
| /llvm-project-15.0.7/lldb/include/lldb/Target/ |
| H A D | StackFrameRecognizer.h | 112 void ForEach(std::function<
|
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_addrhashmap.h | 101 void ForEach(ForEachCallback cb, void *arg); 113 void AddrHashMap<T, kSize>::ForEach(ForEachCallback cb, void *arg) { in ForEach() function
|