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

1 2 3 4 5 6

  /external/clang/test/Sema/
stdcall-fastcall-x64.c 5 int __attribute__((fastcall)) var2; // expected-warning{{'fastcall' only applies to function types; type here is 'int'}}
8 void __attribute__((stdcall, fastcall)) foo3(void); // expected-warning{{calling convention 'stdcall' ignored for this target}} expected-warning {{calling convention 'fastcall' ignored for this target}}
10 void __attribute__((fastcall)) foo4(void); // expected-warning {{calling convention 'fastcall' ignored for this target}}
13 void rdar8876096foo1(int i, int j) __attribute__((fastcall, cdecl)); // expected-warning{{calling convention 'fastcall' ignored for this target}}
14 void rdar8876096foo2(int i, int j) __attribute__((fastcall, stdcall)); // expected-warning{{calling convention 'stdcall' ignored for this target}} expected-warning {{calling convention 'fastcall' ignored for this target}
    [all...]
stdcall-fastcall.c 5 int __attribute__((fastcall)) var2; // expected-warning{{'fastcall' only applies to function types; type here is 'int'}}
8 void __attribute__((stdcall, fastcall)) foo3(void); // expected-error{{fastcall and stdcall attributes are not compatible}}
10 void __attribute__((fastcall)) foo4(void); // expected-error{{function declared 'fastcall' here was previously declared 'stdcall'}}
13 void rdar8876096foo1(int i, int j) __attribute__((fastcall, cdecl)); // expected-error {{not compatible}}
14 void rdar8876096foo2(int i, int j) __attribute__((fastcall, stdcall)); // expected-error {{not compatible}}
15 void rdar8876096foo3(int i, int j) __attribute__((fastcall, regparm(2))); // expected-error {{not compatible}}
17 void rdar8876096foo5(int i, int j) __attribute__((stdcall, fastcall)); // expected-error {{not compatible}
    [all...]
callingconv.c 3 void __attribute__((fastcall)) foo(float *a) {
9 void __attribute__((fastcall(1))) baz(float *a) { // expected-error {{attribute takes no arguments}}
12 void __attribute__((fastcall)) test0() { // expected-error {{function with no prototype cannot use fastcall calling convention}}
15 void __attribute__((fastcall)) test1(void) {
18 void __attribute__((fastcall)) test2(int a, ...) { // expected-error {{variadic function cannot use fastcall calling convention}}
25 void (__attribute__((fastcall)) *pfoo)(float*) = foo;
36 typedef void (__attribute__((fastcall)) *Handler) (float *);
  /external/kernel-headers/original/asm-x86/
hw_irq_32.h 32 fastcall void reschedule_interrupt(void);
33 fastcall void invalidate_interrupt(void);
34 fastcall void call_function_interrupt(void);
38 fastcall void apic_timer_interrupt(void);
39 fastcall void error_interrupt(void);
40 fastcall void spurious_interrupt(void);
41 fastcall void thermal_interrupt(void);
50 void FASTCALL(send_IPI_self(int vector));
linkage_32.h 5 #define FASTCALL(x) x __attribute__((regparm(3)))
6 #define fastcall __attribute__((regparm(3))) macro
semaphore_32.h 86 fastcall void __down_failed(void /* special register calling convention */);
87 fastcall int __down_failed_interruptible(void /* params in registers */);
88 fastcall int __down_failed_trylock(void /* params in registers */);
89 fastcall void __up_wakeup(void /* special register calling convention */);
apic_32.h 51 static __inline fastcall void native_apic_write(unsigned long reg,
57 static __inline fastcall void native_apic_write_atomic(unsigned long reg,
63 static __inline fastcall unsigned long native_apic_read(unsigned long reg)
  /external/clang/test/CodeGen/
stdcall-fastcall.c 3 void __attribute__((fastcall)) f1(void);
6 void __attribute__((fastcall)) f4(void) {
23 void (__attribute__((fastcall)) *pf1)(void) = f1;
26 void (__attribute__((fastcall)) *pf4)(void) = f4;
52 void __attribute__((fastcall)) foo1(int y);
62 void __attribute__((fastcall)) foo2(struct S1 y);
69 void __attribute__((fastcall)) foo3(int *y);
77 void __attribute__((fastcall)) foo4(enum Enum y);
89 void __attribute__((fastcall)) foo5(struct S2 y);
96 void __attribute__((fastcall)) foo6(long long y)
    [all...]
  /external/clang/test/CodeGenCXX/
fastcall.cpp 3 void __attribute__((fastcall)) foo1(int &y);
15 void __attribute__((fastcall)) foo2(S1 a, int b);
  /bionic/libc/kernel/arch-x86/asm/
linkage_32.h 22 #define FASTCALL(x) x __attribute__((regparm(3)))
24 #define fastcall __attribute__((regparm(3))) macro
  /development/ndk/platforms/android-9/arch-x86/include/asm/
linkage_32.h 22 #define FASTCALL(x) x __attribute__((regparm(3)))
24 #define fastcall __attribute__((regparm(3))) macro
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm/
linkage_32.h 16 #define FASTCALL(x) x __attribute__((regparm(3)))
17 #define fastcall __attribute__((regparm(3))) macro
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm/
linkage_32.h 16 #define FASTCALL(x) x __attribute__((regparm(3)))
17 #define fastcall __attribute__((regparm(3))) macro
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/asm/
linkage_32.h 16 #define FASTCALL(x) x __attribute__((regparm(3)))
17 #define fastcall __attribute__((regparm(3))) macro
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/asm/
linkage_32.h 16 #define FASTCALL(x) x __attribute__((regparm(3)))
17 #define fastcall __attribute__((regparm(3))) macro
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/asm/
linkage_32.h 16 #define FASTCALL(x) x __attribute__((regparm(3)))
17 #define fastcall __attribute__((regparm(3))) macro
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/asm/
linkage_32.h 22 #define FASTCALL(x) x __attribute__((regparm(3)))
24 #define fastcall __attribute__((regparm(3))) macro
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/asm/
linkage_32.h 22 #define FASTCALL(x) x __attribute__((regparm(3)))
24 #define fastcall __attribute__((regparm(3))) macro
  /external/kernel-headers/original/linux/
mutex.h 114 static inline int fastcall mutex_is_locked(struct mutex *lock)
123 extern void fastcall mutex_lock(struct mutex *lock);
124 extern int fastcall mutex_lock_interruptible(struct mutex *lock);
136 extern int fastcall mutex_trylock(struct mutex *lock);
137 extern void fastcall mutex_unlock(struct mutex *lock);
preempt.h 13 extern void fastcall add_preempt_count(int val);
14 extern void fastcall sub_preempt_count(int val);
irq.h 142 void fastcall (*handle_irq)(unsigned int irq,
295 extern void fastcall
297 extern void fastcall
300 extern void fastcall
302 extern void fastcall
305 extern void fastcall
308 extern void fastcall
316 handle_irq_name(void fastcall (*handle)(unsigned int, struct irq_desc *,
321 * (is an explicit fastcall, because i386 4KSTACKS calls it from assembly)
323 extern fastcall unsigned int __do_IRQ(unsigned int irq, struct pt_regs *regs)
    [all...]
  /external/kernel-headers/original/asm-generic/
mutex-xchg.h 26 __mutex_fastpath_lock(atomic_t *count, fastcall void (*fail_fn)(atomic_t *))
45 __mutex_fastpath_lock_retval(atomic_t *count, fastcall int (*fail_fn)(atomic_t *))
68 __mutex_fastpath_unlock(atomic_t *count, fastcall void (*fail_fn)(atomic_t *))
  /bionic/libc/bionic/
ptrace.c 61 #define ATTRIBUTES __attribute__((noinline)) __attribute__((fastcall))
  /external/clang/test/Parser/
cxx11-stmt-attributes.cpp 48 [[fastcall]] goto there; // expected-warning {{unknown attribute 'fastcall' ignored}}
  /bionic/libc/kernel/common/linux/
linkage.h 62 #ifndef FASTCALL
64 #define FASTCALL(x) x
65 #define fastcall macro

Completed in 471 milliseconds

1 2 3 4 5 6