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

  /external/clang/test/SemaCXX/
anonymous-union.cpp 84 int int_val2; // expected-note{{previous definition is here}} member in union:__anon15598
89 void int_val2(); // expected-error{{redefinition of 'int_val2' as different kind of symbol}}
93 int_val2 = 0;
  /external/clang/test/Sema/
anonymous-struct-union.c 60 int int_val2; member in union:__anon15380
65 int_val2 = 0; // expected-error{{use of undeclared identifier}}

Completed in 521 milliseconds