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 47 struct except_spec_b { struct
48 virtual ~except_spec_b() throw(B);
49 except_spec_b() throw(B);
52 struct except_spec_d_good : except_spec_a, except_spec_b {
59 struct except_spec_d_bad : except_spec_a, except_spec_b {
64 struct except_spec_d_mismatch : except_spec_a, except_spec_b {
67 struct except_spec_d_match : except_spec_a, except_spec_b {

Completed in 43 milliseconds