Home
last modified time | relevance | path

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

/external/libabigail/src/
Dabg-corpus-priv.h504 string frep = fn->get_qualified_name(); in keep_wrt_regex_of_fns_to_suppress() local
511 if (regex::match(*i, frep)) in keep_wrt_regex_of_fns_to_suppress()
533 string frep = fn->get_qualified_name(); in keep_wrt_regex_of_fns_to_keep() local
544 if (regex::match(*i, frep)) in keep_wrt_regex_of_fns_to_keep()
611 string frep = var->get_qualified_name(); in keep_wrt_regex_of_vars_to_suppress() local
618 if (regex::match(*i, frep)) in keep_wrt_regex_of_vars_to_suppress()
640 string frep = var->get_qualified_name(); in keep_wrt_regex_of_vars_to_keep() local
652 if (regex::match(*i, frep)) in keep_wrt_regex_of_vars_to_keep()