Home
last modified time | relevance | path

Searched refs:__cdecl (Results 1 – 25 of 115) sorted by relevance

12345

/external/clang/test/SemaCXX/
Ddecl-microsoft-call-conv.cpp6 typedef void __cdecl cdecl_fun_t();
10 void __cdecl free_func_cdecl(); // expected-note 2 {{previous declaration is here}}
15 void __cdecl free_func_default();
24 void __cdecl free_func_stdcall(); // expected-error {{function declared 'cdecl' here was previou…
27 void __cdecl free_func_fastcall(); // expected-error {{function declared 'cdecl' here was previo…
31 void __cdecl free_func_vectorcall(); // expected-error {{function declared 'cdecl' here was prev…
37 void __cdecl free_func_default(int *);
40 void __cdecl free_func_cdecl(double);
43 typedef void __cdecl cdecl_fun_t();
49 void __cdecl member_cdecl1();
[all …]
Dcalling-conv-compat.cpp5 void __cdecl free_func_cdecl();
10 typedef void (__cdecl *fptr_cdecl)();
75 void __cdecl free_func_variadic_cdecl(int, ...);
78 typedef void (__cdecl *fptr_variadic_cdecl)(int, ...);
97 typedef void (__cdecl &fref_cdecl)();
141 typedef void (__cdecl &fref_variadic_cdecl)(int, ...);
159 void __cdecl member_cdecl();
168 void __cdecl member_cdecl();
173 typedef void (__cdecl A::*memb_a_cdecl)();
176 typedef void (__cdecl B::*memb_b_cdecl)();
[all …]
/external/libusb/libusb/os/
Dwindows_usbdk.h97 typedef BOOL (__cdecl *USBDK_GET_DEVICES_LIST)(
101 typedef void (__cdecl *USBDK_RELEASE_DEVICES_LIST)(
104 typedef HANDLE (__cdecl *USBDK_START_REDIRECT)(
107 typedef BOOL (__cdecl *USBDK_STOP_REDIRECT)(
110 typedef BOOL (__cdecl *USBDK_GET_CONFIGURATION_DESCRIPTOR)(
115 typedef void (__cdecl *USBDK_RELEASE_CONFIGURATION_DESCRIPTOR)(
118 typedef TransferResult (__cdecl *USBDK_WRITE_PIPE)(
123 typedef TransferResult (__cdecl *USBDK_READ_PIPE)(
128 typedef BOOL (__cdecl *USBDK_ABORT_PIPE)(
132 typedef BOOL (__cdecl *USBDK_RESET_PIPE)(
[all …]
/external/libxml2/include/libxml/
Dxmlexports.h73 #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/libcxx/src/support/runtime/
Dexception_pointer_msvc.ipp14 _LIBCPP_CRT_FUNC void __cdecl __ExceptionPtrCreate(void*);
15 _LIBCPP_CRT_FUNC void __cdecl __ExceptionPtrDestroy(void*);
16 _LIBCPP_CRT_FUNC void __cdecl __ExceptionPtrCopy(void*, const void*);
17 _LIBCPP_CRT_FUNC void __cdecl __ExceptionPtrAssign(void*, const void*);
18 _LIBCPP_CRT_FUNC bool __cdecl __ExceptionPtrCompare(const void*, const void*);
19 _LIBCPP_CRT_FUNC bool __cdecl __ExceptionPtrToBool(const void*);
20 _LIBCPP_CRT_FUNC void __cdecl __ExceptionPtrSwap(void*, void*);
21 _LIBCPP_CRT_FUNC void __cdecl __ExceptionPtrCurrentException(void*);
22 [[noreturn]] _LIBCPP_CRT_FUNC void __cdecl __ExceptionPtrRethrow(const void*);
23 _LIBCPP_CRT_FUNC void __cdecl
Dexception_msvc.ipp19 typedef void (__cdecl* terminate_handler)();
20 _LIBCPP_CRT_FUNC terminate_handler __cdecl set_terminate(
22 _LIBCPP_CRT_FUNC terminate_handler __cdecl _get_terminate();
24 typedef void (__cdecl* unexpected_handler)();
25 unexpected_handler __cdecl set_unexpected(
27 unexpected_handler __cdecl _get_unexpected();
29 int __cdecl __uncaught_exceptions();
/external/clang/test/CodeGenCXX/
Dmicrosoft-abi-default-cc.cpp13 void __cdecl foo();
14 void __cdecl foo() {} in foo()
18 void __cdecl bar();
32 static void __cdecl static_qux();
42 void __cdecl static_baz() {} in static_baz()
Dmicrosoft-abi-vmemptr-conflicts.cpp82 struct A { virtual void __cdecl a(); };
83 struct B { virtual void __cdecl b(Big); };
85 virtual void __cdecl a();
86 virtual void __cdecl b(Big);
Dmicrosoft-abi-byval-thunks.cpp73 struct A { virtual Agg __cdecl foo(Agg x); };
74 struct B { virtual Agg __cdecl foo(Agg x); };
75 struct C : A, B { C(); virtual Agg __cdecl foo(Agg x); };
Dmicrosoft-abi-cdecl-method-sret.cpp13 S __cdecl cdecl_sret();
14 S __cdecl byval_and_sret(S a);
/external/capstone/contrib/windows_kernel/
Dlibc.cpp33 __cdecl malloc( in __drv_allocatesMem()
63 __cdecl calloc(size_t n, size_t size) in __drv_allocatesMem()
79 __cdecl realloc( in __drv_allocatesMem()
102 __cdecl free( in __drv_maxIRQL()
117 __cdecl operator new( in __drv_allocatesMem()
126 __cdecl operator delete( in __drv_maxIRQL()
134 __cdecl vsnprintf( in vsnprintf()
Dlibc.h15 void* __cdecl malloc(__in size_t size);
23 void* __cdecl calloc(size_t n, size_t size);
31 void* __cdecl realloc(__in_opt void* ptr, __in size_t size);
36 void __cdecl free(__inout_opt __drv_freesMem(Mem) void* ptr);
39 int __cdecl vsnprintf(char *buffer, size_t count,
/external/clang/lib/Headers/
Dintrin.h67 void __cdecl __fastfail(unsigned int);
175 unsigned __int64 __cdecl _byteswap_uint64(unsigned __int64);
176 unsigned long __cdecl _byteswap_ulong(unsigned long);
177 unsigned short __cdecl _byteswap_ushort(unsigned short);
178 void __cdecl _disable(void);
179 void __cdecl _enable(void);
191 long __cdecl _InterlockedCompareExchange(long volatile *_Destination,
213 long __cdecl _InterlockedDecrement(long volatile *_Addend);
222 long __cdecl _InterlockedExchangeAdd(long volatile *_Addend, long _Value);
232 long __cdecl _InterlockedIncrement(long volatile *_Addend);
[all …]
/external/lzma/CPP/Common/
DNewHandler.cpp43 __cdecl
56 __cdecl
101 void * __cdecl operator new(size_t size) in operator new()
133 void __cdecl operator delete(void *p) in operator delete()
DNewHandler.h41 __cdecl
47 __cdecl
/external/compiler-rt/lib/asan/
Dasan_win_dynamic_runtime_thunk.cc62 extern "C" int __cdecl atexit(void (__cdecl *f)(void));
63 extern "C" void __cdecl _initterm(void *a, void *b);
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dstate.h803 typedef void(__cdecl *PFN_FETCH_FUNC)(SWR_FETCH_CONTEXT& fetchInfo, simdvertex& out);
804 typedef void(__cdecl *PFN_VERTEX_FUNC)(HANDLE hPrivateData, SWR_VS_CONTEXT* pVsContext);
805 typedef void(__cdecl *PFN_HS_FUNC)(HANDLE hPrivateData, SWR_HS_CONTEXT* pHsContext);
806 typedef void(__cdecl *PFN_DS_FUNC)(HANDLE hPrivateData, SWR_DS_CONTEXT* pDsContext);
807 typedef void(__cdecl *PFN_GS_FUNC)(HANDLE hPrivateData, SWR_GS_CONTEXT* pGsContext);
808 typedef void(__cdecl *PFN_CS_FUNC)(HANDLE hPrivateData, SWR_CS_CONTEXT* pCsContext);
809 typedef void(__cdecl *PFN_SO_FUNC)(SWR_STREAMOUT_CONTEXT& soContext);
810 typedef void(__cdecl *PFN_PIXEL_KERNEL)(HANDLE hPrivateData, SWR_PS_CONTEXT *pContext);
811 typedef void(__cdecl *PFN_CPIXEL_KERNEL)(HANDLE hPrivateData, SWR_PS_CONTEXT *pContext);
812 typedef void(__cdecl *PFN_BLEND_JIT_FUNC)(const SWR_BLEND_STATE*,
/external/llvm/test/DebugInfo/PDB/DIA/
Dpdbdump-symbol-format.test12 ; SYM_FORMAT-DAG: func [{{.*}}] (FPO) unsigned int __cdecl fpo_func(unsigned int n)
14 ; SYM_FORMAT-DAG: func [{{.*}}] (EBP) int __cdecl _purecall()
15 ; SYM_FORMAT-DAG: func [{{.*}}] (EBP) int __cdecl main(int argc, char** argv)
54 ; TYPES_2: data +0x40 void (__cdecl *m_pfn_2_args)(int, double)
58 ; GLOBALS-DAG: func [{{.*}}] (FPO) unsigned int __cdecl fpo_func(unsigned int n)
/external/clang/test/Parser/
DMicrosoftExtensions.c4 typedef int (__cdecl *tptr)(void);
7 __declspec(deprecated) __declspec(deprecated) char * __cdecl ltoa( long _Val, char * _DstBuf, int _…
8 __declspec(safebuffers) __declspec(noalias) __declspec(restrict) void * __cdecl xxx(void *_Memory);…
100 typedef void(*ignored_quals_dummy5)(), __cdecl ignored_quals5; // expected-warning {{qualifiers aft…
/external/syslinux/core/include/
Dcore.h96 void __cdecl core_intcall(uint8_t, const com32sys_t *, com32sys_t *);
97 void __cdecl core_farcall(uint32_t, const com32sys_t *, com32sys_t *);
98 int __cdecl core_cfarcall(uint32_t, const void *, uint32_t);
/external/clang/test/Rewriter/
Dmissing-dllimport.c7 __declspec(dllimport) int __cdecl foo(void);
8 inline int __cdecl foo() { return 0; } in foo()
/external/mdnsresponder/mDNSWindows/SystemService/
Dmain.c25 int __cdecl wmain( int argc, wchar_t * argv[] ) in wmain()
27 int __cdecl main( int argc, char *argv[] ) in wmain()
/external/valgrind/coregrind/m_debuginfo/
Dlzodefs.h153 # if !defined(__cdecl)
154 # define __cdecl cdecl macro
172 # if !defined(__cdecl)
173 # define __cdecl _cdecl macro
188 # if !defined(__cdecl)
189 # define __cdecl cdecl macro
915 extern void __near __cdecl _AHSHIFT(void);
918 extern void __near __cdecl _AHSHIFT(void);
921 extern void __near __cdecl _AHSHIFT(void);
924 extern void __near __cdecl _AHSHIFT(void);
[all …]
/external/syslinux/com32/include/
Dcom32.h100 void __cdecl (*cs_intcall)(uint8_t, const com32sys_t *, com32sys_t *);
103 void __cdecl (*cs_farcall)(uint32_t, const com32sys_t *, com32sys_t *);
104 int __cdecl (*cs_cfarcall)(uint32_t, const void *, uint32_t);
/external/libmicrohttpd/src/include/
Dautoinit_funcs.h145 W32_INITVARDECL __declspec(allocate(S)) int(__cdecl *W32_INITHELPERVARNAME(F))(void) = &F
197 void __cdecl _W32_deinit_helper_##FD(void) \
199 int __cdecl _W32_init_helper_##FI(void) \

12345