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

/external/clang/test/CXX/expr/expr.const/
H A Dp2-0x.cpp11 int this1 : this1; // expected-error {{undeclared}} member in struct:This
12 int this2 : this->this1; // expected-error {{invalid}}
14 int n1[this->this1]; // expected-warning {{variable length array}}
15 int n2[this1]; // expected-warning {{variable length array}}

Completed in 179 milliseconds