| /src/external/gpl3/gcc/dist/libstdc++-v3/include/parallel/ |
| algo.h | 58 #include <parallel/unique_copy.h> 292 unique_copy(_IIter __begin1, _IIter __end1, _OutputIterator __out, function in namespace:__parallel 294 { return _GLIBCXX_STD_A::unique_copy(__begin1, __end1, __out); } 300 unique_copy(_IIter __begin1, _IIter __end1, _OutputIterator __out, function in namespace:__parallel 302 { return _GLIBCXX_STD_A::unique_copy(__begin1, __end1, __out, __pred); } 311 { return _GLIBCXX_STD_A::unique_copy(__begin, __last, __out, __pred); } 313 // Parallel unique_copy for random access iterators 327 return _GLIBCXX_STD_A::unique_copy(__begin, __last, __out, __pred); 333 unique_copy(_IIter __begin1, _IIter __end1, _OutputIterator __out) function in namespace:__parallel 346 unique_copy(_IIter __begin1, _IIter __end1, _OutputIterator __out function in namespace:__parallel [all...] |
| algo.h | 58 #include <parallel/unique_copy.h> 292 unique_copy(_IIter __begin1, _IIter __end1, _OutputIterator __out, function in namespace:__parallel 294 { return _GLIBCXX_STD_A::unique_copy(__begin1, __end1, __out); } 300 unique_copy(_IIter __begin1, _IIter __end1, _OutputIterator __out, function in namespace:__parallel 302 { return _GLIBCXX_STD_A::unique_copy(__begin1, __end1, __out, __pred); } 311 { return _GLIBCXX_STD_A::unique_copy(__begin, __last, __out, __pred); } 313 // Parallel unique_copy for random access iterators 327 return _GLIBCXX_STD_A::unique_copy(__begin, __last, __out, __pred); 333 unique_copy(_IIter __begin1, _IIter __end1, _OutputIterator __out) function in namespace:__parallel 346 unique_copy(_IIter __begin1, _IIter __end1, _OutputIterator __out function in namespace:__parallel [all...] |
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/parallel/ |
| algo.h | 58 #include <parallel/unique_copy.h> 292 unique_copy(_IIter __begin1, _IIter __end1, _OutputIterator __out, function in namespace:__parallel 294 { return _GLIBCXX_STD_A::unique_copy(__begin1, __end1, __out); } 300 unique_copy(_IIter __begin1, _IIter __end1, _OutputIterator __out, function in namespace:__parallel 302 { return _GLIBCXX_STD_A::unique_copy(__begin1, __end1, __out, __pred); } 311 { return _GLIBCXX_STD_A::unique_copy(__begin, __last, __out, __pred); } 313 // Parallel unique_copy for random access iterators 327 return _GLIBCXX_STD_A::unique_copy(__begin, __last, __out, __pred); 333 unique_copy(_IIter __begin1, _IIter __end1, _OutputIterator __out) function in namespace:__parallel 346 unique_copy(_IIter __begin1, _IIter __end1, _OutputIterator __out function in namespace:__parallel [all...] |
| algo.h | 58 #include <parallel/unique_copy.h> 292 unique_copy(_IIter __begin1, _IIter __end1, _OutputIterator __out, function in namespace:__parallel 294 { return _GLIBCXX_STD_A::unique_copy(__begin1, __end1, __out); } 300 unique_copy(_IIter __begin1, _IIter __end1, _OutputIterator __out, function in namespace:__parallel 302 { return _GLIBCXX_STD_A::unique_copy(__begin1, __end1, __out, __pred); } 311 { return _GLIBCXX_STD_A::unique_copy(__begin, __last, __out, __pred); } 313 // Parallel unique_copy for random access iterators 327 return _GLIBCXX_STD_A::unique_copy(__begin, __last, __out, __pred); 333 unique_copy(_IIter __begin1, _IIter __end1, _OutputIterator __out) function in namespace:__parallel 346 unique_copy(_IIter __begin1, _IIter __end1, _OutputIterator __out function in namespace:__parallel [all...] |
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
| stl_algo.h | 939 * unique_copy(_InputIterator, _InputIterator, _OutputIterator, 969 * unique_copy(_InputIterator, _InputIterator, _OutputIterator, 1002 * unique_copy(_InputIterator, _InputIterator, _OutputIterator, 4403 * `unique_copy()` is stable, so the relative order of elements that are 4407 // DR 241. Does unique_copy() require CopyConstructible and Assignable? 4408 // DR 538. 241 again: Does unique_copy() require CopyConstructible and 4413 unique_copy(_InputIterator __first, _InputIterator __last, function 4445 * `unique_copy()` is stable, so the relative order of elements that are 4449 // DR 241. Does unique_copy() require CopyConstructible and Assignable? 4454 unique_copy(_InputIterator __first, _InputIterator __last function [all...] |
| stl_algo.h | 939 * unique_copy(_InputIterator, _InputIterator, _OutputIterator, 969 * unique_copy(_InputIterator, _InputIterator, _OutputIterator, 1002 * unique_copy(_InputIterator, _InputIterator, _OutputIterator, 4403 * `unique_copy()` is stable, so the relative order of elements that are 4407 // DR 241. Does unique_copy() require CopyConstructible and Assignable? 4408 // DR 538. 241 again: Does unique_copy() require CopyConstructible and 4413 unique_copy(_InputIterator __first, _InputIterator __last, function 4445 * `unique_copy()` is stable, so the relative order of elements that are 4449 // DR 241. Does unique_copy() require CopyConstructible and Assignable? 4454 unique_copy(_InputIterator __first, _InputIterator __last function [all...] |
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
| stl_algo.h | 984 * unique_copy(_InputIterator, _InputIterator, _OutputIterator, 1014 * unique_copy(_InputIterator, _InputIterator, _OutputIterator, 1047 * unique_copy(_InputIterator, _InputIterator, _OutputIterator, 4452 * `unique_copy()` is stable, so the relative order of elements that are 4456 // DR 241. Does unique_copy() require CopyConstructible and Assignable? 4457 // DR 538. 241 again: Does unique_copy() require CopyConstructible and 4462 unique_copy(_InputIterator __first, _InputIterator __last, function 4494 * `unique_copy()` is stable, so the relative order of elements that are 4498 // DR 241. Does unique_copy() require CopyConstructible and Assignable? 4503 unique_copy(_InputIterator __first, _InputIterator __last function [all...] |
| stl_algo.h | 984 * unique_copy(_InputIterator, _InputIterator, _OutputIterator, 1014 * unique_copy(_InputIterator, _InputIterator, _OutputIterator, 1047 * unique_copy(_InputIterator, _InputIterator, _OutputIterator, 4452 * `unique_copy()` is stable, so the relative order of elements that are 4456 // DR 241. Does unique_copy() require CopyConstructible and Assignable? 4457 // DR 538. 241 again: Does unique_copy() require CopyConstructible and 4462 unique_copy(_InputIterator __first, _InputIterator __last, function 4494 * `unique_copy()` is stable, so the relative order of elements that are 4498 // DR 241. Does unique_copy() require CopyConstructible and Assignable? 4503 unique_copy(_InputIterator __first, _InputIterator __last function [all...] |