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

1 2

  /external/clang/test/Driver/
at_file.c 27 foo7
at_file_win.c 25 foo7
  /external/clang/test/CodeGen/
attr-x86-interrupt.c 13 __attribute__((interrupt)) void foo7(int *a, uword b) {} function
15 // X86_64_LINUX: @llvm.used = appending global [2 x i8*] [i8* bitcast (void (i32*, i64)* @foo7 to i8*), i8* bitcast (void (i32*)* @foo8 to i8*)], section "llvm.metadata"
16 // X86_64_LINUX: define x86_intrcc void @foo7(i32* %{{.+}}, i64 %{{.+}})
20 // X86_LINUX: @llvm.used = appending global [2 x i8*] [i8* bitcast (void (i32*, i32)* @foo7 to i8*), i8* bitcast (void (i32*)* @foo8 to i8*)], section "llvm.metadata"
21 // X86_LINUX: define x86_intrcc void @foo7(i32* %{{.+}}, i32 %{{.+}})
25 // X86_64_WIN: @llvm.used = appending global [2 x i8*] [i8* bitcast (void (i32*, i64)* @foo7 to i8*), i8* bitcast (void (i32*)* @foo8 to i8*)], section "llvm.metadata"
26 // X86_64_WIN: define x86_intrcc void @foo7(i32* %{{.+}}, i64 %{{.+}})
30 // X86_WIN: @llvm.used = appending global [2 x i8*] [i8* bitcast (void (i32*, i32)* @foo7 to i8*), i8* bitcast (void (i32*)* @foo8 to i8*)], section "llvm.metadata"
31 // X86_WIN: define x86_intrcc void @foo7(i32* %{{.+}}, i32 %{{.+}})
switch.c 94 // CHECK-LABEL: define void @foo7()
97 void foo7(){ function
99 foo7();
mips64-padding-arg.c 48 // O32-LABEL: define void @foo7(float %a0, double %a1)
53 void foo7(float a0, double a1) { function
mangle.c 51 int foo7 __asm__("foo7") __attribute__((used));
52 float foo8 __asm__("foo7") = 42;
stdcall-fastcall.c 103 void __attribute__((fastcall)) foo7(int a, struct S1 b, int c);
106 // CHECK: call x86_fastcallcc void @foo7(i32 inreg %{{.*}}, i32 %{{.*}}, i32 %{{.*}}
107 foo7(a, b, c);
  /external/clang/test/Sema/
attr-x86-interrupt.c 39 __attribute__((interrupt)) void foo7(int *a, unsigned b) {} function
44 void *ptr = (void *)&foo7;
51 foo7((int *)argv, argc);
arm-interrupt-attr.c 12 __attribute__((interrupt("UNDEF"))) void foo7() {} function
attr-sentinel.c 10 void foo7 (int x, ...) __attribute__ ((__sentinel__(0))); // expected-note {{function has been explicitly marked sentinel here}}
25 foo7(1); // expected-warning {{not enough variable arguments in 'foo7' declaration to fit a sentinel}}
26 foo7(1, NULL); // OK
mips-interrupt-attr.c 14 __attribute__((interrupt("vector=hw2"))) void foo7() {} function
block-return.c 111 void foo7()
  /external/clang/test/CodeGenCXX/
attr-x86-interrupt.cpp 13 __attribute__((interrupt)) void foo7(int *a, uword b) {} function
20 // X86_64_LINUX: @llvm.used = appending global [3 x i8*] [i8* bitcast (void (i32*, i64)* @{{.*}}foo7{{.*}} to i8*), i8* bitcast (void (i32*)* @{{.*}}foo8{{.*}} to i8*), i8* bitcast (void (i32*)* @{{.*}}foo9{{.*}} to i8*)], section "llvm.metadata"
21 // X86_64_LINUX: define x86_intrcc void @{{.*}}foo7{{.*}}(i32* %{{.+}}, i64 %{{.+}})
24 // X86_LINUX: @llvm.used = appending global [3 x i8*] [i8* bitcast (void (i32*, i32)* @{{.*}}foo7{{.*}} to i8*), i8* bitcast (void (i32*)* @{{.*}}foo8{{.*}} to i8*), i8* bitcast (void (i32*)* @{{.*}}foo9{{.*}} to i8*)], section "llvm.metadata"
25 // X86_LINUX: define x86_intrcc void @{{.*}}foo7{{.*}}(i32* %{{.+}}, i32 %{{.+}})
28 // X86_64_WIN: @llvm.used = appending global [3 x i8*] [i8* bitcast (void (i32*, i64)* @{{.*}}foo7{{.*}} to i8*), i8* bitcast (void (i32*)* @{{.*}}foo8{{.*}} to i8*), i8* bitcast (void (i32*)* @{{.*}}foo9{{.*}} to i8*)], section "llvm.metadata"
29 // X86_64_WIN: define x86_intrcc void @{{.*}}foo7{{.*}}(i32* %{{.+}}, i64 %{{.+}})
32 // X86_WIN: @llvm.used = appending global [3 x i8*] [i8* bitcast (void (i32*, i32)* @{{.*}}foo7{{.*}} to i8*), i8* bitcast (void (i32*)* @{{.*}}foo8{{.*}} to i8*), i8* bitcast (void (i32*)* @{{.*}}foo9{{.*}} to i8*)], section "llvm.metadata"
33 // X86_WIN: define x86_intrcc void @{{.*}}foo7{{.*}}(i32* %{{.+}}, i32 %{{.+}})
  /external/swiftshader/third_party/LLVM/test/MC/ELF/
tls-i386.s 11 movl foo7@INDNTPOFF, %eax
67 // CHECK-NEXT: (('st_name', 0x0000001f) # 'foo7'
weakref.s 28 .weakref foo7, bar7
  /external/clang/test/SemaCXX/
attr-x86-interrupt.cpp 41 __attribute__((interrupt)) void foo7(int *a, unsigned b) {} function
59 void *ptr = (void *)&foo7;
67 foo7((int *)argv, argc);
conversion-delete-expr.cpp 105 void foo7 (DD d) function
dcl_ambig_res.cpp 61 void foo7() { function
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/sh/sh64/
datal-3.s 23 movi datalabel foo7 + 42,r30
40 .global foo7
41 foo7: label
datal64-3.d 40 0+b8 g \.text 0+ 0x04 foo7
41 0+b8 \*UND\* 0+ foo7
62 0+24 R_SH_IMM_HI16 foo7\+0x0+2a
63 0+28 R_SH_IMM_MEDHI16 foo7\+0x0+2a
64 0+2c R_SH_IMM_MEDLOW16 foo7\+0x0+2a
65 0+30 R_SH_IMM_LOW16 foo7\+0x0+2a
datal32-3.d 40 0+60 g \.text 0+ 0x04 foo7
41 0+60 \*UND\* 0+ foo7
57 0+14 R_SH_IMM_MEDLOW16 foo7\+0x0+2a
58 0+18 R_SH_IMM_LOW16 foo7\+0x0+2a
  /external/llvm/test/MC/ELF/
tls-i386.s 11 movl foo7@INDNTPOFF, %eax
75 // CHECK-NEXT: Name: foo7
weakref.s 28 .weakref foo7, bar7
  /prebuilts/go/darwin-x86/test/fixedbugs/issue5755.dir/
a.go 17 type foo7 string type
27 func (f foo7) F() { return }
37 func Test7(s []uint8) I { return foo7(s) }
  /prebuilts/go/linux-x86/test/fixedbugs/issue5755.dir/
a.go 17 type foo7 string type
27 func (f foo7) F() { return }
37 func Test7(s []uint8) I { return foo7(s) }

Completed in 547 milliseconds

1 2