Searched refs:__cdecl (Results 1 - 25 of 57) sorted by relevance

123

/external/clang/test/Rewriter/
H A Dmissing-dllimport.c7 __declspec(dllimport) int __cdecl foo(void);
8 inline int __cdecl foo() { return 0; }
/external/clang/test/Sema/
H A DMicrosoftCompatibility-x86.c4 int __cdecl f(void) { /* expected-error {{function declared 'cdecl' here was previously declared 'stdcall'}} */
H A DMicrosoftCompatibility-x64.c8 int __cdecl f(void) {
/external/clang/test/CodeGenCXX/
H A Dmicrosoft-abi-default-cc.cpp13 void __cdecl foo();
14 void __cdecl foo() {}
18 void __cdecl bar();
32 static void __cdecl static_qux();
42 void __cdecl static_baz() {}
H A Dmicrosoft-abi-cdecl-method-sret.cpp13 S __cdecl cdecl_sret();
14 S __cdecl byval_and_sret(S a);
H A 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);
H A Dmicrosoft-abi-methods.cpp7 void __cdecl cdecl_method() {}
H A 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); };
H A Dmicrosoft-abi-byval-sret.cpp12 A __cdecl bar(A o);
/external/lzma/CPP/Common/
H A DNewHandler.h11 __cdecl
H A DNewHandler.cpp16 __cdecl
29 __cdecl
50 void * __cdecl operator new(size_t size)
86 void __cdecl operator delete(void *p)
/external/clang/test/SemaCXX/
H A 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 previously declared 'stdcall'}}
27 void __cdecl free_func_fastcall(); // expected-error {{function declared 'cdecl' here was previously declared 'fastcall'}}
31 void __cdecl free_func_vectorcall(); // expected-error {{function declared 'cdecl' here was previously declared 'vectorcall'}}
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_cdecl
[all...]
H A 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
[all...]
/external/clang/test/Parser/
H A Darm-windows-calling-convention-handling.c3 int __cdecl cdecl(int a, int b, int c, int d) { // expected-warning {{calling convention '__cdecl' ignored for this target}}
H A DMicrosoftExtensions.c4 typedef int (__cdecl *tptr)(void);
7 __declspec(deprecated) __declspec(deprecated) char * __cdecl ltoa( long _Val, char * _DstBuf, int _Radix);
8 __declspec(safebuffers) __declspec(noalias) __declspec(restrict) void * __cdecl xxx(void *_Memory); /* expected-warning{{__declspec attribute 'safebuffers' is not supported}} expected-warning{{__declspec attribute 'noalias' is not supported}} */
94 typedef void(*ignored_quals_dummy5)(), __cdecl ignored_quals5; // expected-warning {{qualifiers after comma in declarator list are ignored}}
/external/libxml2/include/libxml/
H A 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/boringssl/src/crypto/
H A Dcrypto.c70 #define OPENSSL_CDECL __cdecl
80 static void __cdecl do_library_init(void);
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_init.h44 #define UTIL_INIT(f) static void __cdecl f##__init(void) {f();}; __declspec(allocate(".CRT$XCU")) void (__cdecl* f##__xcu)(void) = f##__init;
/external/icu/icu4c/source/tools/ctestfw/unicode/
H A Dtesttype.h20 #define T_CTEST_EXPORT2 __cdecl
/external/compiler-rt/lib/asan/
H A Dasan_win_dynamic_runtime_thunk.cc61 extern "C" void __cdecl _initterm(void *a, void *b);
/external/clang/lib/Headers/
H A 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);
180 void __cdecl _fxrstor(void const *);
181 void __cdecl _fxsave(void *);
193 long __cdecl _InterlockedCompareExchange(long volatile *_Destination,
215 long __cdecl _InterlockedDecremen
[all...]
/external/expat/lib/
H A Dexpat_external.h38 #define XMLCALL __cdecl
/external/llvm/test/DebugInfo/PDB/Inputs/
H A Dsymbolformat.cpp6 int __cdecl _purecall(void) { return 0; }
/external/llvm/lib/ExecutionEngine/IntelJITEvents/
H A Djitprofiling.h226 # define CDECL __cdecl
/external/v8/src/third_party/vtune/
H A Djitprofiling.h265 # define CDECL __cdecl

Completed in 583 milliseconds

123