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

1 2

  /external/clang/test/CodeGen/
function-attributes.c 53 // CHECK: define void @f13() nounwind readnone
54 void f13(void) __attribute__((pure)) __attribute__((const));
55 void f13(void){} function
switch.c 184 // CHECK: define i32 @f13(
187 int f13(unsigned x) { function
arm-arguments.c 74 // APCS-GNU: define void @f13(
78 // AAPCS-FIXME: darm_aapcscc efine float @f13()
80 struct s13 f13(void) {} function
exprs.c 143 double f13(double X) {
144 // CHECK: define double @f13
struct.c 142 void f13() { function
x86_64-arguments.c 72 // CHECK: define void @f13(%struct.s13_0* noalias sret %agg.result, i32 %a, i32 %b, i32 %c, i32 %d, {{.*}}* byval align 8 %e, i32 %f)
76 struct s13_0 f13(int a, int b, int c, int d, function
x86_32-arguments-darwin.c 75 // CHECK: i64 @f13()
84 T13 f13(void) { while (1) {} } function
  /dalvik/dx/tests/079-dex-local-variable-renumbering/
Blort.java 33 float f13 = 0.0f; local
  /external/libffi/testsuite/libffi.call/
many.c 24 float f13)
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 24 float f13)
26 return ((f1/f2+f3/f4+f5/f6+f7/f8+f9/f10+f11/f12) * f13);
  /external/clang/test/Sema/
warn-unused-function.c 53 void f13(void) { function
  /external/clang/test/CXX/except/except.spec/
p5-virtual.cpp 42 virtual void f13() noexcept(false);
78 virtual void f13() throw(int);
  /external/clang/test/Analysis/
malloc-overflow.c 101 void * f13(struct s13 *s) function
array-struct.c 119 void f13(double timeout) { function
null-deref-ps.c 278 void f13() { function
dead-stores.c 125 int f13(void) function
  /external/libffi/src/ia64/
unix.S 71 ldf.fill f13 = [r16], 32
216 (p10) stfs [r16] = f13, 8
240 (p10) stfd [r16] = f13, 16
264 (p10) stfe [r16] = f13, 32
316 stf.spill [r17] = f13, 32
445 (p10) ldfs f13 = [r17], 8
473 (p10) ldfd f13 = [r17], 16
501 (p10) ldfe f13 = [r17], 32
  /external/openssl/crypto/
alphacpuid.pl 46 fclr $f13
  /external/libffi/src/powerpc/
aix.S 72 .set f13,13
173 lfd f13,-16-(1*8)(r28)
aix_closure.S 72 .set f13,13
142 stfd f13, 152(r1)
darwin.S 126 lfd f13,-16-(1*8)(r28)
darwin_closure.S 90 stfd f13,152(r1)
  /external/llvm/test/MC/ELF/
cfi.s 77 f13: label
  /external/oprofile/module/ia64/
oprofile_stubs.S 113 ldf.fill f11=[sp]; ldf.fill f12=[sp]; mov f13=f0
  /external/libffi/src/mips/
n32.S 126 l.s $f13, 1*FFI_SIZEOF_ARG(t9)
129 l.d $f13, 1*FFI_SIZEOF_ARG(t9)
339 5 - Called function f13
399 s.d $f13, F13_OFF2($sp)

Completed in 706 milliseconds

1 2