HomeSort by relevance Sort by last modified time
    Searched full:except_spec_b (Results 1 - 1 of 1) sorted by null

  /external/clang/test/SemaCXX/
cxx0x-cursory-default-delete.cpp 51 struct except_spec_b { struct
52 virtual ~except_spec_b() throw(B);
53 except_spec_b() throw(B);
56 struct except_spec_d_good : except_spec_a, except_spec_b {
60 struct except_spec_d_good2 : except_spec_a, except_spec_b {
63 struct except_spec_d_bad : except_spec_a, except_spec_b {
72 struct except_spec_d_mismatch : except_spec_a, except_spec_b {
75 struct except_spec_d_match : except_spec_a, except_spec_b {

Completed in 264 milliseconds