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

1 2 3 4

  /external/clang/test/CodeGen/
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 3 void __fastcall f1(void);
6 void __fastcall f4(void) {
23 void (__fastcall *pf1)(void) = f1;
26 void (__fastcall *pf4)(void) = f4;
  /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/chromium/base/
bind_internal_win.h 31 // __fastcall Function: Arity 0.
33 struct FunctionTraits<R(__fastcall *)()> {
47 // __fastcall Function: Arity 1.
49 struct FunctionTraits<R(__fastcall *)(X1)> {
66 // __fastcall Function: Arity 2.
68 struct FunctionTraits<R(__fastcall *)(X1, X2)> {
87 // __fastcall Function: Arity 3.
89 struct FunctionTraits<R(__fastcall *)(X1, X2, X3)> {
110 // __fastcall Function: Arity 4.
112 struct FunctionTraits<R(__fastcall *)(X1, X2, X3, X4)>
    [all...]
bind_internal_win.h.pump 49 // __fastcall Function: Arity $(ARITY).
52 struct FunctionTraits<R(__fastcall *)($for ARG , [[X$(ARG)]])> {
bind_internal.h.pump 60 // __fastcall, etc.). FunctionTraits<> handles categorizing each of these into
bind_unittest.cc 633 int __fastcall FastCallFunc(int n) {
642 // - Can bind a __fastcall function.
  /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
  /external/clang/test/SemaCXX/
decl-microsoft-call-conv.cpp 7 void __fastcall free_func_fastcall(); // expected-note 2 {{previous declaration is here}}
11 void __fastcall free_func_default(); // expected-error {{function declared 'fastcall' here was previously declared without calling convention}}
15 void __fastcall free_func_cdecl(); // expected-error {{function declared 'fastcall' here was previously declared 'cdecl'}}
19 void __fastcall free_func_stdcall(); // expected-error {{function declared 'fastcall' here was previously declared 'stdcall'}}
26 void __fastcall free_func_default(int);
  /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/chromium_org/third_party/libxml/src/include/libxml/
xmlexports.h 71 #define XMLCALL __fastcall
  /external/clang/test/Parser/
MicrosoftExtensions.c 5 void (*__fastcall fastpfunc)();
  /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
  /external/clang/test/CodeGenCXX/
mangle-ms.cpp 118 bool __fastcall beta(long long a, wchar_t b) throw(signed char, unsigned char) {
  /external/chromium_org/third_party/freetype2/include/
ftconfig.h 450 /* the infamous `_cdecl' or `__fastcall' declarations. */
  /external/chromium_org/third_party/openssl/openssl/crypto/
x86cpuid.pl 279 # (*) it's designed to work even for __fastcall if number of
  /external/openssl/crypto/
x86cpuid.pl 279 # (*) it's designed to work even for __fastcall if number of

Completed in 394 milliseconds

1 2 3 4