Searched refs:_S_threshold (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/g++.dg/torture/
H A Dpr44357.C114 { _S_threshold = 16 }; enumerator in enum:std::__anon1130
121 if (__last - __first > int (_S_threshold))
123 std::__insertion_sort (__first, __first + int (_S_threshold), __comp);
/haiku-buildtools/gcc/libstdc++-v3/include/bits/
H A Dstl_algo.h1870 enum { _S_threshold = 16 }; enumerator in enum:__anon267
1878 if (__last - __first > int(_S_threshold))
1880 std::__insertion_sort(__first, __first + int(_S_threshold), __comp);
1881 std::__unguarded_insertion_sort(__first + int(_S_threshold), __last,
1939 while (__last - __first > int(_S_threshold))

Completed in 102 milliseconds