/external/clang/test/Sema/ |
D | stdcall-fastcall.c | 4 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…
|
D | stdcall-fastcall-x64.c | 4 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…
|
D | callingconv.c | 7 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…
|
D | mrtd.c | 11 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, ...);
|
D | callingconv-iamcu.c | 6 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…
|
D | pr25786.c | 5 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) {}
|
D | attr-args.c | 11 inline __attribute__((stdcall(a))) void *f8(); // expected-error {{'stdcall' attribute takes no ar…
|
D | callingconv-cast.c | 12 #define WINAPI __attribute__((stdcall))
|
/external/clang/test/CodeGen/ |
D | stdcall-fastcall.c | 4 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; {}
|
D | pr25786.c | 4 void (__attribute__((regparm(3), stdcall)) *pf) (); 5 void (__attribute__((regparm(2), stdcall)) foo)(int a) {
|
D | regparm.c | 11 typedef void (*FType)(int, int) __attribute ((regparm (3), stdcall));
|
D | 2009-05-22-callingconv.c | 9 __attribute__ ((regparm (3), stdcall));
|
/external/clang/test/SemaCXX/ |
D | cxx11-gnu-attrs.cpp | 13 [[gnu::fastcall]] [[gnu::stdcall]] void pr17424_2(); 19 [[gnu::fastcall]] void pr17424_4() [[gnu::stdcall]];
|
D | virtual-override-x64.cpp | 29 …virtual void __attribute__((stdcall)) g(); // expected-warning {{calling convention 'stdcall' ign…
|
D | virtual-override-x86.cpp | 26 …virtual void __attribute__((stdcall)) g(); // expected-note{{overridden virtual function is here}}
|
/external/elfutils/lib/ |
D | eu-config.h | 63 # 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/ |
D | README.txt | 20 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/ |
D | instantiate-function-params.cpp | 87 typedef int stdfunctype(int, int) __attribute__((stdcall)); 88 __attribute__((stdcall)) functype stdfunc1;
|
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/ |
D | Antlr.Runtime.Tools.pas | 215 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/ |
D | x64-windows-calling-convention-handling.c | 7 float __stdcall stdcall(float a, float b, float c, float d) { // expected-no-diagnostics in stdcall() function
|
D | arm-windows-calling-convention-handling.c | 7 float __stdcall stdcall(float a, float b, float c, float d) { // expected-no-diagnostics in stdcall() function
|
/external/clang/test/CodeGenCXX/ |
D | default_calling_conv.cpp | 20 void __attribute__((stdcall)) test4() {} in test4()
|
/external/jline/src/src/main/native/ |
D | Makefile | 8 … -I${JDK}/include -I${JDK}/include/win32 -mwindows -mno-cygwin -Wl,--add-stdcall-alias -shared -o …
|
/external/clang/test/CodeGenObjC/ |
D | attr-callconv.m | 8 - (void)test __attribute__((stdcall)) {} argument
|
/external/libffi/testsuite/libffi.call/ |
D | ffitest.h | 24 #define __STDCALL__ __attribute__((stdcall))
|