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

1 2 3 4 5 6 7 8 9

  /external/lzma/CPP/Common/
NewHandler.h 11 __cdecl
NewHandler.cpp 16 __cdecl
29 __cdecl
50 void * __cdecl operator new(size_t size)
86 void __cdecl operator delete(void *p)
  /external/chromium_org/content/public/common/
injection_test_win.h 18 BOOL extern __declspec(dllexport) __cdecl RunRendererTests(int* test_count);
19 BOOL extern __declspec(dllexport) __cdecl RunPluginTests(int* test_count);
21 typedef BOOL (__cdecl *RunRendererTests)(int* test_count);
22 typedef BOOL (__cdecl *RunPluginTests)(int* test_count);
  /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/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);
33 typedef void __cdecl cdecl_fun_t();
39 void __cdecl member_cdecl1();
40 void __cdecl member_cdecl2(); // expected-note {{previous declaration is here}}
53 static void __cdecl static_member_cdecl1()
    [all...]
  /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/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
semaphore.h 132 PTW32_DLLPORT int __cdecl sem_init (sem_t * sem,
136 PTW32_DLLPORT int __cdecl sem_destroy (sem_t * sem);
138 PTW32_DLLPORT int __cdecl sem_trywait (sem_t * sem);
140 PTW32_DLLPORT int __cdecl sem_wait (sem_t * sem);
142 PTW32_DLLPORT int __cdecl sem_timedwait (sem_t * sem,
145 PTW32_DLLPORT int __cdecl sem_post (sem_t * sem);
147 PTW32_DLLPORT int __cdecl sem_post_multiple (sem_t * sem,
150 PTW32_DLLPORT int __cdecl sem_open (const char * name,
155 PTW32_DLLPORT int __cdecl sem_close (sem_t * sem);
157 PTW32_DLLPORT int __cdecl sem_unlink (const char * name)
    [all...]
need_errno.h 46 /* Define __cdecl for non-Microsoft compilers */
48 #if ( !defined(_MSC_VER) && !defined(__cdecl) )
49 #define __cdecl macro
56 #define _CRTAPI1 __cdecl
75 PTW32_DLLPORT int * __cdecl _errno(void);
  /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...]
  /external/chromium_org/third_party/libxml/src/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/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/chromium_org/chrome/common/
child_process_logging_win.cc 19 // void __declspec(dllexport) __cdecl SetCrashKeyValueImpl.
20 typedef void (__cdecl *SetCrashKeyValue)(const wchar_t*, const wchar_t*);
23 // void __declspec(dllexport) __cdecl ClearCrashKeyValueImpl.
24 typedef void (__cdecl *ClearCrashKeyValue)(const wchar_t*);
  /external/chromium_org/tools/gyp/test/win/
gyptest-link-mapfile.py 28 test.must_not_contain(map_file, 'void __cdecl AnExportedFunction(void)')
33 test.must_contain(map_file, 'void __cdecl AnExportedFunction(void)')
42 test.must_not_contain(map_file, 'void __cdecl AnExportedFunction(void)')
  /external/chromium_org/chrome/browser/hang_monitor/
hang_crash_dump_win.cc 24 typedef HANDLE (__cdecl *DumpFunction)(HANDLE);
50 typedef void (__cdecl *DumpFunction)();
59 typedef HANDLE (__cdecl *DumpFunction)(HANDLE);
  /external/chromium_org/chrome_frame/
exception_barrier.cc 24 extern "C" EXCEPTION_DISPOSITION __cdecl
45 extern "C" EXCEPTION_DISPOSITION __cdecl
65 extern "C" EXCEPTION_DISPOSITION __cdecl
  /external/chromium_org/third_party/icu/source/tools/ctestfw/unicode/
testtype.h 20 #define T_CTEST_EXPORT2 __cdecl
  /external/chromium_org/third_party/libxslt/libexslt/
exsltexports.h 61 #define EXSLTCALL __cdecl
83 #define EXSLTCALL __cdecl
108 #define EXSLTCALL __cdecl
130 #define EXSLTCALL __cdecl
  /external/chromium_org/third_party/libxslt/libxslt/
xsltexports.h 63 #define XSLTCALL __cdecl
85 #define XSLTCALL __cdecl
110 #define XSLTCALL __cdecl
132 #define XSLTCALL __cdecl
  /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/chromium_org/chrome/app/
chrome_main.cc 16 DLLEXPORT int __cdecl ChromeMain(HINSTANCE instance,
27 DLLEXPORT int __cdecl ChromeMain(HINSTANCE instance,
  /external/clang/test/Rewriter/
missing-dllimport.c 7 __declspec(dllimport) int __cdecl foo(void);
8 inline int __cdecl foo() { return 0; }
  /external/stlport/stlport/stl/config/
_bc.h 126 # define _STLP_CALL __cdecl __export
128 # define _STLP_CALL __cdecl
131 # define _STLP_CALL __cdecl

Completed in 802 milliseconds

1 2 3 4 5 6 7 8 9