Searched refs:get_variables (Results 1 – 5 of 5) sorted by relevance
/external/libabigail/include/ |
D | abg-corpus.h | 226 get_variables() const; 380 get_variables() const;
|
/external/libabigail/src/ |
D | abg-corpus.cc | 1345 corpus::get_variables() const in get_variables() function in abigail::ir::corpus 1823 corpus_group::get_variables() const in get_variables() function in abigail::ir::corpus_group 1831 for (corpus::variables::const_iterator v = c->get_variables().begin(); in get_variables() 1832 v != c->get_variables().end(); in get_variables()
|
D | abg-comparison.cc | 8845 ABG_ASSERT(i < first_->get_variables().size()); in ensure_lookup_tables_populated() 8847 var_decl* deleted_var = first_->get_variables()[i]; in ensure_lookup_tables_populated() 8864 var_decl* added_var = second_->get_variables()[i]; in ensure_lookup_tables_populated() 10960 (f->get_variables().begin(), f->get_variables().end(), in compute_diff() 10961 s->get_variables().begin(), s->get_variables().end(), in compute_diff()
|
/external/libabigail/tools/ |
D | abicompat.cc | 610 lib_corpus->get_variables().begin(); in perform_compat_check_in_weak_mode() 611 i != lib_corpus->get_variables().end(); in perform_compat_check_in_weak_mode()
|
/external/libabigail/ |
D | ChangeLog | 14536 (corpus::{get_sorted_fun_symbols, get_functions, get_variables, 14555 get_corpora, is_empty, get_functions, get_variables, 27061 get_variables}): No need to build the public decls table here. 35732 (corpus::{operator==, get_functions, get_variables}): New members. 35754 get_functions, get_variables}): Define new members.
|