Lines Matching refs:compiled_regex
7602 * gdb_regex.h (compiled_regex): Likewise.
11951 (compiled_regex::compiled_regex): Use gdb::def_vector<char>.
12366 parameter type to compiled_regex. Adjust.
12367 (ada_exceptions_list): Use compiled_regex.
12369 std::unique_ptr<compiled_regex>.
12372 (check_status_exception_catchpoint): Adjust to use compiled_regex.
12373 (handle_gnu_v3_exceptions): Adjust to use compiled_regex.
12375 std::unique_ptr<compiled_regex>.
12377 (check_status_catch_solib): Adjust to use compiled_regex.
12378 (add_solib_catchpoint): Adjust to use compiled_regex.
12379 * cli/cli-cmds.c (apropos_command): Use compiled_regex.
12381 compiled_regex reference. Adjust to use it.
12384 (apropos_cmd): Change regex parameter to compiled_regex reference.
12388 (class compiled_regex): New.
12391 mapping_is_anonymous_p, and adjusted to use compiled_regex.
12393 gdb::optional and remove cleanups. Adjust to compiled_regex.
12395 (collect_probes): Use compiled_regex and gdb::optional and remove
12399 gdb::optional<compiled_regex>.
12403 compiled_regex and gdb::optional.
12405 (search_symbols): Use compiled_regex and gdb::optional.