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

  /external/clang/test/Sema/
dllexport.c 60 __declspec(dllexport) static int StaticLocalVar; // expected-error{{'StaticLocalVar' must have external linkage when declared 'dllexport'}}
dllimport.c 97 __declspec(dllimport) static int StaticLocalVar; // expected-error{{'StaticLocalVar' must have external linkage when declared 'dllimport'}}
  /external/clang/test/SemaCXX/
dllexport.cpp 84 __declspec(dllexport) static int StaticLocalVar; // expected-error{{'StaticLocalVar' must have external linkage when declared 'dllexport'}}
    [all...]
dllimport.cpp 116 __declspec(dllimport) static int StaticLocalVar; // expected-error{{'StaticLocalVar' must have external linkage when declared 'dllimport'}}
    [all...]

Completed in 616 milliseconds