Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/
H A Dp6.cpp58 …const auto **fail2(p); // expected-error {{variable 'fail2' with type 'const auto **' has incompat… in f() local
/minix/external/bsd/llvm/dist/clang/test/SemaCXX/
H A Dalias-template.cpp168 template<typename T> struct fail2 : DisableIf<is_enum<T>> {}; // expected-note {{here}} struct
H A Dconstant-expression-cxx11.cpp767 constexpr Base &fail2 = (Base&)*pb2; // expected-error {{constant expression}} expected-note {{cann… variable