HomeSort by relevance Sort by last modified time
    Searched full:__cdecl (Results 1 - 25 of 121) sorted by null

1 2 3 4 5

  /external/clang/test/SemaCXX/
decl-microsoft-call-conv.cpp 5 void __cdecl free_func_cdecl();
9 void __cdecl free_func_default(); // expected-note 2 {{previous declaration is here}}
17 void __cdecl free_func_stdcall(); // expected-error {{function declared 'cdecl' here was previously declared 'stdcall'}}
21 void __cdecl free_func_fastcall(); // expected-error {{function declared 'cdecl' here was previously declared 'fastcall'}}
27 void __cdecl free_func_default(int *);
30 void __cdecl free_func_cdecl(double);
37 void __cdecl member_cdecl1();
38 void __cdecl member_cdecl2(); // expected-note {{previous declaration is here}}
45 static void __cdecl static_member_cdecl1();
46 static void __cdecl static_member_cdecl2(); // expected-note {{previous declaration is here}
    [all...]
  /external/clang/test/Sema/
MicrosoftCompatibility-x64.c 5 as __cdecl in MS compatibility mode for x64 compiles*/
6 int __cdecl f(void) {
MicrosoftCompatibility-x86.c 4 int __cdecl f(void) { /* expected-error {{function declared 'cdecl' here was previously declared 'stdcall'}} */
  /external/chromium/chrome/common/
child_process_logging_win.cc 19 // exported in breakpad_win.cc: void __declspec(dllexport) __cdecl SetActiveURL.
20 typedef void (__cdecl *MainSetActiveURL)(const wchar_t*);
22 // exported in breakpad_win.cc: void __declspec(dllexport) __cdecl SetClientId.
23 typedef void (__cdecl *MainSetClientId)(const wchar_t*);
26 // void __declspec(dllexport) __cdecl SetNumberOfExtensions.
27 typedef void (__cdecl *MainSetNumberOfExtensions)(int);
30 // void __declspec(dllexport) __cdecl SetExtensionID.
31 typedef void (__cdecl *MainSetExtensionID)(size_t, const wchar_t*);
33 // exported in breakpad_win.cc: void __declspec(dllexport) __cdecl SetGpuInfo.
34 typedef void (__cdecl *MainSetGpuInfo)(const wchar_t*, const wchar_t*
    [all...]
  /external/clang/test/CodeGenCXX/
microsoft-abi-default-cc.cpp 13 void __cdecl foo();
14 void __cdecl foo() {}
18 void __cdecl bar();
32 static void __cdecl static_qux();
42 void __cdecl static_baz() {}
  /development/host/windows/usb/api/
adb_api.cpp 41 ADBAPIHANDLE __cdecl AdbEnumInterfaces(GUID class_id,
69 bool __cdecl AdbNextInterface(ADBAPIHANDLE adb_handle,
91 bool __cdecl AdbResetInterfaceEnum(ADBAPIHANDLE adb_handle) {
106 ADBAPIHANDLE __cdecl AdbCreateInterfaceByName(
142 ADBAPIHANDLE __cdecl AdbCreateInterface(GUID class_id,
199 bool __cdecl AdbGetInterfaceName(ADBAPIHANDLE adb_interface,
218 bool __cdecl AdbGetSerialNumber(ADBAPIHANDLE adb_interface,
237 bool __cdecl AdbGetUsbDeviceDescriptor(ADBAPIHANDLE adb_interface,
254 bool __cdecl AdbGetUsbConfigurationDescriptor(ADBAPIHANDLE adb_interface,
271 bool __cdecl AdbGetUsbInterfaceDescriptor(ADBAPIHANDLE adb_interface,
    [all...]
adb_api.h 227 ADBWIN_API ADBAPIHANDLE __cdecl AdbEnumInterfaces(GUID class_id,
250 ADBWIN_API bool __cdecl AdbNextInterface(ADBAPIHANDLE adb_handle,
262 ADBWIN_API bool __cdecl AdbResetInterfaceEnum(ADBAPIHANDLE adb_handle);
271 ADBWIN_API ADBAPIHANDLE __cdecl AdbCreateInterfaceByName(const wchar_t* interface_name);
287 ADBWIN_API ADBAPIHANDLE __cdecl AdbCreateInterface(GUID class_id,
308 ADBWIN_API bool __cdecl AdbGetInterfaceName(ADBAPIHANDLE adb_interface,
329 ADBWIN_API bool __cdecl AdbGetSerialNumber(ADBAPIHANDLE adb_interface,
344 ADBWIN_API bool __cdecl AdbGetUsbDeviceDescriptor(ADBAPIHANDLE adb_interface,
356 ADBWIN_API bool __cdecl AdbGetUsbConfigurationDescriptor(
369 ADBWIN_API bool __cdecl AdbGetUsbInterfaceDescriptor(ADBAPIHANDLE adb_interface,
    [all...]
  /external/libxml2/include/libxml/
xmlexports.h 73 #define XMLCALL __cdecl
75 #define XMLCDECL __cdecl
98 #define XMLCALL __cdecl
99 #define XMLCDECL __cdecl
127 #define XMLCALL __cdecl
128 #define XMLCDECL __cdecl
151 #define XMLCALL __cdecl
152 #define XMLCDECL __cdecl
  /external/webkit/Source/WebCore/platform/graphics/ca/win/
WKCACFViewLayerTreeHost.cpp 52 SOFT_LINK(WebKitQuartzCoreAdditions, WKCACFViewCreate, WKCACFViewRef, __cdecl, (WKCACFViewDrawingDestination destination), (destination))
53 SOFT_LINK(WebKitQuartzCoreAdditions, WKCACFViewSetLayer, void, __cdecl, (WKCACFViewRef view, CACFLayerRef layer), (view, layer))
54 SOFT_LINK(WebKitQuartzCoreAdditions, WKCACFViewUpdate, void, __cdecl, (WKCACFViewRef view, HWND window, const CGRect* bounds), (view, window, bounds))
55 SOFT_LINK(WebKitQuartzCoreAdditions, WKCACFViewCanDraw, bool, __cdecl, (WKCACFViewRef view), (view))
56 SOFT_LINK(WebKitQuartzCoreAdditions, WKCACFViewDraw, void, __cdecl, (WKCACFViewRef view), (view))
57 SOFT_LINK(WebKitQuartzCoreAdditions, WKCACFViewFlushContext, void, __cdecl, (WKCACFViewRef view), (view))
58 SOFT_LINK(WebKitQuartzCoreAdditions, WKCACFViewInvalidateRects, void, __cdecl, (WKCACFViewRef view, const CGRect rects[], size_t count), (view, rects, count))
60 SOFT_LINK(WebKitQuartzCoreAdditions, WKCACFViewSetContextDidChangeCallback, void, __cdecl, (WKCACFViewRef view, WKCACFViewContextDidChangeCallback callback, void* info), (view, callback, info))
61 SOFT_LINK(WebKitQuartzCoreAdditions, WKCACFViewGetLastCommitTime, CFTimeInterval, __cdecl, (WKCACFViewRef view), (view))
62 SOFT_LINK(WebKitQuartzCoreAdditions, WKCACFViewSetContextUserData, void, __cdecl, (WKCACFViewRef view, void* userData), (view, userData)
    [all...]
  /external/icu4c/tools/ctestfw/unicode/
testtype.h 20 #define T_CTEST_EXPORT2 __cdecl
  /external/libxslt/libxslt/
xsltexports.h 63 #define XSLTCALL __cdecl
85 #define XSLTCALL __cdecl
110 #define XSLTCALL __cdecl
132 #define XSLTCALL __cdecl
  /external/clang/test/Rewriter/
missing-dllimport.c 7 __declspec(dllimport) int __cdecl foo(void);
8 inline int __cdecl foo() { return 0; }
  /external/quake/quake/src/QW/scitech/include/
debug.h 47 #define __cdecl /* GCC doesn't know about __cdecl modifiers */ macro
68 #define __cdecl macro
163 #define _ASMAPI __cdecl
174 #define _VARAPI __cdecl
181 #define _DLLASM __export __cdecl
191 #define _DLLASM __cdecl
  /external/quake/quake/src/WinQuake/scitech/INCLUDE/
DEBUG.H 47 #define __cdecl /* GCC doesn't know about __cdecl modifiers */ macro
68 #define __cdecl macro
163 #define _ASMAPI __cdecl
174 #define _VARAPI __cdecl
181 #define _DLLASM __export __cdecl
191 #define _DLLASM __cdecl
  /external/stlport/stlport/stl/config/
_bc.h 126 # define _STLP_CALL __cdecl __export
128 # define _STLP_CALL __cdecl
131 # define _STLP_CALL __cdecl
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
_bc.h 126 # define _STLP_CALL __cdecl __export
128 # define _STLP_CALL __cdecl
131 # define _STLP_CALL __cdecl
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/config/
_bc.h 126 # define _STLP_CALL __cdecl __export
128 # define _STLP_CALL __cdecl
131 # define _STLP_CALL __cdecl
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/config/
_bc.h 126 # define _STLP_CALL __cdecl __export
128 # define _STLP_CALL __cdecl
131 # define _STLP_CALL __cdecl
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/config/
_bc.h 126 # define _STLP_CALL __cdecl __export
128 # define _STLP_CALL __cdecl
131 # define _STLP_CALL __cdecl
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/config/
_bc.h 126 # define _STLP_CALL __cdecl __export
128 # define _STLP_CALL __cdecl
131 # define _STLP_CALL __cdecl
  /external/qemu/distrib/sdl-1.2.15/src/thread/win32/
SDL_systhread.c 49 typedef unsigned long (__cdecl *pfnSDL_CurrentBeginThread) (void *, unsigned,
52 typedef void (__cdecl *pfnSDL_CurrentEndThread)(unsigned code);
54 typedef uintptr_t (__cdecl *pfnSDL_CurrentBeginThread) (void *, unsigned,
57 typedef void (__cdecl *pfnSDL_CurrentEndThread)(unsigned code);
  /external/clang/test/Parser/
MicrosoftExtensions.c 4 typedef int (__cdecl *tptr)();
8 __declspec(deprecated) __declspec(deprecated) char * __cdecl ltoa( long _Val, char * _DstBuf, int _Radix);
9 __declspec(noalias) __declspec(restrict) void * __cdecl xxx( void * _Memory ); /* expected-warning{{__declspec attribute 'noalias' is not supported}} expected-warning{{__declspec attribute 'restrict' is not supported}} */
  /external/webkit/Source/JavaScriptCore/wtf/wince/
FastMallocWinCE.h 70 static inline void* __cdecl operator new(size_t s) { return fastMalloc(s); }
71 static inline void __cdecl operator delete(void* p) { fastFree(p); }
72 static inline void* __cdecl operator new[](size_t s) { return fastMalloc(s); }
73 static inline void __cdecl operator delete[](void* p) { fastFree(p); }
  /external/webkit/Source/WebCore/platform/network/cf/
CookieJarCFNet.cpp 54 SOFT_LINK_OPTIONAL(CFNetwork, CFHTTPCookieCopyDomain, CFStringRef, __cdecl, (CFHTTPCookieRef))
55 SOFT_LINK_OPTIONAL(CFNetwork, CFHTTPCookieGetExpirationTime, CFAbsoluteTime, __cdecl, (CFHTTPCookieRef))
56 SOFT_LINK_OPTIONAL(CFNetwork, CFHTTPCookieCopyName, CFStringRef, __cdecl, (CFHTTPCookieRef))
57 SOFT_LINK_OPTIONAL(CFNetwork, CFHTTPCookieCopyPath, CFStringRef, __cdecl, (CFHTTPCookieRef))
58 SOFT_LINK_OPTIONAL(CFNetwork, CFHTTPCookieCopyValue, CFStringRef, __cdecl, (CFHTTPCookieRef))
  /external/chromium/base/debug/
debug_on_start_win.h 37 typedef int (__cdecl *PIFV)(void);
41 static int __cdecl Init();

Completed in 583 milliseconds

1 2 3 4 5