HomeSort by relevance Sort by last modified time
    Searched refs:NestedC (Results 1 - 2 of 2) sorted by null

  /external/clang/test/SemaCXX/
cxx0x-class.cpp 7 struct NestedC {
8 NestedC(int);
13 static const NestedC ci = 0; // expected-error {{static data member of type 'const C::NestedC' must be initialized out of line}}
class.cpp 14 class NestedC {
16 NestedC(int);
33 NestedC bc : 1; // expected-error {{bit-field 'bc' has non-integral type}}
39 static const NestedC ci = 0; // expected-error {{static data member of type 'const C::NestedC' must be initialized out of line}}

Completed in 44 milliseconds