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

1 2

  /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) {}
mangle-windows-rtd.c 9 void __fastcall f3(void) {}
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, ...) {};
  /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);
mangle-ms.cpp 123 bool __fastcall beta(long long a, wchar_t b) throw(signed char, unsigned char) {
  /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_unittest.cc 796 int __fastcall FastCallFunc(int n) {
805 // - Can bind a __fastcall function.
  /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/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/lzma/C/
Types.h 115 #define MY_FAST_CALL __fastcall
  /external/chromium_org/third_party/cython/src/Cython/Utility/
ModuleSetupCode.c 15 #ifndef __fastcall
16 #define __fastcall macro
  /external/openssl/crypto/sha/
sha512.c 358 static SHA_LONG64 __fastcall __pull64be(const void *x)
369 static SHA_LONG64 __fastcall __pull64be(const void *x)
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3defs.h 148 #define ANTLR3_FASTCALL __fastcall
  /external/chromium_org/third_party/boringssl/src/crypto/sha/
sha512.c 394 static uint64_t __fastcall __pull64be(const void *x) {
  /external/chromium_org/third_party/bintrees/bintrees/
cwalker.c 21 #ifndef __fastcall
22 #define __fastcall macro
    [all...]
qavltree.c 21 #ifndef __fastcall
22 #define __fastcall macro
    [all...]
qbintree.c 21 #ifndef __fastcall
22 #define __fastcall macro
    [all...]
qrbtree.c 21 #ifndef __fastcall
22 #define __fastcall macro
    [all...]

Completed in 588 milliseconds

1 2