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

/external/clang/test/CodeGen/
H A Dmicrosoft-call-conv-x64.c3 void __fastcall f1(void);
5 void __fastcall f4(void) {
17 void (__fastcall *pf1)(void) = f1;
19 void (__fastcall *pf4)(void) = f4;
H A Dmicrosoft-call-conv.c3 void __fastcall f1(void);
6 void __fastcall f4(void) {
23 void (__fastcall *pf1)(void) = f1;
26 void (__fastcall *pf4)(void) = f4;
/external/clang/test/SemaCXX/
H A Ddecl-microsoft-call-conv.cpp7 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);
/external/chromium_org/base/
H A Dbind_internal_win.h16 // 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 Functio
[all...]
H A Dbind_unittest.cc800 int __fastcall FastCallFunc(int n) {
809 // - Can bind a __fastcall function.
/external/chromium/base/
H A Dbind_internal_win.h31 // __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 *)(X
[all...]
H A Dbind_unittest.cc633 int __fastcall FastCallFunc(int n) {
642 // - Can bind a __fastcall function.
/external/chromium_org/third_party/libxml/src/include/libxml/
H A Dxmlexports.h71 #define XMLCALL __fastcall
/external/clang/test/CodeGenCXX/
H A Dmangle-ms.cpp118 bool __fastcall beta(long long a, wchar_t b) throw(signed char, unsigned char) {
/external/libxml2/include/libxml/
H A Dxmlexports.h71 #define XMLCALL __fastcall
/external/clang/test/Parser/
H A DMicrosoftExtensions.c5 void (*__fastcall fastpfunc)();
/external/chromium_org/third_party/lzma_sdk/
H A DTypes.h115 #define MY_FAST_CALL __fastcall
/external/chromium_org/third_party/ots/third_party/lzma_sdk/
H A DTypes.h116 #define MY_FAST_CALL __fastcall
/external/lzma/C/
H A DTypes.h115 #define MY_FAST_CALL __fastcall
/external/zlib/src/contrib/delphi/
H A Dzlibd32.mak8 LOC = -DZEXPORT=__fastcall -DZEXPORTVA=__cdecl
/external/zlib/src/contrib/pascal/
H A Dzlibd32.mak8 LOC = -DZEXPORT=__fastcall -DZEXPORTVA=__cdecl
/external/chromium_org/third_party/openssl/openssl/crypto/sha/
H A Dsha512.c351 static SHA_LONG64 __fastcall __pull64be(const void *x)
362 static SHA_LONG64 __fastcall __pull64be(const void *x)
/external/openssl/crypto/sha/
H A Dsha512.c351 static SHA_LONG64 __fastcall __pull64be(const void *x)
362 static SHA_LONG64 __fastcall __pull64be(const void *x)
/external/antlr/antlr-3.4/runtime/C/include/
H A Dantlr3defs.h148 #define ANTLR3_FASTCALL __fastcall
/external/chromium_org/third_party/bintrees/bintrees/
H A Dcwalker.c21 #ifndef __fastcall
22 #define __fastcall macro
H A Dqavltree.c21 #ifndef __fastcall
22 #define __fastcall macro
H A Dqbintree.c21 #ifndef __fastcall
22 #define __fastcall macro
H A Dqrbtree.c21 #ifndef __fastcall
22 #define __fastcall macro
/external/chromium/crypto/third_party/nss/
H A Dsha512.cc114 #define FASTCALL __fastcall
/external/chromium_org/crypto/third_party/nss/
H A Dsha512.cc114 #define FASTCALL __fastcall

Completed in 479 milliseconds