Searched refs:get_variables (Results 1 – 5 of 5) sorted by relevance
/third_party/libabigail/include/ |
D | abg-corpus.h | 221 get_variables() const; 375 get_variables() const;
|
/third_party/libabigail/src/ |
D | abg-corpus.cc | 1319 corpus::get_variables() const in get_variables() function in abigail::ir::corpus 1792 corpus_group::get_variables() const in get_variables() function in abigail::ir::corpus_group 1800 for (corpus::variables::const_iterator v = c->get_variables().begin(); in get_variables() 1801 v != c->get_variables().end(); in get_variables()
|
D | abg-comparison.cc | 8876 ABG_ASSERT(i < first_->get_variables().size()); in ensure_lookup_tables_populated() 8878 var_decl* deleted_var = first_->get_variables()[i]; in ensure_lookup_tables_populated() 8895 var_decl* added_var = second_->get_variables()[i]; in ensure_lookup_tables_populated() 10987 (f->get_variables().begin(), f->get_variables().end(), in compute_diff() 10988 s->get_variables().begin(), s->get_variables().end(), in compute_diff()
|
/third_party/libabigail/tools/ |
D | abicompat.cc | 608 lib_corpus->get_variables().begin(); in perform_compat_check_in_weak_mode() 609 i != lib_corpus->get_variables().end(); in perform_compat_check_in_weak_mode()
|
/third_party/libabigail/ |
D | ChangeLog | 19398 (corpus::{get_sorted_fun_symbols, get_functions, get_variables, 19417 get_corpora, is_empty, get_functions, get_variables, 31923 get_variables}): No need to build the public decls table here. 40594 (corpus::{operator==, get_functions, get_variables}): New members. 40616 get_functions, get_variables}): Define new members.
|