| /freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/ |
| H A D | TypeCategory.h | 149 void ForEach(std::function<bool(const TypeMatcher &, in ForEach() function 153 sc->ForEach(callback); in ForEach() 194 void ForEach(ForEachCallback<TypeFormatImpl> callback) { in ForEach() function 195 m_format_cont.ForEach(callback.callback); in ForEach() 198 void ForEach(ForEachCallback<TypeSummaryImpl> callback) { in ForEach() function 199 m_summary_cont.ForEach(callback.callback); in ForEach() 202 void ForEach(ForEachCallback<TypeFilterImpl> callback) { in ForEach() function 203 m_filter_cont.ForEach(callback.callback); in ForEach() 206 void ForEach(ForEachCallback<SyntheticChildren> callback) { in ForEach() function 207 m_synth_cont.ForEach(callback.callback); 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 | 239 void ForEach(ForEachCallback callback) { in ForEach() function 256 ForEach([&request](const TypeMatcher &matcher, const ValueSP &value) { in AutoComplete()
|
| H A D | TypeCategoryMap.h | 64 void ForEach(ForEachCallback callback);
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| H A D | TypeList.h | 46 void ForEach( 49 void ForEach(std::function<bool(lldb::TypeSP &type_sp)> const &callback);
|
| H A D | TypeMap.h | 52 void ForEach( 55 void ForEach(std::function<bool(lldb::TypeSP &type_sp)> const &callback);
|
| /freebsd/contrib/llvm-project/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 | 100 void TypeMap::ForEach( in ForEach() function in TypeMap 108 void TypeMap::ForEach( in ForEach() function in TypeMap
|
| H A D | SymbolContext.cpp | 539 type_map.ForEach( in SortTypeList() 549 type_list.ForEach([&type_map](const lldb::TypeSP &type_sp) -> bool { in SortTypeList() 559 type_map.ForEach([this, &type_list](const lldb::TypeSP &type_sp) -> bool { in SortTypeList() 579 type_map.ForEach([this, &type_list](const lldb::TypeSP &type_sp) -> bool { in SortTypeList() 598 type_map.ForEach([this, &type_list](const lldb::TypeSP &type_sp) -> bool { in SortTypeList() 614 type_map.ForEach([&type_list](const lldb::TypeSP &type_sp) -> bool { in SortTypeList()
|
| /freebsd/contrib/llvm-project/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()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/Utility/ |
| H A D | Utility.cpp | 23 target.GetImages().ForEach([&](const lldb::ModuleSP &m) { in GetPreferredAsanModule()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/memprof/ |
| H A D | memprof_rawprofile.cpp | 236 MIBMap.ForEach(RecordStackId, reinterpret_cast<void *>(&StackIds)); in SerializeToRawProfile() 245 MIBMap.ForEach( in SerializeToRawProfile()
|
| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | InstrumentationRuntime.cpp | 52 module_list.ForEach([this](const lldb::ModuleSP module_sp) -> bool { in ModulesDidLoad()
|
| H A D | Language.cpp | 111 ForEach([&result, file_path](Language *language) { in FindPlugin() 131 void Language::ForEach(std::function<bool(Language *)> callback) { in ForEach() function in Language 417 ForEach([&](Language *lang) { in GetSupportedLanguages()
|
| H A D | StackFrameRecognizer.cpp | 85 void StackFrameRecognizerManager::ForEach( in ForEach() function in StackFrameRecognizerManager
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | NameToDIE.h | 49 ForEach(std::function<bool(ConstString name, const DIERef &die_ref)> const
|
| H A D | NameToDIE.cpp | 76 void NameToDIE::ForEach( in ForEach() 75 void NameToDIE::ForEach( ForEach() function in NameToDIE
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerValueBitMap.h | 59 void ForEach(Callback CB) const { in ForEach() function
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/ |
| H A D | BreakpointSiteList.h | |
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseStmt.cpp | 1921 bool ForEach = false; in ParseForStatement() local 2006 } else if ((ForEach = isTokIdentifier_in())) { in ParseForStatement() 2026 ForEach = isTokIdentifier_in(); in ParseForStatement() 2030 if (ForEach) in ParseForStatement() 2039 getLangOpts().CPlusPlus11 && !ForEach && Tok.is(tok::colon); in ParseForStatement() 2046 } else if (ForEach) { in ParseForStatement() 2076 if (!ForEach && !ForRangeInfo.ParsedForRangeDecl() && in ParseForStatement() 2145 if (!ForEach && !ForRangeInfo.ParsedForRangeDecl()) { in ParseForStatement() 2188 } else if (ForEach) { in ParseForStatement() 2250 if (ForEach) in ParseForStatement()
|
| /freebsd/contrib/llvm-project/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() 1021 info->GetObjectForDotSeparatedPath(path)->GetAsArray()->ForEach( in AddThreadsForPath() 1024 o->GetObjectForDotSeparatedPath("trace")->GetAsArray()->ForEach( in AddThreadsForPath()
|
| /freebsd/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectType.cpp | 814 DataVisualization::Categories::ForEach( in HandleArgumentCompletion() 841 DataVisualization::Categories::ForEach( in DoExecute() 937 DataVisualization::Categories::ForEach( in DoExecute() 1110 category->ForEach(print_formatter); in DoExecute() 1120 DataVisualization::Categories::ForEach( in DoExecute() 1665 DataVisualization::NamedSummaryFormats::ForEach( in FormatterSpecificList() 2043 DataVisualization::Categories::ForEach( in DoExecute() 2610 Language::ForEach([&](Language *lang) { in GetHelpLong() 2650 Language::ForEach([&](Language *lang) { in DoExecute()
|
| /freebsd/contrib/llvm-project/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
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | StackFrameRecognizer.h | 128 ForEach(std::function<void(uint32_t recognizer_id, bool enabled,
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_dense_alloc.h | 101 void ForEach(Func func) { in ForEach() function
|