Lines Matching refs:modifying
151 $(call gen-test, algorithms/alg.modifying.operations/alg.copy/copy_backward)
152 $(call gen-test, algorithms/alg.modifying.operations/alg.copy/copy_if)
153 $(call gen-test, algorithms/alg.modifying.operations/alg.copy/copy_n)
154 $(call gen-test, algorithms/alg.modifying.operations/alg.copy/copy)
155 $(call gen-test, algorithms/alg.modifying.operations/alg.fill/fill_n)
156 $(call gen-test, algorithms/alg.modifying.operations/alg.fill/fill)
157 $(call gen-test, algorithms/alg.modifying.operations/alg.generate/generate_n)
158 $(call gen-test, algorithms/alg.modifying.operations/alg.generate/generate)
159 $(call gen-test, algorithms/alg.modifying.operations/alg.move/move_backward)
160 $(call gen-test, algorithms/alg.modifying.operations/alg.move/move)
161 $(call gen-test, algorithms/alg.modifying.operations/alg.partitions/is_partitioned)
162 $(call gen-test, algorithms/alg.modifying.operations/alg.partitions/partition_copy)
163 $(call gen-test, algorithms/alg.modifying.operations/alg.partitions/partition)
164 $(call gen-test, algorithms/alg.modifying.operations/alg.partitions/partition_point)
165 $(call gen-test, algorithms/alg.modifying.operations/alg.partitions/stable_partition)
166 $(call gen-test, algorithms/alg.modifying.operations/alg.random.shuffle/random_shuffle)
167 $(call gen-test, algorithms/alg.modifying.operations/alg.random.shuffle/random_shuffle_rand)
168 $(call gen-test, algorithms/alg.modifying.operations/alg.random.shuffle/random_shuffle_urng)
169 $(call gen-test, algorithms/alg.modifying.operations/alg.remove/remove_copy_if)
170 $(call gen-test, algorithms/alg.modifying.operations/alg.remove/remove_copy)
171 $(call gen-test, algorithms/alg.modifying.operations/alg.remove/remove_if)
172 $(call gen-test, algorithms/alg.modifying.operations/alg.remove/remove)
173 $(call gen-test, algorithms/alg.modifying.operations/alg.replace/replace_copy_if)
174 $(call gen-test, algorithms/alg.modifying.operations/alg.replace/replace_copy)
175 $(call gen-test, algorithms/alg.modifying.operations/alg.replace/replace_if)
176 $(call gen-test, algorithms/alg.modifying.operations/alg.replace/replace)
177 $(call gen-test, algorithms/alg.modifying.operations/alg.reverse/reverse_copy)
178 $(call gen-test, algorithms/alg.modifying.operations/alg.reverse/reverse)
179 $(call gen-test, algorithms/alg.modifying.operations/alg.rotate/rotate_copy)
180 $(call gen-test, algorithms/alg.modifying.operations/alg.rotate/rotate)
181 $(call gen-test, algorithms/alg.modifying.operations/alg.swap/iter_swap)
182 $(call gen-test, algorithms/alg.modifying.operations/alg.swap/swap_ranges)
183 $(call gen-test, algorithms/alg.modifying.operations/alg.transform/binary_transform)
184 $(call gen-test, algorithms/alg.modifying.operations/alg.transform/unary_transform)
185 $(call gen-test, algorithms/alg.modifying.operations/alg.unique/unique_copy)
186 $(call gen-test, algorithms/alg.modifying.operations/alg.unique/unique_copy_pred)
187 $(call gen-test, algorithms/alg.modifying.operations/alg.unique/unique)
188 $(call gen-test, algorithms/alg.modifying.operations/alg.unique/unique_pred)
189 $(call gen-test, algorithms/alg.modifying.operations/nothing_to_do)