Home
last modified time | relevance | path

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

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