Home
last modified time | relevance | path

Searched refs:source_location_to_keep_regex_ (Results 1 – 2 of 2) sorted by relevance

/third_party/libabigail/src/
Dabg-suppression-priv.h576 mutable regex::regex_t_sptr source_location_to_keep_regex_; variable
666 if (!source_location_to_keep_regex_ in get_source_location_to_keep_regex()
668 source_location_to_keep_regex_ = in get_source_location_to_keep_regex()
670 return source_location_to_keep_regex_; in get_source_location_to_keep_regex()
678 {source_location_to_keep_regex_ = r;} in set_source_location_to_keep_regex()
/third_party/libabigail/
DChangeLog27549 source_location_to_keep_regex_}): Add new data members.