Searched defs:PFun (Results 1 – 3 of 3) sorted by relevance
14 typedef auto (*PFun)(int a) -> decltype(a + a); typedef
19 typedef auto (*PFun)(int a); // expected-error{{'auto' not allowed in typedef}} typedef
84 typedef A (*PFun)(int a); // expected-error{{requires template arguments; argument deduction not allowed in typedef}} typedef