HomeSort by: relevance | last modified time | path
    Searched defs:set_union (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
SetOperations.h 19 /// set_union(A, B) - Compute A := A u B, return whether A changed.
22 bool set_union(S1Ty &S1, const S2Ty &S2) { function in namespace:llvm
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/parallel/
algo.h 359 set_union(_IIter1 __begin1, _IIter1 __end1, function in namespace:__parallel
362 { return _GLIBCXX_STD_A::set_union(
369 set_union(_IIter1 __begin1, _IIter1 __end1, function in namespace:__parallel
373 { return _GLIBCXX_STD_A::set_union(__begin1, __end1,
385 { return _GLIBCXX_STD_A::set_union(__begin1, __end1,
388 // Parallel set_union for random access iterators
406 return _GLIBCXX_STD_A::set_union(__begin1, __end1,
414 set_union(_IIter1 __begin1, _IIter1 __end1, function in namespace:__parallel
432 set_union(_IIter1 __begin1, _IIter1 __end1, function in namespace:__parallel
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/parallel/
algo.h 359 set_union(_IIter1 __begin1, _IIter1 __end1, function in namespace:__parallel
362 { return _GLIBCXX_STD_A::set_union(
369 set_union(_IIter1 __begin1, _IIter1 __end1, function in namespace:__parallel
373 { return _GLIBCXX_STD_A::set_union(__begin1, __end1,
385 { return _GLIBCXX_STD_A::set_union(__begin1, __end1,
388 // Parallel set_union for random access iterators
406 return _GLIBCXX_STD_A::set_union(__begin1, __end1,
414 set_union(_IIter1 __begin1, _IIter1 __end1, function in namespace:__parallel
432 set_union(_IIter1 __begin1, _IIter1 __end1, function in namespace:__parallel
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
stl_algo.h 134 // set_union
2762 // Set algorithms: includes, set_union, set_intersection, set_difference,
2880 // set_union
5090 set_union(_InputIterator1 __first1, _InputIterator1 __last1, function
5141 set_union(_InputIterator1 __first1, _InputIterator1 __last1, function
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
stl_algo.h 131 // set_union
2764 // Set algorithms: includes, set_union, set_intersection, set_difference,
2882 // set_union
5131 set_union(_InputIterator1 __first1, _InputIterator1 __last1, function
5182 set_union(_InputIterator1 __first1, _InputIterator1 __last1, function

Completed in 34 milliseconds