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

1234

/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.h40 __cdecl
46 __cdecl
56 __cdecl
62 __cdecl
H A DNewHandler.cpp42 __cdecl
55 __cdecl
66 __cdecl
79 __cdecl
100 void * __cdecl operator new(size_t size)
132 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/compiler-rt/lib/asan/
H A Dasan_win_dynamic_runtime_thunk.cc62 extern "C" int __cdecl atexit(void (__cdecl *f)(void));
63 extern "C" void __cdecl _initterm(void *a, void *b);
/external/clang/test/Parser/
H A Darm-windows-calling-convention-handling.c3 int __cdecl cdecl(int a, int b, int c, int d) { // expected-no-diagnostics
H A Dx64-windows-calling-convention-handling.c3 int __cdecl cdecl(int a, int b, int c, int d) { // expected-no-diagnostics
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}} */
97 typedef void(*ignored_quals_dummy5)(), __cdecl ignored_quals5; // expected-warning {{qualifiers after comma in declarator list are ignored}}
/external/llvm/test/tools/llvm-symbolizer/pdb/Inputs/
H A Dtest.cpp21 void __cdecl foo_cdecl() {}
/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/curl/lib/
H A Dstrtoofft.h49 _Check_return_ _CRTIMP __int64 __cdecl _strtoi64(
53 _CRTIMP __int64 __cdecl _strtoi64(const char *_String,
/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/libchrome/sandbox/win/sandbox_poc/pocdll/
H A Dexports.h11 #define POCDLL_API __declspec(dllexport) __cdecl
13 #define POCDLL_API __declspec(dllimport) __cdecl
/external/boringssl/src/crypto/
H A Dcrypto.c92 #define OPENSSL_CDECL __cdecl
101 static void __cdecl do_library_init(void);
/external/clang/test/CodeGen/
H A Dinline.c66 __attribute__((noreturn)) void __cdecl _exit(int _Code);
67 __inline void __cdecl _Exit(int status) { _exit(status); }

Completed in 466 milliseconds

1234