OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:except_spec_a
(Results
1 - 1
of
1
) sorted by null
/external/clang/test/SemaCXX/
cxx0x-cursory-default-delete.cpp
43
struct
except_spec_a
{
struct
44
virtual ~
except_spec_a
() throw(A);
45
except_spec_a
() throw(A);
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 61 milliseconds