Searched defs:intref (Results 1 – 3 of 3) sorted by relevance
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
80 typedef int &intref; in functional_cast() typedef
9 typedef int &intref; typedef