Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dsuspicious-semicolon.cpp33 void fail2() in fail2() function
/llvm-project-15.0.7/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
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dalias-template.cpp163 template<typename T> struct fail2 : DisableIf<is_enum<T>> {}; // expected-note {{here}} struct
H A Dconstant-expression-cxx11.cpp881 constexpr Base &fail2 = (Base&)*pb2; // expected-error {{constant expression}} expected-note {{cann… variable