Searched refs:numins (Results 1 – 2 of 2) sorted by relevance
/external/libabigail/src/ |
D | abg-default-reporter.cc | 150 unsigned numins = d.inserted_enumerators().size(); in report() local 172 if (numins) in report() 174 report_mem_header(out, numins, 0, ins_kind, "enumerator", indent); in report() 938 int numins = d.get_priv()->inserted_member_functions_.size(); in report() local 940 if (numins) in report() 941 report_mem_header(out, numins, num_filtered, ins_kind, in report() 1016 int numins = in report() local 1018 if (numins) in report() 1020 report_mem_header(out, numins, 0, ins_kind, in report() 1124 int numins = e.num_insertions(); in report() local [all …]
|
D | abg-leaf-reporter.cc | 582 int numins = d.get_priv()->inserted_member_functions_.size(); in report() local 584 if (numins) in report() 585 report_mem_header(out, numins, num_filtered, ins_kind, in report() 658 int numins = in report() local 660 if (numins) in report() 662 report_mem_header(out, numins, 0, ins_kind, in report()
|