Lines Matching refs:search
209 $(call gen-test, algorithms/alg.nonmodifying/alg.search/search_n)
210 $(call gen-test, algorithms/alg.nonmodifying/alg.search/search_n_pred)
211 $(call gen-test, algorithms/alg.nonmodifying/alg.search/search)
212 $(call gen-test, algorithms/alg.nonmodifying/alg.search/search_pred)
217 $(call gen-test, algorithms/alg.sorting/alg.binary.search/binary.search/binary_search_comp)
218 $(call gen-test, algorithms/alg.sorting/alg.binary.search/binary.search/binary_search)
219 $(call gen-test, algorithms/alg.sorting/alg.binary.search/equal.range/equal_range_comp)
220 $(call gen-test, algorithms/alg.sorting/alg.binary.search/equal.range/equal_range)
221 $(call gen-test, algorithms/alg.sorting/alg.binary.search/lower.bound/lower_bound_comp)
222 $(call gen-test, algorithms/alg.sorting/alg.binary.search/lower.bound/lower_bound)
223 $(call gen-test, algorithms/alg.sorting/alg.binary.search/nothing_to_do)
224 $(call gen-test, algorithms/alg.sorting/alg.binary.search/upper.bound/upper_bound_comp)
225 $(call gen-test, algorithms/alg.sorting/alg.binary.search/upper.bound/upper_bound)
3231 $(call gen-test, re/re.alg/re.alg.search/awk)
3232 $(call gen-test, re/re.alg/re.alg.search/backup)
3233 $(call gen-test, re/re.alg/re.alg.search/basic)
3234 $(call gen-test, re/re.alg/re.alg.search/ecma)
3235 $(call gen-test, re/re.alg/re.alg.search/egrep)
3236 $(call gen-test, re/re.alg/re.alg.search/extended)
3237 $(call gen-test, re/re.alg/re.alg.search/grep)
3238 $(call gen-test, re/re.alg/re.alg.search/lookahead)
3239 $(call gen-test, re/re.alg/re.alg.search/no_update_pos)