HomeSort by relevance Sort by last modified time
    Searched refs:mystruct (Results 1 - 2 of 2) sorted by null

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

Completed in 193 milliseconds