Searched refs:o_anon (Results 1 – 2 of 2) sorted by relevance
402 const bool o_anon = !!is_anonymous_data_member(o); in represent() local404 const bool is_strict_anonymous_data_member_change = o_anon && n_anon; in represent()478 ABG_ASSERT(o_anon != n_anon); in represent()484 out << indent << (o_anon ? "anonymous " : "") in represent()511 << (o_anon ? in represent()517 << "type of '"<< (o_anon ? "anonymous data member ": "") in represent()
3109 _t; introduce o_anon and n_anon and use them to make the local