Searched defs:V6 (Results 1 - 3 of 3) sorted by relevance

/external/llvm/unittests/Support/
H A DAlignOfTest.cpp75 struct V6 : S1 { virtual ~V6(); }; struct in namespace:__anon26520
76 struct V7 : virtual V2, virtual V6 { virtual ~V7(); };
77 struct V8 : V5, virtual V6, V7 { double zz; virtual ~V8(); };
86 V6::~V6() {}
132 [AlignOf<V6>::Alignment > 0]
172 EXPECT_LE(alignOf<V1>(), alignOf<V6>());
250 EXPECT_EQ(alignOf<V6>(), alignOf<AlignedCharArrayUnion<V6> >());
[all...]
/external/clang/test/Parser/
H A Drecovery.cpp149 V6 // expected-note {{declared here}} enumerator in enum:MissingBrace::S::PR17084::TempID::E2
161 case V6:: func_3(); // expected-error{{'V6' cannot appear before '::' because it is not a class, namespace, or scoped enumeration; did you mean ':'?}}
H A DMicrosoftExtensions.cpp311 __declspec(property(get&)) int V6; // expected-error {{expected '=' after 'get'}} member in struct:pure_virtual_dtor_inline::StructWithProperty

Completed in 165 milliseconds