Searched refs:mystruct (Results 1 - 2 of 2) sorted by relevance

/external/clang/test/SemaTemplate/
H A Darray-to-pointer-decay.cpp4 struct mystruct { struct
10 mystruct s[1];
/external/clang/test/Sema/
H A Dexprs.c114 struct mystruct {int A; }; struct
115 void test11(struct mystruct P, float F) {
116 MYMAX(P, F); // expected-error {{invalid operands to binary expression ('typeof (P)' (aka 'struct mystruct') and 'typeof (F)' (aka 'float'))}}

Completed in 115 milliseconds