Searched refs:find_if (Results 1 - 25 of 170) sorted by relevance

1234567

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DCostTable.h33 auto I = find_if(Tbl, [=](const CostTblEntry &Entry) {
56 auto I = find_if(Tbl, [=](const TypeConversionCostTblEntry &Entry) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/Targets/
H A DAVR.cpp286 llvm::find_if(AVRMcus, [&](const MCUInfo &Info) {
305 auto It = llvm::find_if(
H A DSystemZ.cpp100 llvm::find_if(ISARevisions, [Name](const ISANameRevision &CR) {
H A DSparc.cpp116 const SparcCPUInfo *Item = llvm::find_if(
124 const SparcCPUInfo *Item = llvm::find_if(
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DVMRange.cpp26 return llvm::find_if(coll, [&](const VMRange &r) {
33 return llvm::find_if(coll, [&](const VMRange &r) {
H A DBroadcaster.cpp334 (iter = find_if(iter, end_iter,
367 iter = find_if(m_event_map.begin(), end_iter, predicate);
395 iter = find_if(m_event_map.begin(), end_iter,
409 std::find_if(iter, end_iter, predicate);
415 iter = find_if(m_event_map.begin(), end_iter, predicate);
432 iter = find_if(m_event_map.begin(), end_iter, predicate);
447 (iter = find_if(iter, end_iter,
H A DListener.cpp195 iter = std::find_if<broadcaster_manager_collection::iterator,
284 pos = std::find_if(m_events.begin(), m_events.end(),
444 iter = std::find_if<broadcaster_manager_collection::iterator,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DRegisterUtilities.cpp35 auto Iter = llvm::find_if(
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DTargetRegistry.cpp32 auto I = find_if(targets(),
71 auto I = find_if(targets(), ArchMatch);
78 auto J = std::find_if(std::next(I), targets().end(), ArchMatch);
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-cxxfilt/
H A Dllvm-cxxfilt.cpp116 auto Start = std::find_if(Head, Source.end(), IsLegalChar);
122 Start = std::find_if(Start, Source.end(), IsLegalChar);
124 auto DEnd = std::find_if(End, Source.end(), IsLegalChar);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/Core/
H A DDiagnostic.cpp52 auto Iter = llvm::find_if(D.Notes, [](const tooling::DiagnosticMessage &D) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MCA/Stages/
H A DEntryStage.cpp62 auto It = find_if(Range, [](const std::unique_ptr<Instruction> &I) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86AvoidTrailingCall.cpp81 LastRealInstr = llvm::find_if(reverse(RMBB), isRealInstruction);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DIndirectBrExpandPass.cpp127 auto BlockAddressUseIt = llvm::find_if(BB.uses(), IsBlockAddressUse);
131 assert(std::find_if(std::next(BlockAddressUseIt), BB.use_end(),
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DTargetSelect.cpp50 auto I = find_if(TargetRegistry::targets(),
/freebsd-11-stable/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointList.cpp48 auto it = std::find_if(
112 return std::find_if(
119 return std::find_if(
H A DBreakpointLocationCollection.cpp64 return std::find_if(
73 return std::find_if(
H A DBreakpointSiteList.cpp98 return std::find_if(m_bp_site_list.begin(),
106 return std::find_if(m_bp_site_list.begin(),
/freebsd-11-stable/contrib/libstdc++/include/backward/
H A Dalgo.h71 using std::find_if;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugArangeSet.cpp134 std::find_if(m_arange_descriptors.begin(), end, // Range
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbFPOProgramToDWARFExpression.cpp41 auto it = llvm::find_if(
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCSectionMachO.cpp223 auto TypeDescriptor = std::find_if(
251 auto AttrDescriptorI = std::find_if(
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRMCExpr.cpp192 const auto &Modifier = std::find_if(
203 const auto &Modifier = std::find_if(
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalityPredicates.cpp49 return std::find_if(
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerCommand.h100 auto j = std::find_if(Args.begin(), i, IsMatch);

Completed in 183 milliseconds

1234567