Home
last modified time | relevance | path

Searched defs:PFun (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/
H A Dp2.cpp14 typedef auto (*PFun)(int a) -> decltype(a + a); typedef
H A Dp5.cpp19 typedef auto (*PFun)(int a); // expected-error{{'auto' not allowed in typedef}} typedef
/llvm-project/clang/test/Parser/
H A Dcxx1z-class-template-argument-deduction.cpp84 typedef A (*PFun)(int a); // expected-error{{requires template arguments; argument deduction not allowed in typedef}} typedef