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

  /external/clang/test/Sema/
dllimport.c 85 __declspec(dllimport) float LocalRedecl2; // expected-note{{previous declaration is here}}
90 int *__attribute__((dllimport)) LocalRedecl2; // expected-error{{redeclaration of 'LocalRedecl2' with a different type: 'int *' vs 'float'}}
  /external/clang/test/SemaCXX/
dllimport.cpp 105 __declspec(dllimport) float LocalRedecl2; // expected-note{{previous declaration is here}}
109 int *__attribute__((dllimport)) LocalRedecl2; // expected-error{{redeclaration of 'LocalRedecl2' with a different type: 'int *' vs 'float'}}
    [all...]

Completed in 620 milliseconds