HomeSort by relevance Sort by last modified time
    Searched refs:foo3 (Results 26 - 50 of 114) sorted by null

12 3 4 5

  /external/clang/test/Sema/
crash-invalid-array.c 21 void foo3(int a[2][*][2]) {(void)a[0][1][1]; } // expected-error {{variable length array must be bound in function definition}} function
deref.c 18 void foo3 (void) function
ms_abi-sysv_abi.c 9 void __attribute__((ms_abi, sysv_abi)) foo3(void); // expected-error{{cdecl and ms_abi attributes are not compatible}}
arm-interrupt-attr.c 8 __attribute__((interrupt("IRQ"))) void foo3() {} function
  /external/llvm/test/MC/ELF/
tls.s 7 leaq foo3@TLSLD(%rip), %rdi
44 // CHECK-NEXT: Name: foo3
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/
pr14156c.d 4 #source: foo3.s
13 [0-9a-f]+ t foo3
group5.d 16 COMDAT group section \[[ 0-9]+\] `.group' \[foo3\] contains 2 sections:
group7.d 22 COMDAT group section \[[ 0-9]+\] `.group' \[foo3\] contains 2 sections:
24 \[[ 0-9]+\] .text.foo3
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-powerpc/
aix-ref-1.s 26 .globl foo3
27 .csect foo3[pr]
28 foo3: label
43 .ref foo3
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-i386/
tlspie1.s 20 movl foo3@GOTNTPOFF(%ebx), %eax
47 .globl foo3
49 .type foo3, @object
50 .size foo3, 4
51 foo3: label
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-x86-64/
tlspie1.s 10 movq foo3@GOTTPOFF(%rip), %rax
41 .globl foo3
43 .type foo3, @object
44 .size foo3, 4
45 foo3: label
  /art/test/534-checker-bce-deoptimization/src/
Main.java 45 foo3(n, c, b); method
50 void foo3(int n, double c, double b[]) { method in class:Main
  /external/clang/test/CodeGen/
mangle.c 30 void foo3() __asm__("var");
33 foo3();
2008-03-05-syncPtr.c 15 int* foo3(int** a, int b) { function
18 // CHECK-LABEL: define i32* @foo3
mips64-class-return.cpp 38 void foo3(D2 a0) { function
whilestmt.c 41 int foo3() { function
mips64-padding-arg.c 24 // N64-LABEL: define void @foo3(i32 signext %a0, i64, fp128 %a1)
30 void foo3(int a0, long double a1) { function
  /external/jsr305/sampleUses/src/main/java/edu/umd/cs/findbugs/examples/
Test.java 17 public void foo3(String foo) { method in class:Test
21 foo3(foo);
TestDefaults.java 16 public void foo3(@SlashedClassName(when=When.UNKNOWN) String c) { method in class:TestDefaults
  /external/libunwind/tests/
Gtest-nomalloc.c 82 foo3 (void) function
90 foo3 ();
  /ndk/tests/build/cpp-extensions/jni/
Android.mk 12 foo3.cxx \
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
pic.s 13 .word foo3(SBREL)
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mach-o/
macro-test2.d 9 0+08[ ]+[a-zA-Z0-9_]+[ ]+foo3
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/macros/
test2.d 12 0+08[ ]+[a-zA-Z0-9_]+[ ]+foo3
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/sh/sh64/
datal-2.s 39 .global foo3
40 foo3: label
43 .long datalabel foo3+20

Completed in 725 milliseconds

12 3 4 5