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

  /external/clang/test/Sema/
dllexport.c 8 typedef __declspec(dllexport) int typedef2; // expected-warning{{'dllexport' attribute only applies to variables and functions}} typedef
dllimport.c 8 typedef __declspec(dllimport) int typedef2; // expected-warning{{'dllimport' attribute only applies to variables and functions}} typedef
  /external/clang/test/SemaCXX/
dllexport.cpp 20 typedef __declspec(dllexport) int typedef2; // expected-warning{{'dllexport' attribute only applies to variables, functions and classes}} typedef
    [all...]
dllimport.cpp 19 typedef __declspec(dllimport) int typedef2; // expected-warning{{'dllimport' attribute only applies to variables, functions and classes}} typedef
    [all...]

Completed in 440 milliseconds