/external/clang/test/Rewriter/ |
H A D | missing-dllimport.c | 7 __declspec(dllimport) int __cdecl foo(void); 8 inline int __cdecl foo() { return 0; }
|
/external/clang/test/Sema/ |
H A D | MicrosoftCompatibility-x86.c | 4 int __cdecl f(void) { /* expected-error {{function declared 'cdecl' here was previously declared 'stdcall'}} */
|
H A D | MicrosoftCompatibility-x64.c | 8 int __cdecl f(void) {
|
/external/clang/test/CodeGenCXX/ |
H A D | microsoft-abi-default-cc.cpp | 13 void __cdecl foo(); 14 void __cdecl foo() {} 18 void __cdecl bar(); 32 static void __cdecl static_qux(); 42 void __cdecl static_baz() {}
|
H A D | microsoft-abi-cdecl-method-sret.cpp | 13 S __cdecl cdecl_sret(); 14 S __cdecl byval_and_sret(S a);
|
H A D | microsoft-abi-vmemptr-conflicts.cpp | 82 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 D | microsoft-abi-methods.cpp | 7 void __cdecl cdecl_method() {}
|
H A D | microsoft-abi-byval-thunks.cpp | 73 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 D | microsoft-abi-byval-sret.cpp | 12 A __cdecl bar(A o);
|
/external/lzma/CPP/Common/ |
H A D | NewHandler.h | 11 __cdecl
|
H A D | NewHandler.cpp | 16 __cdecl
29 __cdecl
50 void * __cdecl operator new(size_t size)
86 void __cdecl operator delete(void *p)
|
/external/clang/test/SemaCXX/ |
H A D | decl-microsoft-call-conv.cpp | 6 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 D | calling-conv-compat.cpp | 5 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 D | arm-windows-calling-convention-handling.c | 3 int __cdecl cdecl(int a, int b, int c, int d) { // expected-warning {{calling convention '__cdecl' ignored for this target}}
|
H A D | MicrosoftExtensions.c | 4 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 D | xmlexports.h | 73 #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 D | crypto.c | 70 #define OPENSSL_CDECL __cdecl 80 static void __cdecl do_library_init(void);
|
/external/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_init.h | 44 #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 D | testtype.h | 20 #define T_CTEST_EXPORT2 __cdecl
|
/external/compiler-rt/lib/asan/ |
H A D | asan_win_dynamic_runtime_thunk.cc | 61 extern "C" void __cdecl _initterm(void *a, void *b);
|
/external/clang/lib/Headers/ |
H A D | Intrin.h | 67 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 D | expat_external.h | 38 #define XMLCALL __cdecl
|
/external/llvm/test/DebugInfo/PDB/Inputs/ |
H A D | symbolformat.cpp | 6 int __cdecl _purecall(void) { return 0; }
|
/external/llvm/lib/ExecutionEngine/IntelJITEvents/ |
H A D | jitprofiling.h | 226 # define CDECL __cdecl
|
/external/v8/src/third_party/vtune/ |
H A D | jitprofiling.h | 265 # define CDECL __cdecl
|