Searched defs:set_union (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/ADT/
H A DSetOperations.h20 /// set_union(A, B) - Compute A := A u B, return whether A changed.
23 bool set_union(S1Ty &S1, const S2Ty &S2) { function in namespace:llvm
/external/deqp/framework/delibs/decpp/
H A DdeSTLUtil.hpp65 C set_union (const C& s1, const C& s2) function in namespace:de
68 std::set_union(s1.begin(), s1.end(), s2.begin(), s2.end(),

Completed in 239 milliseconds