Home
last modified time | relevance | path

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

123

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A 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()
H A DDataVisualization.h72 static void ForEach(std::function<bool(const TypeMatcher &,
114 static void ForEach(TypeCategoryMap::ForEachCallback callback);
H A DFormattersContainer.h241 void ForEach(ForEachCallback callback) { in ForEach() function
258 ForEach([&request](const TypeMatcher &matcher, const ValueSP &value) { in AutoComplete()
H A DTypeCategoryMap.h64 void ForEach(ForEachCallback callback);
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DTypeList.h47 void ForEach(
50 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-14.2/contrib/llvm-project/lldb/source/DataFormatters/
H A 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()
/freebsd-14.2/contrib/llvm-project/lldb/source/Symbol/
H A DTypeList.cpp78 void TypeList::ForEach( in ForEach() function in TypeList
86 void TypeList::ForEach( in ForEach() function in TypeList
H A DTypeMap.cpp100 void TypeMap::ForEach( in ForEach() function in TypeMap
108 void TypeMap::ForEach( in ForEach() function in TypeMap
H A DSymbolContext.cpp573 type_map.ForEach( in SortTypeList()
583 type_list.ForEach([&type_map](const lldb::TypeSP &type_sp) -> bool { in SortTypeList()
593 type_map.ForEach([this, &type_list](const lldb::TypeSP &type_sp) -> bool { in SortTypeList()
613 type_map.ForEach([this, &type_list](const lldb::TypeSP &type_sp) -> bool { in SortTypeList()
632 type_map.ForEach([this, &type_list](const lldb::TypeSP &type_sp) -> bool { in SortTypeList()
648 type_map.ForEach([&type_list](const lldb::TypeSP &type_sp) -> bool { in SortTypeList()
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DLanguage.cpp80 ForEach([&result, file_path](Language *language) { in FindPlugin()
100 void Language::ForEach(std::function<bool(Language *)> callback) { in ForEach() function in Language
386 ForEach([&](Language *lang) { in GetSupportedLanguages()
H A DInstrumentationRuntime.cpp52 module_list.ForEach([this](const lldb::ModuleSP module_sp) -> bool { in ModulesDidLoad()
H A DStackFrameRecognizer.cpp66 void StackFrameRecognizerManager::ForEach( in ForEach() function in StackFrameRecognizerManager
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DNameToDIE.h49 ForEach(std::function<bool(ConstString name, const DIERef &die_ref)> const
H A DNameToDIE.cpp76 void NameToDIE::ForEach( in ForEach() function in NameToDIE
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerValueBitMap.h59 void ForEach(Callback CB) const { in ForEach() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp2032 bool ForEach = false; in ParseForStatement() local
2111 } else if ((ForEach = isTokIdentifier_in())) { in ParseForStatement()
2130 ForEach = isTokIdentifier_in(); in ParseForStatement()
2134 if (ForEach) in ParseForStatement()
2143 getLangOpts().CPlusPlus11 && !ForEach && Tok.is(tok::colon); in ParseForStatement()
2150 } else if (ForEach) { in ParseForStatement()
2179 if (!ForEach && !ForRangeInfo.ParsedForRangeDecl() && in ParseForStatement()
2248 if (!ForEach && !ForRangeInfo.ParsedForRangeDecl()) { in ParseForStatement()
2295 } else if (ForEach) { in ParseForStatement()
2346 if (ForEach) in ParseForStatement()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp702 report->GetObjectForDotSeparatedPath("mops")->GetAsArray()->ForEach( in GetMainRacyAddress()
846 report->GetObjectForDotSeparatedPath("mops")->GetAsArray()->ForEach( in NotifyBreakpointHit()
1021 info->GetObjectForDotSeparatedPath(path)->GetAsArray()->ForEach( in AddThreadsForPath()
1024 o->GetObjectForDotSeparatedPath("trace")->GetAsArray()->ForEach( in AddThreadsForPath()
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectType.cpp819 DataVisualization::Categories::ForEach( in HandleArgumentCompletion()
846 DataVisualization::Categories::ForEach( in DoExecute()
943 DataVisualization::Categories::ForEach( in DoExecute()
1124 category->ForEach(print_formatter); in DoExecute()
1134 DataVisualization::Categories::ForEach( in DoExecute()
1678 DataVisualization::NamedSummaryFormats::ForEach( in FormatterSpecificList()
2128 DataVisualization::Categories::ForEach( in DoExecute()
2710 Language::ForEach([&](Language *lang) { in GetHelpLong()
2750 Language::ForEach([&](Language *lang) { in DoExecute()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DStackFrameRecognizer.h113 void ForEach(std::function<
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/scripted/
H A DScriptedProcess.cpp359 if (!keys->ForEach(sort_keys) || sorted_threads.size() != thread_count) in DoUpdateThreadList()
497 if (!loaded_images_sp->ForEach(reload_image)) in GetLoadedDynamicLibrariesInfos()
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_addrhashmap.h101 void ForEach(ForEachCallback cb, void *arg);
113 void AddrHashMap<T, kSize>::ForEach(ForEachCallback cb, void *arg) { in ForEach() function
/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBStructuredData.cpp165 key_arr->ForEach([&keys](StructuredData::Object *object) -> bool { in GetKeys()
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_dense_alloc.h101 void ForEach(Func func) { in ForEach() function
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_rawprofile.cpp214 MIBMap.ForEach(RecordStackId, reinterpret_cast<void *>(&StackIds)); in SerializeToRawProfile()

123