Home
last modified time | relevance | path

Searched refs:set_difference (Results 1 – 25 of 32) sorted by relevance

12

/freebsd/tools/tools/git/
H A Dmfc-candidates.lua90 local function set_difference(set1, set2) function
215 local result_hashes = set_difference(from_hashes, to_hashes)
219 result_hashes = set_difference(result_hashes, exclude_hashes)
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__algorithm/
H A Dset_difference.h51 inline _LIBCPP_HIDE_FROM_ABI _OutputIterator set_difference( in set_difference() function
64 inline _LIBCPP_HIDE_FROM_ABI _OutputIterator set_difference( in set_difference() function
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/
H A Dset_difference.h51 inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 _OutputIterator set_difference( in set_difference() function
63 inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 _OutputIterator set_difference( in set_difference() function
H A Dranges_set_difference.h94 inline constexpr auto set_difference = __set_difference{};
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DDeltaAlgorithm.cpp86 std::set_difference(Changes.begin(), Changes.end(), it->begin(), in Search()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSetOperations.h93 S1Ty set_difference(const S1Ty &S1, const S2Ty &S2) { in set_difference() function
/freebsd/contrib/kyua/engine/
H A Dfilters.cpp305 std::set_difference(_filters.begin(), _filters.end(), in difference()
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dalgorithm.cppm
H A Dalgorithm.inc498 using std::set_difference;
501 using std::ranges::set_difference;
/freebsd/contrib/llvm-project/libcxx/include/__pstl/internal/
H A Dglue_algorithm_defs.h
H A Dglue_algorithm_impl.h
H A Dalgorithm_impl.h
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerMerge.cpp159 std::set_difference(Cur.begin(), Cur.end(), AllFeatures.begin(), in Merge()
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A Dalgorithm797 set_difference(I1 first1, S1 last1, I2 first2, S2 last2, O result,
804 set_difference(R1&& r1, R2&& r2, O result,
1637 set_difference(InputIterator1 first1, InputIterator1 last1,
1642 set_difference(InputIterator1 first1, InputIterator1 last1,
1892 #include <__cxx03/__algorithm/set_difference.h>
/freebsd/contrib/llvm-project/libcxx/include/
H A Dalgorithm812 set_difference(I1 first1, S1 last1, I2 first2, S2 last2, O result,
819 set_difference(R1&& r1, R2&& r2, O result,
1653 set_difference(InputIterator1 first1, InputIterator1 last1,
1658 set_difference(InputIterator1 first1, InputIterator1 last1,
1911 # include <__algorithm/set_difference.h>
H A Dmodule.modulemap.in832 module set_difference { header "__algorithm/set_difference.h" }
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DVTableBuilder.cpp3636 llvm::set_difference(CurrentOverrides, LastOverrides); in selectBestPath()
3640 llvm::set_difference(LastOverrides, CurrentOverrides); in selectBestPath()
H A DItaniumMangle.cpp880 std::set_difference(ReturnTypeAbiTags.begin(), ReturnTypeAbiTags.end(), in mangleFunctionEncoding()
1030 std::set_difference(VariableTypeAbiTags.begin(), in mangleName()
/freebsd/lib/libc++/
H A DMakefile468 ALG_HEADERS+= set_difference.h
884 C3ALG_HEADERS+= set_difference.h
H A Dmodule.modulemap832 module set_difference { header "__algorithm/set_difference.h" }
H A Dlibcxx.imp186 { include: [ "<__algorithm/set_difference.h>", "private", "<algorithm>", "public" ] },
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp1101 std::set_difference( in load()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DMemProfContextDisambiguation.cpp1490 set_difference(NewEdgeContextIds, RecursiveContextIds); in connectNewNode()
3775 set_difference(CallerEdgeContextsForAlloc, RecursiveContextIds); in identifyClones()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h5928 static void set_difference(const RangeList &L, const RangeList &R,
5930 std::set_difference(L.begin(), L.end(), R.begin(), R.end(),
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerBufferFatPointers.cpp1501 auto Diff = set_difference(Roots, Seen); in processConditionals()

12