Searched refs:should_not_appear_in_output (Results 1 – 1 of 1) sorted by relevance
132 template<typename T> struct should_not_appear_in_output { struct133 ~should_not_appear_in_output() { int arr[-(int)sizeof(T)]; } in ~should_not_appear_in_output() argument138 struct A : virtual should_not_appear_in_output<int>, X {155 struct B : virtual should_not_appear_in_output<int>, X {