Home
last modified time | relevance | path

Searched refs:stdcall (Results 1 – 25 of 64) sorted by relevance

123

/external/clang/test/Sema/
Dstdcall-fastcall.c4 int __attribute__((stdcall)) var1; // expected-warning{{'stdcall' only applies to function types; t…
8 void __attribute__((stdcall, fastcall)) foo3(void); // expected-error{{fastcall and stdcall attribu…
9 void __attribute__((stdcall)) foo4(); // expected-note{{previous declaration is here}} expected-war…
14 void rdar8876096foo2(int i, int j) __attribute__((fastcall, stdcall)); // expected-error {{not comp…
16 void rdar8876096foo4(int i, int j) __attribute__((stdcall, cdecl)); // expected-error {{not compati…
17 void rdar8876096foo5(int i, int j) __attribute__((stdcall, fastcall)); // expected-error {{not comp…
19 void rdar8876096foo7(int i, int j) __attribute__((cdecl, stdcall)); // expected-error {{not compati…
Dstdcall-fastcall-x64.c4 int __attribute__((stdcall)) var1; // expected-warning{{'stdcall' only applies to function types; t…
8 void __attribute__((stdcall, fastcall)) foo3(void); // expected-warning{{calling convention 'stdcal…
9 void __attribute__((stdcall)) foo4(); // expected-warning{{calling convention 'stdcall' ignored for…
14 void rdar8876096foo2(int i, int j) __attribute__((fastcall, stdcall)); // expected-warning{{calling…
16 void rdar8876096foo4(int i, int j) __attribute__((stdcall, cdecl)); // expected-warning{{calling co…
17 void rdar8876096foo5(int i, int j) __attribute__((stdcall, fastcall)); // expected-warning{{calling…
19 void rdar8876096foo7(int i, int j) __attribute__((cdecl, stdcall)); // expected-warning{{calling co…
Dcallingconv.c7 void __attribute__((stdcall)) bar(float *a) { in bar()
21 void __attribute__((stdcall)) test3(int a, ...) { // expected-warning {{stdcall calling convention … in test3()
32 void (__attribute__((stdcall)) *pbar)(float*) = bar;
59 typedef __attribute__((stdcall)) void (*PROC)();
66 void __attribute__((stdcall)) typedef_fun(int x) { } // expected-error {{function declared 'stdcall… in typedef_fun()
68 struct type_test {} __attribute__((stdcall)); // expected-warning {{'stdcall' attribute only appli…
Dmrtd.c11 void __attribute__((stdcall)) nonvariadic1(int a, int b, int c);
13 void __attribute__((stdcall)) nonvariadic2(int a, int b, int c) { } in nonvariadic2()
17 void __attribute__((stdcall)) variadic(int a, ...);
34 __attribute__((stdcall)) extern void (*c)(int, int);
38 __attribute__((stdcall)) extern void (*d)(int, ...);
Dcallingconv-iamcu.c6 void __attribute__((stdcall)) bar(float *a) { // expected-warning {{calling convention 'stdcall' ig… in bar()
14 void __attribute__((stdcall)) test3(int a, ...) { // expected-warning {{calling convention 'stdcall… in test3()
25 void (__attribute__((stdcall)) *pbar)(float*) = bar; // expected-warning {{calling convention 'stdc…
48 typedef __attribute__((stdcall)) void (*PROC)(); // expected-warning {{calling convention 'stdcall'…
53 struct type_test {} __attribute__((stdcall)); // expected-warning {{calling convention 'stdcall' ig…
Dpr25786.c5 void (__attribute__((regparm(3), stdcall)) *pf) (); //expected-warning {{calling convention 'stdcal…
6 void (__attribute__((regparm(2), stdcall)) foo)(int a) { //expected-warning {{calling convention 's…
10 void (__attribute__((regparm(3), stdcall)) *pf) ();
11 void (__attribute__((regparm(2), stdcall)) foo)(int a) {}
Dattr-args.c11 inline __attribute__((stdcall(a))) void *f8(); // expected-error {{'stdcall' attribute takes no ar…
Dcallingconv-cast.c12 #define WINAPI __attribute__((stdcall))
/external/clang/test/CodeGen/
Dstdcall-fastcall.c4 void __attribute__((stdcall)) f2(void);
11 void __attribute__((stdcall)) f5(void) { in f5()
24 void (__attribute__((stdcall)) *pf2)(void) = f2;
27 void (__attribute__((stdcall)) *pf5)(void) = f5;
46 void __attribute((stdcall)) f7(foo) int foo; {}
Dpr25786.c4 void (__attribute__((regparm(3), stdcall)) *pf) ();
5 void (__attribute__((regparm(2), stdcall)) foo)(int a) {
Dregparm.c11 typedef void (*FType)(int, int) __attribute ((regparm (3), stdcall));
D2009-05-22-callingconv.c9 __attribute__ ((regparm (3), stdcall));
/external/clang/test/SemaCXX/
Dcxx11-gnu-attrs.cpp13 [[gnu::fastcall]] [[gnu::stdcall]] void pr17424_2();
19 [[gnu::fastcall]] void pr17424_4() [[gnu::stdcall]];
Dvirtual-override-x64.cpp29 …virtual void __attribute__((stdcall)) g(); // expected-warning {{calling convention 'stdcall' ign…
Dvirtual-override-x86.cpp26 …virtual void __attribute__((stdcall)) g(); // expected-note{{overridden virtual function is here}}
/external/elfutils/lib/
Deu-config.h63 # define internal_function __attribute__ ((regparm (3), stdcall))
152 # define CALLING_CONVENTION regparm (3), stdcall
153 # define AND_CALLING_CONVENTION , regparm (3), stdcall
/external/capstone/bindings/vb6/
DREADME.txt20 It is a small shim to give VB6 access to a stdcall API to access capstone.
21 You could also modify capstone itself so its exports were stdcall.
/external/clang/test/SemaTemplate/
Dinstantiate-function-params.cpp87 typedef int stdfunctype(int, int) __attribute__((stdcall));
88 __attribute__((stdcall)) functype stdfunc1;
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.Tools.pas215 function QueryInterface(const IID: TGUID; out Obj): HResult; stdcall; in QueryInterface()
216 function _AddRef: Integer; stdcall; in _AddRef()
217 function _Release: Integer; stdcall; in _Release()
287 function QueryInterface(const IID: TGUID; out Obj): HResult; stdcall; in QueryInterface()
288 function _AddRef: Integer; stdcall; in _AddRef()
289 function _Release: Integer; stdcall; in _Release()
/external/clang/test/Parser/
Dx64-windows-calling-convention-handling.c7 float __stdcall stdcall(float a, float b, float c, float d) { // expected-no-diagnostics in stdcall() function
Darm-windows-calling-convention-handling.c7 float __stdcall stdcall(float a, float b, float c, float d) { // expected-no-diagnostics in stdcall() function
/external/clang/test/CodeGenCXX/
Ddefault_calling_conv.cpp20 void __attribute__((stdcall)) test4() {} in test4()
/external/jline/src/src/main/native/
DMakefile8 … -I${JDK}/include -I${JDK}/include/win32 -mwindows -mno-cygwin -Wl,--add-stdcall-alias -shared -o …
/external/clang/test/CodeGenObjC/
Dattr-callconv.m8 - (void)test __attribute__((stdcall)) {} argument
/external/libffi/testsuite/libffi.call/
Dffitest.h24 #define __STDCALL__ __attribute__((stdcall))

123