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