/external/mesa3d/src/gallium/state_trackers/d3d1x/winedlls/dxgi/ |
dxgi.spec | 1 @ stdcall CreateDXGIFactory(ptr ptr) 2 @ stdcall CreateDXGIFactory1(ptr ptr)
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/winedlls/d3d10/ |
d3d10.spec | 3 @ stdcall D3D10CreateBlob(long ptr) 4 @ stdcall D3D10CreateDevice(ptr long ptr long long ptr) 5 @ stdcall D3D10CreateDeviceAndSwapChain(ptr long ptr long long ptr ptr ptr) 11 @ stdcall D3D10GetGeometryShaderProfile(ptr) 12 @ stdcall D3D10GetInputAndOutputSignatureBlob(ptr long ptr) 13 @ stdcall D3D10GetInputSignatureBlob(ptr long ptr) 14 @ stdcall D3D10GetOutputSignatureBlob(ptr long ptr) 15 @ stdcall D3D10GetPixelShaderProfile(ptr) 18 @ stdcall D3D10GetVertexShaderProfile(ptr) 31 @ stdcall D3D10CreateDevice1(ptr long ptr long long long ptr [all...] |
/external/clang/test/Sema/ |
mrtd.c | 6 // expected-error@+5 {{function declared 'stdcall' here was previously declared without calling convention}} 8 // expected-error@+5 {{function declared 'stdcall' here was previously declared without calling convention}} 11 void __attribute__((stdcall)) nonvariadic1(int a, int b, int c); 13 void __attribute__((stdcall)) nonvariadic2(int a, int b, int c) { } 15 // expected-warning@+2 {{stdcall calling convention ignored on variadic function}} 17 void __attribute__((stdcall)) variadic(int a, ...); 21 // expected-error@+3 {{redeclaration of 'a' with a different type: 'void ((*))(int, int) __attribute__((cdecl))' vs 'void (*)(int, int) __attribute__((stdcall))'}} 31 // expected-error@+3 {{redeclaration of 'c' with a different type: 'void ((*))(int, int) __attribute__((stdcall))' vs 'void (*)(int, int)'}} 34 __attribute__((stdcall)) extern void (*c)(int, int); 36 // expected-warning@+2 {{stdcall calling convention ignored on variadic function} [all...] |
stdcall-fastcall-x64.c | 4 int __attribute__((stdcall)) var1; // expected-warning{{'stdcall' only applies to function types; type here is 'int'}} 8 void __attribute__((stdcall, fastcall)) foo3(void); // expected-warning{{calling convention 'stdcall' ignored for this target}} expected-warning {{calling convention 'fastcall' ignored for this target}} 9 void __attribute__((stdcall)) foo4(); // expected-warning{{calling convention 'stdcall' ignored for this target}} 14 void rdar8876096foo2(int i, int j) __attribute__((fastcall, stdcall)); // expected-warning{{calling convention 'stdcall' ignored for this target}} expected-warning {{calling convention 'fastcall' ignored for this target}} 16 void rdar8876096foo4(int i, int j) __attribute__((stdcall, cdecl)); // expected-warning{{calling convention 'stdcall' ignored for this target} [all...] |
stdcall-fastcall.c | 4 int __attribute__((stdcall)) var1; // expected-warning{{'stdcall' only applies to function types; type here is 'int'}} 8 void __attribute__((stdcall, fastcall)) foo3(void); // expected-error{{fastcall and stdcall attributes are not compatible}} 9 void __attribute__((stdcall)) foo4(); // expected-note{{previous declaration is here}} expected-warning{{function with no prototype cannot use the stdcall calling convention}} 10 void __attribute__((fastcall)) foo4(void); // expected-error{{function declared 'fastcall' here was previously declared 'stdcall'}} 14 void rdar8876096foo2(int i, int j) __attribute__((fastcall, stdcall)); // expected-error {{not compatible}} 16 void rdar8876096foo4(int i, int j) __attribute__((stdcall, cdecl)); // expected-error {{not compatible}} 17 void rdar8876096foo5(int i, int j) __attribute__((stdcall, fastcall)); // expected-error {{not compatible} [all...] |
callingconv.c | 7 void __attribute__((stdcall)) bar(float *a) { 21 void __attribute__((stdcall)) test3(int a, ...) { // expected-warning {{stdcall calling convention ignored on variadic function}} 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' here was previously declared without calling convention}} 68 struct type_test {} __attribute__((stdcall)); // expected-warning {{'stdcall' attribute only applies to functions and methods}}
|
callingconv-iamcu.c | 6 void __attribute__((stdcall)) bar(float *a) { // expected-warning {{calling convention 'stdcall' ignored for this target}} 14 void __attribute__((stdcall)) test3(int a, ...) { // expected-warning {{calling convention 'stdcall' ignored for this target}} 25 void (__attribute__((stdcall)) *pbar)(float*) = bar; // expected-warning {{calling convention 'stdcall' ignored for this target}} 48 typedef __attribute__((stdcall)) void (*PROC)(); // expected-warning {{calling convention 'stdcall' ignored for this target}} 53 struct type_test {} __attribute__((stdcall)); // expected-warning {{calling convention 'stdcall' ignored for this target}} expected-warning {{'stdcall' attribute only applies to functions and me (…) [all...] |
attr-args.c | 11 inline __attribute__((stdcall(a))) void *f8(); // expected-error {{'stdcall' attribute takes no arguments}}
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/winedlls/d3d10_1/ |
d3d10_1.spec | 2 @ stdcall D3D10CreateBlob(long ptr) d3d10.D3D10CreateBlob 3 @ stdcall D3D10CreateDevice1(ptr long ptr long long long ptr) d3d10.D3D10CreateDevice1 4 @ stdcall D3D10CreateDeviceAndSwapChain1(ptr long ptr long long long ptr ptr ptr) d3d10.D3D10CreateDeviceAndSwapChain1 10 @ stdcall D3D10GetGeometryShaderProfile(ptr) d3d10.D3D10GetGeometryShaderProfile 11 @ stdcall D3D10GetInputAndOutputSignatureBlob(ptr long ptr) d3d10.D3D10GetInputAndOutputSignatureBlob 12 @ stdcall D3D10GetInputSignatureBlob(ptr long ptr) d3d10.D3D10GetInputSignatureBlob 13 @ stdcall D3D10GetOutputSignatureBlob(ptr long ptr) d3d10.D3D10GetOutputSignatureBlob 14 @ stdcall D3D10GetPixelShaderProfile(ptr) d3d10.D3D10GetPixelShaderProfile 17 @ stdcall D3D10GetVertexShaderProfile(ptr) d3d10.D3D10GetVertexShaderProfile
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/winedlls/d3d11/ |
d3d11.spec | 5 @ stdcall D3D11CreateDevice(ptr long ptr long ptr long long ptr ptr ptr) 6 @ stdcall D3D11CreateDeviceAndSwapChain(ptr long ptr long ptr long long ptr ptr ptr ptr ptr)
|
/external/clang/test/Parser/ |
arm-windows-calling-convention-handling.c | 7 float __stdcall stdcall(float a, float b, float c, float d) { // expected-no-diagnostics function
|
x64-windows-calling-convention-handling.c | 7 float __stdcall stdcall(float a, float b, float c, float d) { // expected-no-diagnostics function
|
/external/clang/test/SemaCXX/ |
virtual-override-x64.cpp | 29 virtual void __attribute__((stdcall)) g(); // expected-warning {{calling convention 'stdcall' ignored for this target}}
|
virtual-override-x86.cpp | 26 virtual void __attribute__((stdcall)) g(); // expected-note{{overridden virtual function is here}} 31 void g(); // expected-error{{virtual function 'g' has different calling convention attributes ('void () __attribute__((thiscall))') than the function it overrides (which has calling convention 'void () __attribute__((stdcall))'}}
|
cxx11-gnu-attrs.cpp | 13 [[gnu::fastcall]] [[gnu::stdcall]] void pr17424_2(); 15 // expected-warning@-2 {{calling convention 'stdcall' ignored for this target}} 19 [[gnu::fastcall]] void pr17424_4() [[gnu::stdcall]]; 21 // expected-warning@-2 {{attribute 'stdcall' ignored, because it cannot be applied to a type}}
|
/external/clang/test/CodeGen/ |
2009-05-22-callingconv.c | 9 __attribute__ ((regparm (3), stdcall));
|
regparm.c | 11 typedef void (*FType)(int, int) __attribute ((regparm (3), stdcall));
|
stdcall-fastcall.c | 4 void __attribute__((stdcall)) f2(void); 11 void __attribute__((stdcall)) f5(void) { 24 void (__attribute__((stdcall)) *pf2)(void) = f2; 27 void (__attribute__((stdcall)) *pf5)(void) = f5; 46 void __attribute((stdcall)) f7(foo) int foo; {}
|
/external/v8/test/cctest/ |
test-code-stubs.h | 33 #define STDCALL __attribute__((stdcall)) 35 #define STDCALL __stdcall 38 #define STDCALL 41 typedef int32_t STDCALL ConvertDToIFuncType(double input); 47 int STDCALL ConvertDToICVersion(double d);
|
/external/elfutils/lib/ |
eu-config.h | 63 # define internal_function __attribute__ ((regparm (3), stdcall)) 140 # define CALLING_CONVENTION regparm (3), stdcall 141 # define AND_CALLING_CONVENTION , regparm (3), stdcall
|
/external/clang/test/SemaTemplate/ |
instantiate-function-params.cpp | 87 typedef int stdfunctype(int, int) __attribute__((stdcall)); 88 __attribute__((stdcall)) functype stdfunc1;
|
/external/clang/test/CodeGenCXX/ |
ctor-dtor-alias.cpp | 161 __attribute__((stdcall)) ~foo() {
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/parallel/ |
compatibility.h | 49 __attribute((dllimport)) void __attribute__((stdcall)) Sleep (unsigned long);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/parallel/ |
compatibility.h | 49 __attribute((dllimport)) void __attribute__((stdcall)) Sleep (unsigned long);
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/ |
compatibility.h | 49 __attribute((dllimport)) void __attribute__((stdcall)) Sleep (unsigned long);
|