HomeSort by relevance Sort by last modified time
    Searched full:__declspec (Results 76 - 100 of 404) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/clang/test/Rewriter/
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-rewritten-initializer.mm 2 // RUN: %clang_cc1 -fsyntax-only -Wno-address-of-temporary -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
rewrite-elaborated-type.mm 2 // RUN: %clang_cc1 -fsyntax-only -Wno-address-of-temporary -D_Bool=bool -D"id=void*" -D"SEL=void*" -D"__declspec(X)=" %t-rw.cpp
4 // RUN: %clang_cc1 -fsyntax-only -Wno-address-of-temporary -D_Bool=bool -D"id=void*" -D"SEL=void*" -D"__declspec(X)=" %t-modern-rw.cpp
rewrite-nested-blocks-1.mm 2 // RUN: %clang_cc1 -fsyntax-only -fblocks -Wno-address-of-temporary -D"id=void*" -D"SEL=void*" -D"__declspec(X)=" %t-rw.cpp
4 // RUN: %clang_cc1 -fsyntax-only -Wno-address-of-temporary -D"id=void*" -D"SEL=void*" -D"__declspec(X)=" %t-modern-rw.cpp
rewrite-nested-property-in-blocks.mm 2 // RUN: %clang_cc1 -fsyntax-only -fms-extensions -Wno-address-of-temporary -Did="void *" -D"SEL=void*" -D"__declspec(X)=" %t-rw.cpp
4 // RUN: %clang_cc1 -fsyntax-only -fms-extensions -Wno-address-of-temporary -Did="void *" -D"SEL=void*" -D"__declspec(X)=" %t-modern-rw.cpp
  /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/android-ndk-r5/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/android-ndk-r6/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/android-ndk-r7/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/tools/windows/sdl/host/include/SDL/
begin_code.h 43 # define DECLSPEC __declspec(dllexport)
45 # define DECLSPEC __declspec(export)
53 # define DECLSPEC __declspec(dllimport)
56 # define DECLSPEC __declspec(dllexport)
  /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)
  /external/webkit/Source/JavaScriptCore/wtf/
AlwaysInline.h 37 #define NEVER_INLINE __declspec(noinline)
63 #define NO_RETURN __declspec(noreturn)
ExportMacros.h 36 #define WTF_EXPORT __declspec(dllexport)
37 #define WTF_IMPORT __declspec(dllimport)
  /external/webkit/Source/WebCore/platform/graphics/win/
QTDecompressionSession.h 30 #define QTMOVIEWIN_API __declspec(dllexport)
32 #define QTMOVIEWIN_API __declspec(dllimport)
QTMovieTask.h 32 #define QTMOVIEWIN_API __declspec(dllexport)
34 #define QTMOVIEWIN_API __declspec(dllimport)
QTTrack.h 38 #define QTMOVIEWIN_API __declspec(dllexport)
40 #define QTMOVIEWIN_API __declspec(dllimport)

Completed in 2618 milliseconds

1 2 34 5 6 7 8 91011>>