Searched refs:cfn (Results 1 – 3 of 3) sorted by relevance
7 typedef void cfn() const; typedef8 cfn f2; // expected-error {{non-member function of type 'cfn' (aka 'void () const') cannot have 'co…12 cfn f2;14 …static cfn f4; // expected-error {{static member function of type 'cfn' (aka 'void () const') cann…28 cfn C::*mpg;
4 target variable cfn
25 auto cfn = &CdeclFn; variable