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

/external/lldb/test/functionalities/watchpoint/variable_out_of_scope/
H A Dmain.c5 } mystruct; typedef in typeref:struct:__anon25360
9 mystruct c;
/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 146 milliseconds