Home
last modified time | relevance | path

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

/external/clang/utils/VtableTest/
Dgen.cc78 bool first_base = true; in gs() local
95 if (first_base) { in gs()
96 first_base = false; in gs()
307 first_base = true; in gs()
309 if (first_base) { in gs()
311 first_base = false; in gs()
/external/llvm-project/clang/utils/VtableTest/
Dgen.cc78 bool first_base = true; in gs() local
95 if (first_base) { in gs()
96 first_base = false; in gs()
307 first_base = true; in gs()
309 if (first_base) { in gs()
311 first_base = false; in gs()
/external/libabigail/src/
Dabg-comparison-priv.h651 class_decl::base_spec_sptr f = l.first_base(), s = r.first_base(); in operator()
Dabg-default-reporter.cc704 class_decl::base_spec_sptr f = d.first_base(), s = d.second_base(); in report()
1324 class_decl::base_spec_sptr o = diff->first_base(); in report()
Dabg-comparison.cc5825 base_diff::first_base() const in first_base() function in abigail::comparison::base_diff
5876 {return first_base() != second_base();} in has_changes()
5885 if (!equals(*first_base(), *second_base(), &k)) in has_local_changes()
/external/libabigail/include/
Dabg-comparison.h1813 first_base() const;