Home
last modified time | relevance | path

Searched refs:ForEach (Results 1 – 25 of 46) sorted by relevance

12

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
H A DTypeCategory.h231 template <typename T> void ForEach(const ForEachCallbacks<T> &foreach) { in ForEach() function
232 GetTypeFormatsContainer()->ForEach(foreach.GetFormatExactCallback()); in ForEach()
233 GetRegexTypeFormatsContainer()->ForEach(foreach.GetFormatRegexCallback()); in ForEach()
235 GetTypeSummariesContainer()->ForEach(foreach.GetSummaryExactCallback()); in ForEach()
236 GetRegexTypeSummariesContainer()->ForEach( in ForEach()
239 GetTypeFiltersContainer()->ForEach(foreach.GetFilterExactCallback()); in ForEach()
240 GetRegexTypeFiltersContainer()->ForEach(foreach.GetFilterRegexCallback()); in ForEach()
243 GetTypeSyntheticsContainer()->ForEach(foreach.GetSynthExactCallback()); in ForEach()
244 GetRegexTypeSyntheticsContainer()->ForEach(foreach.GetSynthRegexCallback()); in ForEach()
247 GetTypeValidatorsContainer()->ForEach(foreach.GetValidatorExactCallback()); in ForEach()
[all …]
H A DDataVisualization.h90 ForEach(std::function<bool(ConstString, const lldb::TypeSummaryImplSP &)>
131 static void ForEach(TypeCategoryMap::ForEachCallback callback);
H A DFormattersContainer.h115 void ForEach(ForEachCallback callback) { in ForEach() function
227 void ForEach(ForEachCallback callback) { m_format_map.ForEach(callback); } in ForEach() function
H A DTypeCategoryMap.h68 void ForEach(ForEachCallback callback);
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DTypeList.h51 void ForEach(
54 void ForEach(std::function<bool(lldb::TypeSP &type_sp)> const &callback);
H A DTypeMap.h51 void ForEach(
54 void ForEach(std::function<bool(lldb::TypeSP &type_sp)> const &callback);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DStackFrameRecognizer.cpp67 void ForEach( in ForEach() function in StackFrameRecognizerManagerImpl
169 void StackFrameRecognizerManager::ForEach( in ForEach() function in StackFrameRecognizerManager
172 GetStackFrameRecognizerManagerImpl().ForEach(callback); in ForEach()
H A DInstrumentationRuntime.cpp53 module_list.ForEach([this](const lldb::ModuleSP module_sp) -> bool { in ModulesDidLoad()
H A DLanguage.cpp82 ForEach([&result, file_path](Language *language) { in FindPlugin()
102 void Language::ForEach(std::function<bool(Language *)> callback) { in ForEach() function in Language
/freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/
H A DDataVisualization.cpp181 void DataVisualization::Categories::ForEach( in ForEach() function in DataVisualization::Categories
214 void DataVisualization::NamedSummaryFormats::ForEach( in ForEach() function in DataVisualization::NamedSummaryFormats
217 GetFormatManager().GetNamedSummaryContainer().ForEach(callback); in ForEach()
/freebsd-12.1/contrib/compiler-rt/lib/hwasan/
H A Dhwasan_thread_list.h95 void ForEach(CB cb) { in ForEach() function
156 live_list_.ForEach(cb); in VisitAllLiveThreads()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DTypeList.cpp85 void TypeList::ForEach( in ForEach() function in TypeList
93 void TypeList::ForEach( in ForEach() function in TypeList
H A DTypeMap.cpp114 void TypeMap::ForEach( in ForEach() function in TypeMap
122 void TypeMap::ForEach( in ForEach() function in TypeMap
H A DSymbolContext.cpp595 type_map.ForEach( in SortTypeList()
605 type_list.ForEach([&type_map](const lldb::TypeSP &type_sp) -> bool { in SortTypeList()
617 type_map.ForEach([this, &type_list](const lldb::TypeSP &type_sp) -> bool { in SortTypeList()
639 type_map.ForEach([this, &type_list](const lldb::TypeSP &type_sp) -> bool { in SortTypeList()
660 type_map.ForEach([this, &type_list](const lldb::TypeSP &type_sp) -> bool { in SortTypeList()
678 type_map.ForEach([&type_list](const lldb::TypeSP &type_sp) -> bool { in SortTypeList()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DNameToDIE.h46 ForEach(std::function<bool(lldb_private::ConstString name,
H A DNameToDIE.cpp64 void NameToDIE::ForEach( in ForEach() function in NameToDIE
/freebsd-12.1/contrib/compiler-rt/lib/fuzzer/
H A DFuzzerValueBitMap.h59 void ForEach(Callback CB) const { in ForEach() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseStmt.cpp1604 bool ForEach = false; in ParseForStatement() local
1677 } else if ((ForEach = isTokIdentifier_in())) { in ParseForStatement()
1695 ForEach = isTokIdentifier_in(); in ParseForStatement()
1699 if (ForEach) in ParseForStatement()
1707 } else if (ForEach) { in ParseForStatement()
1737 if (!ForEach && !ForRangeInfo.ParsedForRangeDecl() && in ParseForStatement()
1781 if (!ForEach && !ForRangeInfo.ParsedForRangeDecl()) { in ParseForStatement()
1827 } else if (ForEach) { in ParseForStatement()
1873 if (ForEach) in ParseForStatement()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Breakpoint/
H A DBreakpointSiteList.h128 void ForEach(std::function<void(BreakpointSite *)> const &callback);
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DStackFrameRecognizer.h112 static void ForEach(
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DTSanRuntime.cpp703 report->GetObjectForDotSeparatedPath("mops")->GetAsArray()->ForEach( in GetMainRacyAddress()
845 report->GetObjectForDotSeparatedPath("mops")->GetAsArray()->ForEach( in NotifyBreakpointHit()
1018 info->GetObjectForDotSeparatedPath(path)->GetAsArray()->ForEach( in AddThreadsForPath()
1021 o->GetObjectForDotSeparatedPath("trace")->GetAsArray()->ForEach( in AddThreadsForPath()
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBStructuredData.cpp102 key_arr->ForEach([&keys] (StructuredData::Object *object) -> bool { in GetKeys()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DStructuredData.h171 ForEach(std::function<bool(Object *object)> const &foreach_callback) const { in ForEach() function
359 void ForEach(std::function<bool(ConstString key, Object *object)> const in ForEach() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DMainThreadCheckerRuntime.cpp252 trace->ForEach([&PCs](StructuredData::Object *PC) -> bool { in GetBacktracesFromExtendedStopInfo()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpointSiteList.cpp165 void BreakpointSiteList::ForEach( in ForEach() function in BreakpointSiteList

12