Home
last modified time | relevance | path

Searched refs:regex_t_sptr (Results 1 – 7 of 7) sorted by relevance

/external/libabigail/src/
Dabg-suppression-priv.h36 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 …]
Dabg-regex.cc39 regex::regex_t_sptr
41 {return regex::regex_t_sptr(p, regex::regex_t_deleter());} in build_sptr()
49 regex::regex_t_sptr
110 regex_t_sptr
113 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()
Dabg-suppression.cc39 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 …]
Dabg-corpus-priv.h33 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()
Dabg-corpus.cc47 using regex::regex_t_sptr;
/external/libabigail/include/
Dabg-regex.h29 typedef std::shared_ptr<regex_t> regex_t_sptr; typedef
59 regex_t_sptr
63 match(const regex_t_sptr& r, const std::string& str);
78 regex::regex_t_sptr
87 regex::regex_t_sptr
/external/libabigail/
DChangeLog6187 * include/abg-sptr-utils.h (regex_t_sptr): Remove this
6191 specialisations, in duplicate, for regex_t_sptr.
6193 abigail::regex. (regex_t_sptr): Add this typedef, to namespace
6196 specialisations for regex_t_sptr
6200 * src/abg-corpus-priv.h: Update regex_t_sptr namespace
18833 Return a reference to regex_t_sptr.
30781 Rename shared_ptr<regex_t> into regex_t_sptr
30783 from shared_ptr<regex_t> to regex_t_sptr.