Home
last modified time | relevance | path

Searched defs:fail1 (Results 1 – 6 of 6) sorted by relevance

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dsuspicious-semicolon.cpp26 void fail1() in fail1() function
/llvm-project/clang/test/SemaCXX/
H A Dconstexpr-frame-describe.cpp65 constexpr int fail1() const { return 1 / 0; } // expected-warning {{division by zero}} \ in fail1() function
H A Dalias-template.cpp164 template<typename T, typename U = EnableIf<is_enum<T>>> struct fail1 {}; // expected-note {{here}} global() struct
H A Dcxx2a-consteval.cpp860 copy<foo> fail1{good0}; // expected-error {{call to consteval function 'defaulted_special_member_template::copy<defaulted_special_member_template::foo>::copy' is not a constant func() local
/llvm-project/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/
H A Dp6.cpp56 …auto *fail1 = 0; // expected-error {{variable 'fail1' with type 'auto *' has incompatible initiali… in f() local
/llvm-project/clang/test/SemaTemplate/
H A Dtypename-specifier.cpp72 N::X<int>::type fail1; // expected-note{{in instantiation of template class 'N::X<int>' requested h… variable