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

1 2

  /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/clang/test/CodeGen/
2008-03-05-syncPtr.c 22 int* foo4(int** a, int b) { function
25 // CHECK-LABEL: define i32* @foo4
whilestmt.c 53 int foo4() { function
mips64-class-return.cpp 43 void foo4(D0 a0) { function
switch.c 49 static int foo4(int i) { function
71 return foo4(111) + foo4(99) + foo4(222) + foo4(601);
  /external/swiftshader/third_party/LLVM/test/MC/ELF/
alias.s 14 .type foo4,@function
15 foo4: label
16 bar4 = foo4
56 // CHECK-NEXT: (('st_name', 0x00000018) # 'foo4'
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
unwind.s 39 foo4: @ Thumb frame pointer 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
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-x86-64/
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/Sema/
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
arm-interrupt-attr.c 9 __attribute__((interrupt("FIQ"))) void foo4() {} function
attr-x86-interrupt.c 16 __attribute__((interrupt)) void foo4(int a) {} // expected-error-re {{{{(x86|x86-64)}} 'interrupt' attribute only applies to functions that have a pointer as the first parameter}} function
  /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
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue4215.go 24 func foo4(name string) (string, int) { func
  /prebuilts/go/linux-x86/test/fixedbugs/
issue4215.go 24 func foo4(name string) (string, int) { func
  /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
  /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;
  /art/test/640-checker-integer-valueof/src/
Main.java 43 /// CHECK-START: java.lang.Integer Main.foo4() disassembly (after)
47 public static Integer foo4() { method in class:Main
56 assertEqual("55555", foo4());
  /external/clang/test/CodeGenCXX/
ms-integer-static-data-members.cpp 25 const int *foo4() { function
  /external/jsr305/sampleUses/src/main/java/edu/umd/cs/findbugs/examples/
Test.java 20 public void foo4(@DottedClassName String foo) { method in class:Test
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/sh/sh64/
datal-1.s 16 .long datalabel foo4
35 foo4: label
datal-2.s 24 .long datalabel foo4
42 foo4: label
datal-3.s 13 .long datalabel foo4
33 foo4: label

Completed in 379 milliseconds

1 2