Home
last modified time | relevance | path

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

/external/clang/test/SemaCXX/
Dcxx0x-cursory-default-delete.cpp162 struct except_spec_a { struct
163 virtual ~except_spec_a() throw(A);
164 except_spec_a() throw(A);
171 struct except_spec_d_good : except_spec_a, except_spec_b {
175 struct except_spec_d_good2 : except_spec_a, except_spec_b {
178 struct except_spec_d_bad : except_spec_a, except_spec_b {
187 struct except_spec_d_mismatch : except_spec_a, except_spec_b {
190 struct except_spec_d_match : except_spec_a, except_spec_b {