Home
last modified time | relevance | path

Searched refs:__stdcall (Results 1 – 25 of 240) sorted by relevance

12345678910

/external/capstone/bindings/vb6/
DvbCapstone.cpp20 unsigned int __stdcall bs_version(int *major, int *minor){ in bs_version()
25 bool __stdcall bs_support(int query){ in bs_support()
30 cs_err __stdcall bs_open(cs_arch arch, cs_mode mode, csh *handle){ in bs_open()
35 cs_err __stdcall bs_close(csh *handle){ in bs_close()
40 cs_err __stdcall bs_option(csh handle, cs_opt_type type, size_t value){ in bs_option()
45 cs_err __stdcall bs_errno(csh handle){ in bs_errno()
50 const char* __stdcall bs_strerror(cs_err code){ in bs_strerror()
55 size_t __stdcall bs_disasm(csh handle, const uint8_t *code, size_t code_size, uint64_t address, siz… in bs_disasm()
60 void __stdcall getInstruction(cs_insn *insn, uint32_t index, void* curInst, uint32_t bufSize){ in getInstruction()
65 const char* __stdcall bs_reg_name(csh handle, unsigned int reg_id){ in bs_reg_name()
[all …]
/external/clang/test/SemaCXX/
Ddecl-microsoft-call-conv.cpp11 void __stdcall free_func_stdcall(); // expected-note 2 {{previous declaration is here}}
16 void __stdcall free_func_default(); // expected-error {{function declared 'stdcall' here was previ…
20 void __stdcall free_func_cdecl(); // expected-error {{function declared 'stdcall' here was previou…
28 void __stdcall free_func_fastcall(); // expected-error {{function declared 'stdcall' here was prev…
32 void __stdcall free_func_vectorcall(); // expected-error {{function declared 'stdcall' here was pr…
60 void_fun_t __stdcall member_typedef_stdcall;
68 static void __stdcall static_member_stdcall1();
69 static void __stdcall static_member_stdcall2();
90 void __stdcall S::member_typedef_stdcall() {} in member_typedef_stdcall()
103 void __stdcall S::static_member_default3() {} // expected-error {{function declared 'stdcall' here… in static_member_default3()
[all …]
Dcalling-conv-compat.cpp6 void __stdcall free_func_stdcall();
11 typedef void (__stdcall *fptr_stdcall)();
98 typedef void (__stdcall &fref_stdcall)();
317 mptr_t __stdcall return_mptr_std(short) { in return_mptr_std()
339 void __stdcall method_stdcall();
345 void (__stdcall A::*mp3)() = &A::method_stdcall;
351 typedef void (__stdcall fun_stdcall)();
365 X<void __stdcall ()>::p tmpl3 = &A::method_stdcall;
392 void pass_fptr_stdcall (void (__stdcall *fp)()); // expected-note {{candidate function not viable}}
/external/llvm-project/clang/test/SemaCXX/
Ddecl-microsoft-call-conv.cpp11 void __stdcall free_func_stdcall(); // expected-note 2 {{previous declaration is here}}
16 void __stdcall free_func_default(); // expected-error {{function declared 'stdcall' here was previ…
20 void __stdcall free_func_cdecl(); // expected-error {{function declared 'stdcall' here was previou…
28 void __stdcall free_func_fastcall(); // expected-error {{function declared 'stdcall' here was prev…
32 void __stdcall free_func_vectorcall(); // expected-error {{function declared 'stdcall' here was pr…
60 void_fun_t __stdcall member_typedef_stdcall;
68 static void __stdcall static_member_stdcall1();
69 static void __stdcall static_member_stdcall2();
90 void __stdcall S::member_typedef_stdcall() {} in member_typedef_stdcall()
103 void __stdcall S::static_member_default3() {} // expected-error {{function declared 'stdcall' here… in static_member_default3()
[all …]
Dms-iunknown-template-function.cpp15 #define __stdcall macro
22 virtual HRESULT __stdcall QueryInterface(
26 virtual ULONG __stdcall AddRef(void) = 0;
28 virtual ULONG __stdcall Release(void) = 0;
31 HRESULT __stdcall QueryInterface(Q **pp) { in QueryInterface()
Dcalling-conv-compat.cpp10 void __stdcall free_func_stdcall();
15 typedef void (__stdcall *fptr_stdcall)();
102 typedef void (__stdcall &fref_stdcall)();
326 mptr_t __stdcall return_mptr_std(short) { in return_mptr_std()
351 void __stdcall method_stdcall();
357 void (__stdcall A::*mp3)() = &A::method_stdcall;
363 typedef void (__stdcall fun_stdcall)();
377 X<void __stdcall ()>::p tmpl3 = &A::method_stdcall;
403 void pass_fptr_stdcall (void (__stdcall *fp)());
424 template<typename T, T (__stdcall f)()> void g();
/external/python/cpython2/Modules/_ctypes/
D_ctypes_test.c220 # ifndef __stdcall
221 # define __stdcall /* */ macro
227 int (__stdcall *s)(int, int);
490 EXPORT(signed char) __stdcall s_tf_b(signed char c) { S; return c/3; } in EXPORT()
491 EXPORT(unsigned char) __stdcall s_tf_B(unsigned char c) { U; return c/3; } in EXPORT()
492 EXPORT(short) __stdcall s_tf_h(short c) { S; return c/3; } in EXPORT()
493 EXPORT(unsigned short) __stdcall s_tf_H(unsigned short c) { U; return c/3; } in EXPORT()
494 EXPORT(int) __stdcall s_tf_i(int c) { S; return c/3; } in EXPORT()
495 EXPORT(unsigned int) __stdcall s_tf_I(unsigned int c) { U; return c/3; } in EXPORT()
496 EXPORT(long) __stdcall s_tf_l(long c) { S; return c/3; } in EXPORT()
[all …]
/external/webrtc/modules/audio_device/win/
Dcore_audio_base_win.h173 ULONG __stdcall AddRef() override;
174 ULONG __stdcall Release() override;
175 HRESULT __stdcall QueryInterface(REFIID iid, void** object) override;
181 HRESULT __stdcall OnStateChanged(AudioSessionState new_state) override;
182 HRESULT __stdcall OnSessionDisconnected(
184 HRESULT __stdcall OnDisplayNameChanged(LPCWSTR new_display_name,
186 HRESULT __stdcall OnIconPathChanged(LPCWSTR new_icon_path,
188 HRESULT __stdcall OnSimpleVolumeChanged(float new_simple_volume,
191 HRESULT __stdcall OnChannelVolumeChanged(DWORD channel_count,
195 HRESULT __stdcall OnGroupingParamChanged(LPCGUID new_grouping_param,
/external/clang/test/CodeGen/
Dmicrosoft-call-conv.c6 void __stdcall f2(void);
13 void __stdcall f5(void) { in f5()
31 void (__stdcall *pf2)(void) = f2;
34 void (__stdcall *pf5)(void) = f5;
56 void __stdcall f7(foo) int foo; {} in f7()
67 void __stdcall f11(int x, ...) {}; in f11()
Dmicrosoft-call-conv-x64.c4 void __stdcall f2(void);
10 void __stdcall f5(void) { in f5()
18 void (__stdcall *pf2)(void) = f2;
20 void (__stdcall *pf5)(void) = f5;
35 void __stdcall f7(foo) int foo; {} in f7()
/external/llvm-project/clang/test/CodeGen/
Dmicrosoft-call-conv.c6 void __stdcall f2(void);
13 void __stdcall f5(void) { in f5()
31 void (__stdcall *pf2)(void) = f2;
34 void (__stdcall *pf5)(void) = f5;
56 void __stdcall f7(foo) int foo; {} in f7()
67 void __stdcall f11(int x, ...) {}; in f11()
Dmicrosoft-call-conv-x64.c4 void __stdcall f2(void);
10 void __stdcall f5(void) { in f5()
18 void (__stdcall *pf2)(void) = f2;
20 void (__stdcall *pf5)(void) = f5;
35 void __stdcall f7(foo) int foo; {} in f7()
/external/clang/test/CodeGenCXX/
Dmangle-windows.cpp7 void __stdcall f1(void) {} in f1()
15 extern "C" void __stdcall f3(void) {} in f3()
24 void __stdcall foo();
25 static void __stdcall bar();
39 extern "C" void __stdcall operator++(Foo &x) { in operator ++()
/external/llvm-project/clang/test/CodeGenCXX/
Dmangle-windows.cpp7 void __stdcall f1(void) {} in f1()
15 extern "C" void __stdcall f3(void) {} in f3()
28 void __stdcall foo();
29 static void __stdcall bar();
43 extern "C" void __stdcall operator++(Foo &x) { in operator ++()
Dmicrosoft-abi-thunks.cpp144 virtual void __stdcall foo();
147 virtual void __stdcall foo();
150 virtual void __stdcall foo();
/external/clang/test/Sema/
Ddecl-microsoft-call-conv.c9 void __stdcall CrcGenerateTableStdcall(void);
10 void __stdcall CrcGenerateTableStdcall();
11 void __stdcall CrcGenerateTableStdcall() {} in CrcGenerateTableStdcall()
23 void __stdcall CrcGenerateTableNoProtoStdcall(); // expected-warning{{function with no prototype ca…
29 void __stdcall CrcGenerateTableNoProtoDefStdcall() {} in CrcGenerateTableNoProtoDefStdcall()
/external/llvm-project/clang/test/Sema/
Ddecl-microsoft-call-conv.c9 void __stdcall CrcGenerateTableStdcall(void);
10 void __stdcall CrcGenerateTableStdcall();
11 void __stdcall CrcGenerateTableStdcall() {} in CrcGenerateTableStdcall()
23 void __stdcall CrcGenerateTableNoProtoStdcall(); // expected-warning{{function with no prototype ca…
29 void __stdcall CrcGenerateTableNoProtoDefStdcall() {} in CrcGenerateTableNoProtoDefStdcall()
/external/python/cpython3/Modules/_ctypes/
D_ctypes_test.c399 # ifndef __stdcall
400 # define __stdcall /* */ macro
406 int (__stdcall *s)(int, int);
650 EXPORT(signed char) __stdcall s_tf_b(signed char c) { S; return c/3; } in EXPORT()
651 EXPORT(unsigned char) __stdcall s_tf_B(unsigned char c) { U; return c/3; } in EXPORT()
652 EXPORT(short) __stdcall s_tf_h(short c) { S; return c/3; } in EXPORT()
653 EXPORT(unsigned short) __stdcall s_tf_H(unsigned short c) { U; return c/3; } in EXPORT()
654 EXPORT(int) __stdcall s_tf_i(int c) { S; return c/3; } in EXPORT()
655 EXPORT(unsigned int) __stdcall s_tf_I(unsigned int c) { U; return c/3; } in EXPORT()
656 EXPORT(long) __stdcall s_tf_l(long c) { S; return c/3; } in EXPORT()
[all …]
/external/angle/src/libANGLE/renderer/d3d/d3d11/converged/
DCompositorNativeWindow11.h43 using WindowsCreateStringReference_ = HRESULT __stdcall(PCWSTR,
48 using GetActivationFactory_ = HRESULT __stdcall(HSTRING, REFIID, void **);
50 using WindowsCompareStringOrginal_ = HRESULT __stdcall(HSTRING, HSTRING, int *);
52 using WindowsDeleteString_ = HRESULT __stdcall(HSTRING);
55 HRESULT __stdcall(DispatcherQueueOptions,
58 using RoInitialize_ = HRESULT __stdcall(RO_INIT_TYPE);
59 using RoUninitialize_ = void __stdcall();
/external/llvm-project/clang/test/PCH/
Dsingle-token-macro.c15 #ifdef __stdcall
17 #undef __stdcall
20 #define __stdcall macro
21 #define STDCALL __stdcall
/external/clang/test/PCH/
Dsingle-token-macro.c15 #ifdef __stdcall
17 #undef __stdcall
20 #define __stdcall macro
21 #define STDCALL __stdcall
/external/libepoxy/include/epoxy/
Dgl.h59 #define APIENTRY __stdcall
67 #define EPOXY_CALLSPEC __stdcall
74 #define KHRONOS_APIENTRY __stdcall
75 #define KHRONOS_APICALL __declspec(dllimport) __stdcall
/external/e2fsprogs/lib/uuid/
Dgen_uuid_nt.c35 __stdcall
44 (__stdcall*
61 __stdcall
/external/llvm-project/llvm/test/Demangle/
Dms-windows.test8 ; CHECK: static void __stdcall Foo::bar(void)
11 ; CHECK: void __stdcall Foo::bar(void)
17 ; CHECK: void __stdcall f1(void)
/external/llvm-project/compiler-rt/test/asan/TestCases/Windows/
Drtlallocateheap_dll_unload_realloc.cpp14 using AllocateFunctionPtr = PVOID(__stdcall *)(PVOID, ULONG, SIZE_T);
15 using FreeFunctionPtr = PVOID(__stdcall *)(PVOID, ULONG, PVOID);
16 using RtlReAllocateHeapPtr = PVOID(__stdcall *)(PVOID, ULONG, PVOID, SIZE_T);

12345678910