HomeSort by relevance Sort by last modified time
    Searched full:__fastcall (Results 1 - 25 of 105) sorted by null

1 2 3 4 5

  /external/clang/test/CodeGen/
mangle-windows.c 7 void __fastcall f2(void) {}
13 void __fastcall f4(char a) {}
16 void __fastcall f5(short a) {}
19 void __fastcall f6(int a) {}
22 void __fastcall f7(long a) {}
25 void __fastcall f8(long long a) {}
28 void __fastcall f9(long long a, char b, char c, short d) {}
microsoft-call-conv-x64.c 3 void __fastcall f1(void);
5 void __fastcall f4(void) {
17 void (__fastcall *pf1)(void) = f1;
19 void (__fastcall *pf4)(void) = f4;
microsoft-call-conv.c 5 void __fastcall f1(void);
8 void __fastcall f4(void) {
25 void (__fastcall *pf1)(void) = f1;
28 void (__fastcall *pf4)(void) = f4;
55 void __fastcall f9(int x, int y) {};
57 void __fastcall f10(int x, ...) {};
mangle-windows-rtd.c 9 void __fastcall f3(void) {}
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
rtcapi.h 71 char __fastcall _RTC_Check_2_to_1(short _Src);
72 char __fastcall _RTC_Check_4_to_1(int _Src);
73 char __fastcall _RTC_Check_8_to_1(__int64 _Src);
74 short __fastcall _RTC_Check_4_to_2(int _Src);
75 short __fastcall _RTC_Check_8_to_2(__int64 _Src);
76 int __fastcall _RTC_Check_8_to_4(__int64 _Src);
81 void __fastcall _RTC_CheckStackVars(void *_Esp,_RTC_framedesc *_Fd);
82 void __fastcall _RTC_CheckStackVars2(void *_Esp,_RTC_framedesc *_Fd,_RTC_ALLOCA_NODE *_AllocaList);
83 void __fastcall _RTC_AllocaHelper(_RTC_ALLOCA_NODE *_PAllocaBase,size_t _CbSize,_RTC_ALLOCA_NODE **_PAllocaInfoList);
mdbrole.hxx 22 #define ROLEAPI __fastcall
  /external/chromium_org/base/
bind_internal_win.h 16 // In the x64 architecture in Windows, __fastcall, __stdcall, etc, are all
45 // __fastcall Function: Arity 0.
47 class RunnableAdapter<R(__fastcall *)()> {
51 explicit RunnableAdapter(R(__fastcall *function)())
60 R (__fastcall *function_)();
81 // __fastcall Function: Arity 1.
83 class RunnableAdapter<R(__fastcall *)(A1)> {
87 explicit RunnableAdapter(R(__fastcall *function)(A1))
96 R (__fastcall *function_)(A1);
118 // __fastcall Function: Arity 2
    [all...]
bind_internal_win.h.pump 21 // In the x64 architecture in Windows, __fastcall, __stdcall, etc, are all
55 // __fastcall Function: Arity $(ARITY).
58 class RunnableAdapter<R(__fastcall *)($for ARG , [[A$(ARG)]])> {
62 explicit RunnableAdapter(R(__fastcall *function)($for ARG , [[A$(ARG)]]))
71 R (__fastcall *function_)($for ARG , [[A$(ARG)]]);
  /external/clang/test/CodeGenCXX/
mangle-windows.cpp 11 void __fastcall f2(void) {}
19 extern "C" void __fastcall f4(void) {}
microsoft-abi-cdecl-method-sret.cpp 37 // __fastcall has similar issues.
39 S __fastcall f(int x);
  /external/expat/lib/
internal.h 37 /* Using __fastcall seems to have an unexpected negative effect under
41 Likely reason: __fastcall on Windows is like stdcall, therefore
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/bind/
mem_fn.hpp 79 #define BOOST_MEM_FN_CC __fastcall
132 #define BOOST_MEM_FN_CC __fastcall
190 #define BOOST_MEM_FN_CC __fastcall
247 #define BOOST_MEM_FN_CC __fastcall
300 #define BOOST_MEM_FN_CC __fastcall
  /external/clang/test/SemaCXX/
decl-microsoft-call-conv.cpp 12 void __fastcall free_func_fastcall(); // expected-note 2 {{previous declaration is here}}
16 void __fastcall free_func_default(); // expected-error {{function declared 'fastcall' here was previously declared without calling convention}}
20 void __fastcall free_func_cdecl(); // expected-error {{function declared 'fastcall' here was previously declared 'cdecl'}}
24 void __fastcall free_func_stdcall(); // expected-error {{function declared 'fastcall' here was previously declared 'stdcall'}}
31 void __fastcall free_func_default(int);
148 void __cdecl __cdecl __stdcall __cdecl __fastcall multi_cc(int x);
calling-conv-compat.cpp 7 void __fastcall free_func_fastcall();
12 typedef void (__fastcall *fptr_fastcall)();
99 typedef void (__fastcall &fref_fastcall)();
340 void __fastcall method_fastcall();
346 void (__fastcall A::*mp4)() = &A::method_fastcall;
352 typedef void (__fastcall fun_fastcall)();
366 X<void __fastcall ()>::p tmpl4 = &A::method_fastcall;
380 void pass_fptr_fastcall(void (__fastcall *fp)()); // expected-note {{candidate function not viable}}
  /external/chromium_org/third_party/libxml/src/include/libxml/
xmlexports.h 71 #define XMLCALL __fastcall
  /external/clang/test/Parser/
MicrosoftExtensions.c 5 void (*__fastcall fastpfunc)(void);
  /external/libxml2/include/libxml/
xmlexports.h 71 #define XMLCALL __fastcall
  /external/zlib/src/contrib/pascal/
readme.txt 38 (__pascal for DOS and Windows16, __fastcall for Windows32).
zlibd32.mak 8 LOC = -DZEXPORT=__fastcall -DZEXPORTVA=__cdecl
  /external/chromium_org/third_party/lzma_sdk/
Types.h 115 #define MY_FAST_CALL __fastcall
  /external/chromium_org/third_party/ots/third_party/lzma_sdk/
Types.h 116 #define MY_FAST_CALL __fastcall
  /external/libpng/scripts/
makefile.intel 25 CALLING=r # __fastcall
  /external/lzma/C/
Types.h 115 #define MY_FAST_CALL __fastcall
  /external/zlib/src/contrib/delphi/
zlibd32.mak 8 LOC = -DZEXPORT=__fastcall -DZEXPORTVA=__cdecl
  /prebuilts/misc/common/swig/include/2.0.11/
windows.i 36 #define __fastcall

Completed in 1503 milliseconds

1 2 3 4 5