Searched refs:regex_t_sptr (Results 1 – 7 of 7) sorted by relevance
36 mutable regex::regex_t_sptr file_name_regex_;38 mutable regex::regex_t_sptr file_name_not_regex_;40 mutable regex::regex_t_sptr soname_regex_;42 mutable regex::regex_t_sptr soname_not_regex_;76 const regex::regex_t_sptr&92 const regex::regex_t_sptr&108 const regex::regex_t_sptr&124 const regex::regex_t_sptr&145 if (regex::regex_t_sptr regexp = get_soname_regex()) in matches_soname()152 if (regex::regex_t_sptr regexp = get_soname_not_regex()) in matches_soname()[all …]
39 regex::regex_t_sptr41 {return regex::regex_t_sptr(p, regex::regex_t_deleter());} in build_sptr()49 regex::regex_t_sptr110 regex_t_sptr113 regex_t_sptr r = sptr_utils::build_sptr(new regex_t); in compile()127 match(const regex_t_sptr& r, const std::string& str) in match()
39 using regex::regex_t_sptr;1028 if (const regex_t_sptr& type_name_regex = in suppression_matches_type_name()1035 if (const regex_t_sptr type_name_not_regex = in suppression_matches_type_name()1084 if (regex_t_sptr regexp = s.priv_->get_source_location_to_keep_regex()) in suppression_matches_type_location()2553 const regex_t_sptr name_regex = priv_->get_name_regex(); in suppresses_function()2584 const regex_t_sptr name_not_regex = priv_->get_name_not_regex(); in suppresses_function()2630 const regex_t_sptr return_type_regex = priv_->get_return_type_regex(); in suppresses_function()2668 const regex_t_sptr symbol_name_regex = priv_->get_symbol_name_regex(); in suppresses_function()2672 const regex_t_sptr symbol_name_not_regex = in suppresses_function()2710 const regex_t_sptr symbol_version_regex = in suppresses_function()[all …]
33 using regex::regex_t_sptr;36 typedef vector<regex_t_sptr> regex_t_sptrs_type;113 regex_t_sptr r = regex::compile(*i); in compiled_regex_fns_suppress()135 regex_t_sptr r = regex::compile(*i); in compiled_regex_fns_keep()157 regex_t_sptr r = regex::compile(*i); in compiled_regex_vars_suppress()179 regex_t_sptr r = regex::compile(*i); in compiled_regex_vars_keep()
47 using regex::regex_t_sptr;
29 typedef std::shared_ptr<regex_t> regex_t_sptr; typedef59 regex_t_sptr63 match(const regex_t_sptr& r, const std::string& str);78 regex::regex_t_sptr87 regex::regex_t_sptr
6187 * include/abg-sptr-utils.h (regex_t_sptr): Remove this6191 specialisations, in duplicate, for regex_t_sptr.6193 abigail::regex. (regex_t_sptr): Add this typedef, to namespace6196 specialisations for regex_t_sptr6200 * src/abg-corpus-priv.h: Update regex_t_sptr namespace18833 Return a reference to regex_t_sptr.30781 Rename shared_ptr<regex_t> into regex_t_sptr30783 from shared_ptr<regex_t> to regex_t_sptr.