Home
last modified time | relevance | path

Searched defs:AutoPtr (Results 1 – 4 of 4) sorted by relevance

/llvm-project/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/
H A Dp5.cpp18 typedef auto *AutoPtr; // expected-error{{'auto' not allowed in typedef}} typedef
/llvm-project/clang/test/SemaCXX/
H A Ddeduced-return-void.cpp67 namespace AutoPtr { namespace
H A Dconversion-function.cpp128 class AutoPtr { class
[all...]
/llvm-project/clang/test/Parser/
H A Dcxx1z-class-template-argument-deduction.cpp83 typedef A *AutoPtr; // expected-error {{requires template arguments; argument deduction not allowed in typedef}} typedef