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.cpp69 struct except_spec_a { struct
70 virtual ~except_spec_a() throw(A);
71 except_spec_a() throw(A);
78 struct except_spec_d_good : except_spec_a, except_spec_b {
82 struct except_spec_d_good2 : except_spec_a, except_spec_b {
85 struct except_spec_d_bad : except_spec_a, except_spec_b {
94 struct except_spec_d_mismatch : except_spec_a, except_spec_b {
97 struct except_spec_d_match : except_spec_a, except_spec_b {