Home
last modified time | relevance | path

Searched defs:set_difference (Results 1 – 3 of 3) sorted by relevance

/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
/freebsd-14.2/tools/tools/git/
H A Dcandidatematch.lua24 local function set_difference(set1, set2) function
/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