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

1 2 3

  /ndk/tests/build/cpp-extensions/jni/
foo5.C 3 extern int foo4(int);
6 return foo4(x) + 5;
foo4.cpp 5 int foo4(int x) { function in namespace:cpp
Android.mk 13 foo4.cpp \
  /toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/
group-4.s 1 .section .text.foo4,"axG",%progbits,foo4,comdat
2 foo4: label
4 .section .data.foo4,"awG",%progbits,foo4,comdat
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-crx/
reloc-rel4.s 5 .global foo4
7 beq0b r10 , foo4
8 foo4: label
  /external/llvm/test/MC/ELF/
alias.s 14 // Test that bar4 and bar 5 are also functions and have the same value as foo4.
16 .type foo4,@function
17 foo4: label
18 bar4 = foo4
23 // Test that bar6 is a function that doesn't have the same value as foo4.
101 // CHECK-NEXT: Name: foo4
tls.s 8 .long foo4@GOTTPOFF
53 // CHECK-NEXT: Name: foo4
  /external/clang/test/Driver/
at_file.c 24 foo4
  /external/clang/test/Parser/
asm.cpp 6 int foo4 asm (u"bar4"); // expected-error {{cannot use unicode string literal in 'asm'}}
  /external/clang/test/Sema/
ms_abi-sysv_abi.c 10 void __attribute__((ms_abi)) foo4(); // expected-note{{previous declaration is here}}
11 void __attribute__((sysv_abi)) foo4(void); // expected-error{{function declared 'cdecl' here was previously declared 'ms_abi'}}
crash-invalid-array.c 22 void foo4(int a[2][*][*]) {(void)a[0][1][1]; } // expected-error {{variable length array must be bound in function definition}} function
deref.c 26 const void *foo4 (void) function
stdcall-fastcall-x64.c 9 void __attribute__((stdcall)) foo4(); // expected-warning{{calling convention 'stdcall' ignored for this target}}
10 void __attribute__((fastcall)) foo4(void); // expected-warning {{calling convention 'fastcall' ignored for this target}}
stdcall-fastcall.c 9 void __attribute__((stdcall)) foo4(); // expected-note{{previous declaration is here}} expected-warning{{function with no prototype cannot use the stdcall calling convention}}
10 void __attribute__((fastcall)) foo4(void); // expected-error{{function declared 'fastcall' here was previously declared 'stdcall'}}
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-x86-64/
bnd-branch-1.s 7 call foo4@plt
9 jmp foo4@plt
tlspie1.s 15 leaq foo4@TLSLD(%rip), %rdi
17 addl foo4@DTPOFF(%rax), %ebx
47 .globl foo4
49 .type foo4, @object
50 .size foo4, 4
51 foo4: label
  /external/clang/test/CodeGen/
switch.c 49 static int foo4(int i) { function
71 return foo4(111) + foo4(99) + foo4(222) + foo4(601);
mips64-padding-arg.c 25 // N64: tail call void @foo4(i32 signext 1, i32 signext 2, i32 signext %a0, i64 undef, fp128 %a1)
26 // N64: declare void @foo4(i32 signext, i32 signext, i32 signext, i64, fp128)
28 extern void foo4(int, int, int, long double);
31 foo4(1, 2, a0, a1);
  /art/test/408-move-bug/src/
Main.java 30 Main foo4 = create(); local
40 foo4.field = b;
50 Main foo4 = create(); local
54 foo4.field = b;
  /external/clang/test/SemaCXX/
attr-notail.cpp 15 [[clang::not_tail_called]] int foo4();
  /external/autotest/client/deps/fakegudev/src/
test-fakesyscalls.sh 15 FILE_REDIRECTIONS_PRELOAD=${FILE_REDIRECTIONS_PRELOAD}:/tmp/foo4=.
19 rm -f /tmp/foo1 /tmp/foo2 /tmp/foo3 /tmp/foo4 /tmp/foo5 /tmp/foo6 /tmp/foo99
39 echo LD_PRELOAD=${FAKE_SYSCALLS_LIB} ${TEST_EXE} /tmp/foo4 /tmp/foo4
40 LD_PRELOAD=${FAKE_SYSCALLS_LIB} ${TEST_EXE} /tmp/foo4 /tmp/foo4
  /external/clang/test/CodeGenCXX/
regparm.cpp 34 __attribute((regparm(2))) void foo4(S3 a, int b);
37 foo4(a, b);
ms-integer-static-data-members.cpp 25 const int *foo4() { function
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-powerpc/
aix-ref-1.s 24 .ref foo4 , foo6
32 .globl foo4
33 .csect foo4[pr]
34 foo4: label
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-i386/
tlspie1.s 22 leal foo4@TLSGD(,%ebx,1), %eax
53 .globl foo4
55 .type foo4, @object
56 .size foo4, 4
57 foo4: label

Completed in 283 milliseconds

1 2 3