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

  /external/clang/test/Sema/
empty2.c 6 union emp_2 { // expected-warning {{empty union is a GNU extension}} union
empty1.c 8 union emp_2 { // expected-warning {{empty union has size 0 in C, size 1 in C++}} union
39 union emp_2 f2;
67 union emp_2 v[1];
68 return v - v; // expected-warning {{subtraction of pointers to type 'union emp_2' of zero size has undefined behavior}}

Completed in 32 milliseconds