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

1 2

  /external/clang/test/CodeGen/
2008-03-05-syncPtr.c 29 int* foo5(int** a, int* b) { function
32 // CHECK-LABEL: define i32* @foo5
mips64-padding-arg.c 36 // N64-LABEL: define void @foo5(%struct.S0* noalias sret %agg.result, i64, fp128 %a0)
42 S0 foo5(long double a0) { function
switch.c 74 // CHECK-LABEL: define void @foo5()
77 void foo5(){ function
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
unwind.s 49 foo5: @ Save r0-r3 only. label
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-i386/
tlspie1.s 25 leal foo5@TLSGD(,%ebx,1), %eax
59 .globl foo5
61 .type foo5, @object
62 .size foo5, 4
63 foo5: label
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-x86-64/
tlspie1.s 19 leaq foo5@TLSGD(%rip), %rdi
53 .globl foo5
55 .type foo5, @object
56 .size foo5, 4
57 foo5: label
  /external/clang/test/Sema/
deref.c 32 void *foo5 (void) function
arm-interrupt-attr.c 10 __attribute__((interrupt("SWI"))) void foo5() {} function
attr-x86-interrupt.c 24 __attribute__((interrupt)) void foo5(void *a, float b) {} function
mips-interrupt-attr.c 12 __attribute__((interrupt("vector=hw0"))) void foo5() {} function
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue4215.go 41 func foo5() (S, T, U) { func
  /prebuilts/go/linux-x86/test/fixedbugs/
issue4215.go 41 func foo5() (S, T, U) { func
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-powerpc/
aix-ref-1.s 38 .globl foo5
39 .csect foo5[pr]
40 foo5: label
  /external/jsr305/sampleUses/src/main/java/edu/umd/cs/findbugs/examples/
Test.java 24 public void foo5(@SlashedClassName(when=When.MAYBE) String foo) { method in class:Test
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/sh/sh64/
datal-1.s 18 .long DATALABEL foo5 + 56
37 foo5: label
datal-2.s 26 .long DataLabel foo5 + 56
44 foo5: label
datal-3.s 15 .long DATALABEL foo5 + 56
35 foo5: label
  /external/clang/test/SemaCXX/
attr-x86-interrupt.cpp 26 __attribute__((interrupt)) void foo5(void *a, float b) {} function
dcl_ambig_res.cpp 44 void foo5() function
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/pj/
ops.s 17 .globl foo5
18 foo5: label
  /external/clang/test/Index/
index-refs.cpp 68 void foo5() { function
  /external/clang/test/Parser/
cxx-template-argument.cpp 81 template<class T1, typename T2> struct foo5 : struct in namespace:pr16225add
  /prebuilts/go/darwin-x86/test/fixedbugs/issue5755.dir/
a.go 15 type foo5 string type
25 func (f foo5) F() { return }
35 func Test5(s []byte) I { return foo5(s) }
  /prebuilts/go/linux-x86/test/fixedbugs/issue5755.dir/
a.go 15 type foo5 string type
25 func (f foo5) F() { return }
35 func Test5(s []byte) I { return foo5(s) }
  /external/clang/test/CodeGenCXX/
aarch64-aapcs-zerolength-bitfield.cpp 224 short foo5: 1; member in struct:t21

Completed in 802 milliseconds

1 2