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

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

Completed in 189 milliseconds