Searched refs:set_intersection (Results 1 - 12 of 12) sorted by relevance

/freebsd-current/contrib/llvm-project/libcxx/include/__algorithm/
H A Dset_intersection.h65 inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 _OutputIterator set_intersection( function
83 inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 _OutputIterator set_intersection( function
H A Dranges_set_intersection.h15 #include <__algorithm/set_intersection.h>
104 inline constexpr auto set_intersection = __set_intersection::__fn{}; member in namespace:ranges::__cpo
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSetOperations.h35 /// Identical to set_intersection, except that it works on set<>'s and
58 /// set_intersection(A, B) - Return A ^ B
60 S1Ty set_intersection(const S1Ty &S1, const S2Ty &S2) { function in namespace:llvm
/freebsd-current/contrib/llvm-project/libcxx/modules/std/
H A Dalgorithm.inc491 using std::set_intersection;
493 using std::ranges::set_intersection;
/freebsd-current/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DDataflowAnalysisContext.cpp55 return llvm::set_intersection(getObjectFields(Type), ModeledFields);
/freebsd-current/contrib/llvm-project/clang/lib/Frontend/
H A DDiagnosticRenderer.cpp340 std::set_intersection(BeginArgExpansions.begin(), BeginArgExpansions.end(),
/freebsd-current/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenRegisters.cpp2032 std::set_intersection(RegUnitSets[Idx].Units.begin(),
2243 std::set_intersection(Memb1.begin(), Memb1.end(), Memb2.begin(),
H A DAsmMatcherEmitter.cpp246 std::set_intersection(Registers.begin(), Registers.end(),
1265 std::set_intersection(Tmp.begin(), Tmp.end(), RS.begin(), RS.end(), II,
/freebsd-current/lib/libc++/
H A DMakefile472 ALG_HEADERS+= set_intersection.h
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp1071 // Use std::set as DenseSet doesn't work with set_intersection.
1093 std::set_intersection(PrevBases.begin(), PrevBases.end(), Bases.begin(),
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp2899 std::set_intersection(CandidateLocs.begin(), CandidateLocs.end(),
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DMemProfContextDisambiguation.cpp2394 set_intersection(OldCalleeEdge->getContextIds(), EdgeContextIds);

Completed in 307 milliseconds