Home
last modified time | relevance | path

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

12

/freebsd/tools/tools/git/
H A Dmfc-candidates.lua90 local function set_difference(set1, set2) function
204 local result_hashes = set_difference(from_hashes, to_hashes)
208 result_hashes = set_difference(result_hashes, exclude_hashes)
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/
H A Dset_difference.h53 inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 _OutputIterator set_difference( in set_difference()
66 inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 _OutputIterator set_difference( in set_difference()
50 inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 _OutputIterator set_difference( set_difference() function
63 inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 _OutputIterator set_difference( set_difference() function
H A Dranges_set_difference.h15 #include <__algorithm/set_difference.h>
99 inline constexpr auto set_difference = __set_difference::__fn{};
/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.inc496 using std::set_difference;
499 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/
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 <__algorithm/set_difference.h>
H A Dmodule.modulemap994 …ithm_set_difference [system] { header "__algorithm/set_difference.h" }
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DVTableBuilder.cpp3634 llvm::set_difference(CurrentOverrides, LastOverrides); in selectBestPath()
3638 llvm::set_difference(LastOverrides, CurrentOverrides); in selectBestPath()
H A DItaniumMangle.cpp882 std::set_difference(ReturnTypeAbiTags.begin(), ReturnTypeAbiTags.end(), in mangleFunctionEncoding()
1032 std::set_difference(VariableTypeAbiTags.begin(), in mangleName()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp1047 std::set_difference( in load()
/freebsd/lib/libc++/
H A DMakefile460 ALG_HEADERS+= set_difference.h
H A Dlibcxx.imp183 { include: [ "<__algorithm/set_difference.h>", "private", "<algorithm>", "public" ] },
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerBufferFatPointers.cpp891 auto Diff = set_difference(Roots, Seen); in processConditionals()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h5817 static void set_difference(const RangeList &L, const RangeList &R,
5819 std::set_difference(L.begin(), L.end(), R.begin(), R.end(),
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp2524 set_difference(DisasmSymbolSet, FoundDisasmSymbolSet); in disassembleObject()
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc2585 SYMBOL(set_difference, std::, <algorithm>)
3719 SYMBOL(set_difference, std::ranges::, <algorithm>)
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMExpandPseudoInsts.cpp1173 std::set_difference(Regs.begin(), Regs.end(), OpRegs.begin(), OpRegs.end(), in determineGPRegsToClear()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp427 std::set_difference( in checkTargetOptions()
430 std::set_difference(ReadFeatures.begin(), ReadFeatures.end(), in checkTargetOptions()

12