/external/clang/test/Sema/ |
warn-unused-function.c | 42 static void f11(void); 43 static void f11(void) { } // expected-warning{{unused}} function
|
attr-args.c | 14 inline __attribute__((weak(a))) void *f11(); // expected-error {{'weak' attribute takes no arguments}}
|
pragma-unused.c | 52 int f11(int x) { function
|
c89.c | 54 void f11 (z) /* expected-error {{may not have 'void' type}} */ function
|
/dalvik/dx/tests/079-dex-local-variable-renumbering/ |
Blort.java | 31 float f11 = 0.0f; local
|
/external/libffi/testsuite/libffi.call/ |
many.c | 22 float f11, 30 (double) f11, (double) f12, (double) f13); 33 return ((f1/f2+f3/f4+f5/f6+f7/f8+f9/f10+f11/f12) * f13);
|
many_win32.c | 22 float f11, 26 return ((f1/f2+f3/f4+f5/f6+f7/f8+f9/f10+f11/f12) * f13);
|
/external/clang/test/CXX/except/except.spec/ |
p5-virtual.cpp | 40 virtual void f11() throw(); 76 virtual void f11() noexcept;
|
/external/clang/test/CodeGen/ |
switch.c | 156 // CHECK: define i32 @f11( 159 int f11(int x) { function
|
function-attributes.c | 50 int f11(void) { function
|
x86_64-arguments-nacl.c | 53 // CHECK: define double @f11() 54 union { long double a; float b; } f11() { while (1) {} } function
|
regparm-struct.c | 99 __attribute__((regparm(3))) void f11(struct s7 a, int b); 100 // CHECK: declare void @f11(i32 inreg, i32 inreg, i32 inreg, i32) 103 f11(x, 44);
|
/bionic/libc/kernel/arch-mips/asm/ |
fpregdef.h | 42 #define ft3f $f11 89 #define ft7 $f11
|
/development/ndk/platforms/android-9/arch-mips/include/asm/ |
fpregdef.h | 42 #define ft3f $f11 89 #define ft7 $f11
|
/external/kernel-headers/original/asm-mips/ |
fpregdef.h | 38 #define ft3f $f11 79 #define ft7 $f11
|
/prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/ |
fpregdef.h | 42 #define ft3f $f11 89 #define ft7 $f11
|
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/ |
fpregdef.h | 42 #define ft3f $f11 89 #define ft7 $f11
|
/prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/ |
fpregdef.h | 42 #define ft3f $f11 89 #define ft7 $f11
|
/prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/ |
fpregdef.h | 42 #define ft3f $f11 89 #define ft7 $f11
|
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/ |
fpregdef.h | 42 #define ft3f $f11 89 #define ft7 $f11
|
/external/llvm/test/MC/SystemZ/ |
regs-good.s | 62 #CHECK: ler %f10, %f11 # encoding: [0x38,0xab] 71 ler %f10,%f11 80 #CHECK: ldr %f10, %f11 # encoding: [0x28,0xab] 89 ldr %f10,%f11 130 #CHECK: .cfi_offset %f11, 216 164 .cfi_offset %f11,216
|
/external/clang/test/Analysis/ |
malloc-overflow.c | 77 void * f11(int n) function
|
/external/clang/test/SemaCXX/ |
function-extern-c.cpp | 37 extern "C" long long f11( void );
|
/external/libffi/src/ia64/ |
unix.S | 68 ldf.fill f11 = [r16], 32 211 (p8) stfs [r16] = f11, 8 235 (p8) stfd [r16] = f11, 16 259 (p8) stfe [r16] = f11, 32 313 stf.spill [r17] = f11, 32 440 (p8) ldfs f11 = [r17], 8 468 (p8) ldfd f11 = [r17], 16 496 (p8) ldfe f11 = [r17], 32
|
/external/valgrind/main/coregrind/m_dispatch/ |
dispatch-s390x-linux.S | 99 std %f11,160+24(SP) 158 ld %f11,160+24(SP)
|