Home | History | Annotate | Download | only in Parser

Lines Matching defs:DIE

174 struct DIE {
178 void test (DIE die, DIE *Die, DIE INT, DIE *FLOAT) {
179 DIE.foo(); // expected-error {{cannot use dot operator on a type}}
180 die.foo();
182 DIE->foo(); // expected-error {{cannot use arrow operator on a type}}
183 Die->foo();