Home
last modified time | relevance | path

Searched refs:Bad2 (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/clang/test/CXX/drs/
Ddr23xx.cpp98 struct Bad2 { int a, b; }; struct
103 template <> struct std::tuple_size<dr2386::Bad2> { argument
109 void wrong_value() { auto [x, y] = Bad2(); } // expected-error {{decomposes into 42 elements}} in wrong_value()
/external/llvm-project/clang/test/CXX/dcl.decl/dcl.decomp/
Dp3.cpp17 struct Bad2 {}; struct
18 template<> struct std::tuple_size<Bad2> { const int value = 5; };
19 void no_tuple_size_4() { auto [x, y] = Bad2(); } // expected-error {{cannot decompose this type; 's… in no_tuple_size_4()
/external/clang/test/CXX/expr/expr.unary/expr.unary.noexcept/
Dsema.cpp103 struct Bad2 { struct
115 N(delete (Bad2*)0); in implicits()
/external/llvm-project/clang/test/CXX/expr/expr.unary/expr.unary.noexcept/
Dsema.cpp103 struct Bad2 { struct
115 N(delete (Bad2*)0); in implicits()
/external/rust/cxx/tests/ui/
Denum_out_of_bounds.rs7 enum Bad2 { enum
/external/llvm-project/clang/test/SemaObjC/
Dattr-swift_newtype.m5 typedef int Bad2 __attribute__((swift_newtype()));