Home
last modified time | relevance | path

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

/freebsd-14.2/tools/tools/git/
H A Dcandidatematch.lua24 local function set_difference(set1, set2) function
61 local result_hashes = set_difference(from_hashes, to_hashes)
65 result_hashes = set_difference(result_hashes, exclude_hashes)
/freebsd-14.2/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() function
66 inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 _OutputIterator set_difference( in set_difference() function
H A Dranges_set_difference.h99 inline constexpr auto set_difference = __set_difference::__fn{};
/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DDeltaAlgorithm.cpp86 std::set_difference( in Search()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSetOperations.h70 S1Ty set_difference(const S1Ty &S1, const S2Ty &S2) { in set_difference() function
/freebsd-14.2/contrib/kyua/engine/
H A Dfilters.cpp305 std::set_difference(_filters.begin(), _filters.end(), in difference()
/freebsd-14.2/contrib/llvm-project/libcxx/modules/std/
H A Dalgorithm.inc497 using std::set_difference;
500 using std::ranges::set_difference;
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerMerge.cpp159 std::set_difference(Cur.begin(), Cur.end(), AllFeatures.begin(), in Merge()
/freebsd-14.2/contrib/llvm-project/libcxx/include/
H A Dalgorithm759 set_difference(I1 first1, S1 last1, I2 first2, S2 last2, O result,
766 set_difference(R1&& r1, R2&& r2, O result,
1599 set_difference(InputIterator1 first1, InputIterator1 last1,
1604 set_difference(InputIterator1 first1, InputIterator1 last1,
1975 #include <__algorithm/set_difference.h>
H A Dlibcxx.imp211 { include: [ "<__algorithm/set_difference.h>", "private", "<algorithm>", "public" ] },
H A Dmodule.modulemap.in1047 …ithm_set_difference [system] { header "__algorithm/set_difference.h" }
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DVTableBuilder.cpp3541 llvm::set_difference(CurrentOverrides, LastOverrides); in selectBestPath()
3545 llvm::set_difference(LastOverrides, CurrentOverrides); in selectBestPath()
H A DItaniumMangle.cpp883 std::set_difference(ReturnTypeAbiTags.begin(), ReturnTypeAbiTags.end(), in mangleFunctionEncoding()
1033 std::set_difference(VariableTypeAbiTags.begin(), in mangleName()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp998 std::set_difference( in load()
/freebsd-14.2/lib/libc++/
H A DMakefile471 ALG_HEADERS+= set_difference.h
H A Dmodule.modulemap1047 …ithm_set_difference [system] { header "__algorithm/set_difference.h" }
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h5826 static void set_difference(const RangeList &L, const RangeList &R,
5828 std::set_difference(L.begin(), L.end(), R.begin(), R.end(),
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp2386 set_difference(DisasmSymbolSet, FoundDisasmSymbolSet); in disassembleObject()
/freebsd-14.2/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-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMExpandPseudoInsts.cpp1176 std::set_difference(Regs.begin(), Regs.end(), OpRegs.begin(), OpRegs.end(), in determineGPRegsToClear()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp981 AAPointerInfo::RangeList::set_difference(ExistingRanges, NewRanges, ToRemove); in addAccess()
997 AAPointerInfo::RangeList::set_difference(NewRanges, ExistingRanges, ToAdd); in addAccess()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp422 std::set_difference( in checkTargetOptions()
425 std::set_difference(ReadFeatures.begin(), ReadFeatures.end(), in checkTargetOptions()