HomeSort by relevance Sort by last modified time
    Searched full:__declspec (Results 201 - 225 of 795) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/clang/test/Rewriter/
rewrite-modern-block-consts.mm 2 // RUN: %clang_cc1 -fsyntax-only -Werror -Wno-address-of-temporary -U__declspec -D"__declspec(X)=" %t-modern-rw.cpp
rewrite-modern-block-ivar-call.mm 4 // RUN: %clang_cc1 -fsyntax-only -Wno-address-of-temporary -D"Class=void*" -D"id=void*" -D"SEL=void*" -D"__declspec(X)=" %t-rw.cpp
rewrite-modern-catch.m 2 // RUN: %clang_cc1 -fsyntax-only -fcxx-exceptions -fexceptions -Wno-address-of-temporary -D"id=void*" -D"SEL=void*" -D"__declspec(X)=" %t-rw.cpp
rewrite-modern-ivar-use.mm 2 // RUN: %clang_cc1 -fsyntax-only -fblocks -Wno-address-of-temporary -D"Class=void*" -D"id=void*" -D"SEL=void*" -D"__declspec(X)=" %t-rw-modern.cpp
rewrite-modern-protocol.mm 2 // RUN: %clang_cc1 -fsyntax-only -fblocks -Wno-address-of-temporary -D"Class=void*" -D"id=void*" -D"SEL=void*" -D"__declspec(X)=" %t-rw.cpp
rewrite-modern-synchronized.m 2 // RUN: %clang_cc1 -fsyntax-only -fcxx-exceptions -fexceptions -Wno-address-of-temporary -D"SEL=void*" -D"__declspec(X)=" %t-rw.cpp
rewrite-modern-try-finally.m 2 // RUN: %clang_cc1 -fsyntax-only -fcxx-exceptions -fexceptions -Wno-address-of-temporary -D"SEL=void*" -D"__declspec(X)=" %t-rw.cpp
rewrite-property-attributes.mm 2 // RUN: %clang_cc1 -fsyntax-only -Wno-address-of-temporary -D"id=void*" -D"SEL=void*" -D"__declspec(X)=" %t-rw.cpp
rewrite-property-set-cfstring.mm 2 // RUN: %clang_cc1 -fsyntax-only -fblocks -Wno-address-of-temporary -D"id=void*" -D"SEL=void*" -D"__declspec(X)=" %t-rw.cpp
rewrite-protocol-property.mm 2 // RUN: %clang_cc1 -fsyntax-only -fblocks -Wno-address-of-temporary -Did="void*" -D"SEL=void*" -D"__declspec(X)=" %t-rw.cpp
rewrite-static-block.mm 2 // RUN: %clang_cc1 -Wno-address-of-temporary -D"SEL=void*" -D"__declspec(X)=" %t-rw.cpp -emit-llvm -o %t-rw.ll
rewrite-user-defined-accessors.mm 2 // RUN: %clang_cc1 -fsyntax-only -fblocks -Wno-address-of-temporary -Did="void*" -D"SEL=void*" -D"__declspec(X)=" %t-rw.cpp
rewrite-vararg.m 2 // RUN: %clang_cc1 -fsyntax-only -fblocks -Wno-address-of-temporary -D"id=void*" -D"SEL=void*" -D"__declspec(X)=" %t-rw.cpp
  /external/clang/test/Sema/
MicrosoftExtensions.c 93 __declspec(deprecated("This is deprecated")) enum DE1 { one, two } e1; // expected-note {{'e1' declared here}}
94 struct __declspec(deprecated) DS1 { int i; float f; }; // expected-note {{declared here}} function
97 __declspec(deprecated(MY_TEXT)) void Dfunc1( void ) {} // expected-note {{'Dfunc1' declared here}}
99 struct __declspec(deprecated(123)) DS2 {}; // expected-error {{'deprecated' attribute requires a string}}
  /external/mesa3d/src/mapi/mapi/
u_compiler.h 35 # define PUBLIC __declspec(dllexport)
  /external/srec/portable/include/
PortExport.h 46 #define PORT_EXPORT_DECL extern "C" __declspec(dllexport)
47 #define PORT_IMPORT_DECL extern "C" __declspec(dllimport)
51 #define PORT_EXPORT_DECL __declspec(dllexport)
52 #define PORT_IMPORT_DECL __declspec(dllimport)
  /external/stlport/stlport/stl/config/
_gcc.h 69 # define _STLP_EXPORT_DECLSPEC __declspec(dllexport)
70 # define _STLP_CLASS_EXPORT_DECLSPEC __declspec(dllexport)
71 # define _STLP_CLASS_IMPORT_DECLSPEC __declspec(dllimport)
76 # define _STLP_IMPORT_DECLSPEC __declspec(dllimport)
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
_gcc.h 69 # define _STLP_EXPORT_DECLSPEC __declspec(dllexport)
70 # define _STLP_CLASS_EXPORT_DECLSPEC __declspec(dllexport)
71 # define _STLP_CLASS_IMPORT_DECLSPEC __declspec(dllimport)
76 # define _STLP_IMPORT_DECLSPEC __declspec(dllimport)
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/config/
_gcc.h 69 # define _STLP_EXPORT_DECLSPEC __declspec(dllexport)
70 # define _STLP_CLASS_EXPORT_DECLSPEC __declspec(dllexport)
71 # define _STLP_CLASS_IMPORT_DECLSPEC __declspec(dllimport)
76 # define _STLP_IMPORT_DECLSPEC __declspec(dllimport)
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/config/
_gcc.h 69 # define _STLP_EXPORT_DECLSPEC __declspec(dllexport)
70 # define _STLP_CLASS_EXPORT_DECLSPEC __declspec(dllexport)
71 # define _STLP_CLASS_IMPORT_DECLSPEC __declspec(dllimport)
76 # define _STLP_IMPORT_DECLSPEC __declspec(dllimport)
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/config/
_gcc.h 69 # define _STLP_EXPORT_DECLSPEC __declspec(dllexport)
70 # define _STLP_CLASS_EXPORT_DECLSPEC __declspec(dllexport)
71 # define _STLP_CLASS_IMPORT_DECLSPEC __declspec(dllimport)
76 # define _STLP_IMPORT_DECLSPEC __declspec(dllimport)
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/config/
_gcc.h 69 # define _STLP_EXPORT_DECLSPEC __declspec(dllexport)
70 # define _STLP_CLASS_EXPORT_DECLSPEC __declspec(dllexport)
71 # define _STLP_CLASS_IMPORT_DECLSPEC __declspec(dllimport)
76 # define _STLP_IMPORT_DECLSPEC __declspec(dllimport)
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/config/
_gcc.h 69 # define _STLP_EXPORT_DECLSPEC __declspec(dllexport)
70 # define _STLP_CLASS_EXPORT_DECLSPEC __declspec(dllexport)
71 # define _STLP_CLASS_IMPORT_DECLSPEC __declspec(dllimport)
76 # define _STLP_IMPORT_DECLSPEC __declspec(dllimport)
  /development/ndk/platforms/android-14/include/OMXAL/
OpenMAXAL_Platform.h 55 * # define XA_API __declspec(dllimport)
63 #define XA_API __declspec(dllimport)
  /external/chromium/googleurl/src/
url_common.h 40 #define GURL_API __declspec(dllexport)
42 #define GURL_API __declspec(dllimport)

Completed in 1072 milliseconds

1 2 3 4 5 6 7 891011>>