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

  /external/clang/test/Sema/
dllimport.c 76 __declspec(dllimport) float LocalRedecl3; // expected-note{{previous definition is here}}
80 int LocalRedecl3 __attribute__((dllimport)); // expected-error{{redefinition of 'LocalRedecl3' with a different type: 'int' vs 'float'}}
  /external/clang/test/SemaCXX/
dllimport.cpp 92 __declspec(dllimport) float LocalRedecl3; // expected-note{{previous definition is here}}
96 int LocalRedecl3 __attribute__((dllimport)); // expected-error{{redefinition of 'LocalRedecl3' with a different type: 'int' vs 'float'}}
    [all...]

Completed in 79 milliseconds