Searched defs:intref (Results 1 – 6 of 6) 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
105 typedef int& intref; in test8() typedef109 typedef intref_c intref; // ok, same type in test8() typedef111 …typedef intref volatile intref; // expected-warning {{'volatile' qualifier on reference type 'intr… in test8() typedef112 …typedef intref _Atomic intref; // expected-warning {{'_Atomic' qualifier on reference type 'intref… in test8() typedef
98 typedef int &intref; in functional_cast() typedef
9 typedef int &intref; typedef