Searched refs:intref_c (Results 1 – 2 of 2) sorted by relevance
88 …typedef intref const intref_c; // expected-warning {{'const' qualifier on reference type 'intref' … in test8() typedef89 typedef intref_c intref; // ok, same type in test8()
108 …typedef intref const intref_c; // expected-warning {{'const' qualifier on reference type 'intref' … in test8() typedef109 typedef intref_c intref; // ok, same type in test8()