Home
last modified time | relevance | path

Searched refs:cfn (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dfunction-type-qual.cpp7 typedef void cfn() const; typedef
8 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;
/llvm-project-15.0.7/lldb/test/Shell/SymbolFile/NativePDB/Inputs/
H A Dfunction-types-calling-conv.lldbinit4 target variable cfn
/llvm-project-15.0.7/lldb/test/Shell/SymbolFile/NativePDB/
H A Dfunction-types-calling-conv.cpp25 auto cfn = &CdeclFn; variable