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

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

Completed in 655 milliseconds