Searched defs:intref (Results 1 – 3 of 3) sorted by relevance
85 typedef int& intref; in test8() typedef89 typedef intref_c intref; // ok, same type in test8() typedef91 …typedef intref volatile intref; // expected-warning {{'volatile' qualifier on reference type 'intr… in test8() typedef92 …typedef intref _Atomic intref; // expected-warning {{'_Atomic' qualifier on reference type 'intref… in test8() typedef
9 typedef int &intref; typedef
98 typedef int &intref; in functional_cast() typedef