Home
last modified time | relevance | path

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

123

/openbsd/src/gnu/llvm/lldb/include/lldb/DataFormatters/
DTypeCategory.h149 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()
DDataVisualization.h72 static void ForEach(std::function<bool(const TypeMatcher &,
114 static void ForEach(TypeCategoryMap::ForEachCallback callback);
DFormattersContainer.h241 void ForEach(ForEachCallback callback) { in ForEach() function
258 ForEach([&request](const TypeMatcher &matcher, const ValueSP &value) { in AutoComplete()
DTypeCategoryMap.h68 void ForEach(ForEachCallback callback);
/openbsd/src/gnu/llvm/lldb/include/lldb/Symbol/
DTypeMap.h49 void ForEach(
52 void ForEach(std::function<bool(lldb::TypeSP &type_sp)> const &callback);
DTypeList.h47 void ForEach(
50 void ForEach(std::function<bool(lldb::TypeSP &type_sp)> const &callback);
/openbsd/src/gnu/llvm/lldb/source/DataFormatters/
DDataVisualization.cpp156 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()
/openbsd/src/gnu/llvm/lldb/source/Symbol/
DTypeList.cpp78 void TypeList::ForEach( in ForEach() function in TypeList
86 void TypeList::ForEach( in ForEach() function in TypeList
DTypeMap.cpp94 void TypeMap::ForEach( in ForEach() function in TypeMap
102 void TypeMap::ForEach( in ForEach() function in TypeMap
DSymbolContext.cpp567 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()
/openbsd/src/gnu/llvm/lldb/source/Target/
DLanguage.cpp80 ForEach([&result, file_path](Language *language) { in FindPlugin()
100 void Language::ForEach(std::function<bool(Language *)> callback) { in ForEach() function in Language
362 ForEach([&](Language *lang) { in GetSupportedLanguages()
DInstrumentationRuntime.cpp52 module_list.ForEach([this](const lldb::ModuleSP module_sp) -> bool { in ModulesDidLoad()
DStackFrameRecognizer.cpp66 void StackFrameRecognizerManager::ForEach( in ForEach() function in StackFrameRecognizerManager
/openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_addrhashmap_test.cpp58 m.ForEach(ExistsInReferenceMap, &reference_map); in TEST()
/openbsd/src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
DNameToDIE.h47 ForEach(std::function<bool(lldb_private::ConstString name,
DNameToDIE.cpp76 void NameToDIE::ForEach( in ForEach() function in NameToDIE
/openbsd/src/gnu/llvm/compiler-rt/lib/fuzzer/
DFuzzerValueBitMap.h59 void ForEach(Callback CB) const { in ForEach() function
/openbsd/src/gnu/llvm/lldb/include/lldb/Breakpoint/
DBreakpointSiteList.h107 void ForEach(std::function<void(BreakpointSite *)> const &callback);
/openbsd/src/gnu/llvm/clang/lib/Parse/
DParseStmt.cpp1981 bool ForEach = false; in ParseForStatement() local
2060 } else if ((ForEach = isTokIdentifier_in())) { in ParseForStatement()
2079 ForEach = isTokIdentifier_in(); in ParseForStatement()
2083 if (ForEach) in ParseForStatement()
2092 getLangOpts().CPlusPlus11 && !ForEach && Tok.is(tok::colon); in ParseForStatement()
2099 } else if (ForEach) { in ParseForStatement()
2128 if (!ForEach && !ForRangeInfo.ParsedForRangeDecl() && in ParseForStatement()
2182 if (!ForEach && !ForRangeInfo.ParsedForRangeDecl()) { in ParseForStatement()
2231 } else if (ForEach) { in ParseForStatement()
2282 if (ForEach) in ParseForStatement()
/openbsd/src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/TSan/
DInstrumentationRuntimeTSan.cpp704 report->GetObjectForDotSeparatedPath("mops")->GetAsArray()->ForEach( in GetMainRacyAddress()
848 report->GetObjectForDotSeparatedPath("mops")->GetAsArray()->ForEach( in NotifyBreakpointHit()
1021 info->GetObjectForDotSeparatedPath(path)->GetAsArray()->ForEach( in AddThreadsForPath()
1024 o->GetObjectForDotSeparatedPath("trace")->GetAsArray()->ForEach( in AddThreadsForPath()
/openbsd/src/gnu/llvm/lldb/source/Commands/
DCommandObjectType.cpp786 DataVisualization::Categories::ForEach( in HandleArgumentCompletion()
813 DataVisualization::Categories::ForEach( in DoExecute()
912 DataVisualization::Categories::ForEach( in DoExecute()
1095 category->ForEach(print_formatter); in DoExecute()
1105 DataVisualization::Categories::ForEach( in DoExecute()
1651 DataVisualization::NamedSummaryFormats::ForEach( in FormatterSpecificList()
2106 DataVisualization::Categories::ForEach( in DoExecute()
2701 Language::ForEach([&](Language *lang) { in GetHelpLong()
2741 Language::ForEach([&](Language *lang) { in DoExecute()
/openbsd/src/gnu/llvm/lldb/include/lldb/Target/
DStackFrameRecognizer.h113 void ForEach(std::function<
/openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/
Dsanitizer_addrhashmap.h101 void ForEach(ForEachCallback cb, void *arg);
113 void AddrHashMap<T, kSize>::ForEach(ForEachCallback cb, void *arg) { in ForEach() function
/openbsd/src/gnu/llvm/lldb/source/API/
DSBStructuredData.cpp141 key_arr->ForEach([&keys] (StructuredData::Object *object) -> bool { in GetKeys()
/openbsd/src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/objcxx/
DPlatformiOSSimulatorCoreSimulatorSupport.h205 void ForEach(std::function<bool(const Device &)> f);

123