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/stlport/stlport/stl/
H A D_algo.c1646 _OutputIter set_union(_InputIter1 __first1, _InputIter1 __last1, function
1655 _OutputIter set_union(_InputIter1 __first1, _InputIter1 __last1, function

Completed in 109 milliseconds