Home
last modified time | relevance | path

Searched defs:set_union (Results 1 – 5 of 5) sorted by relevance

/llvm-project/libcxx/include/__algorithm/
H A Dset_union.h68 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 _OutputIterator set_union( set_union() function
86 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 _OutputIterator set_union( set_union() function
/llvm-project/llvm/include/llvm/ADT/
H A DSetOperations.h34 template <class S1Ty, class S2Ty> bool set_union(S1Ty &S1, const S2Ty &S2) { set_union() function
H A DSetVector.h303 bool set_union(const STy &S) { in set_union() function
/llvm-project/pstl/include/pstl/internal/
H A Dglue_algorithm_impl.h885 set_union(_ExecutionPolicy&& __exec, _ForwardIterator1 __first1, _ForwardIterator1 __last1, _Forwar… in set_union() function
896 set_union(_ExecutionPolicy&& __exec, _ForwardIterator1 __first1, _ForwardIterator1 __last1, _Forwar… in set_union() function
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Dloop-convert-extra.cpp834 void set_union(Container &container) { in set_union() function