HomeSort by relevance Sort by last modified time
    Searched defs:foo8 (Results 1 - 23 of 23) sorted by null

  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-crx/
reloc-rel8-cmp.s 5 .global foo8
7 cmpbeqb r1, r2, foo8
8 foo8: label
reloc-rel8.s 5 .global foo8
7 beq foo8
8 foo8: label
  /external/clang/test/CodeGen/
attr-x86-interrupt.c 14 __attribute__((interrupt)) void foo8(int *a) {} 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"
17 // X86_64_LINUX: define x86_intrcc void @foo8(i32* %{{.+}})
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"
22 // X86_LINUX: define x86_intrcc void @foo8(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"
27 // X86_64_WIN: define x86_intrcc void @foo8(i32* %{{.+}})
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"
32 // X86_WIN: define x86_intrcc void @foo8(i32* %{{.+}})
arm-aapcs-zerolength-bitfield.c 227 short foo8: 16; member in struct:t21
arm-apcs-zerolength-bitfield.c 231 short foo8: 16; member in struct:t21
  /external/clang/test/CodeGenCXX/
attr-x86-interrupt.cpp 15 __attribute__((interrupt)) void foo8(int *a) {} function in namespace:S
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"
22 // X86_64_LINUX: define x86_intrcc void @{{.*}}foo8{{.*}}(i32* %{{.+}})
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"
26 // X86_LINUX: define x86_intrcc void @{{.*}}foo8{{.*}}(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"
30 // X86_64_WIN: define x86_intrcc void @{{.*}}foo8{{.*}}(i32* %{{.+}})
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"
34 // X86_WIN: define x86_intrcc void @{{.*}}foo8{{.*}}(i32* %{{.+}})
aarch64-aapcs-zerolength-bitfield.cpp 228 short foo8: 16; member in struct:t21
  /external/clang/test/Sema/
arm-interrupt-attr.c 14 __attribute__((interrupt)) void foo8() {} function
attr-x86-interrupt.c 40 __attribute__((interrupt)) void foo8(int *a) {} function
45 g(foo8);
52 foo8((int *)argv); // expected-error {{interrupt service routine cannot be called directly}}
mips-interrupt-attr.c 15 __attribute__((interrupt("vector=hw3"))) void foo8() {} function
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/sh/sh64/
datal-3.s 24 movi datalabel foo8,r30
43 .global foo8
44 foo8: label
  /external/clang/test/SemaCXX/
attr-x86-interrupt.cpp 42 __attribute__((interrupt)) void foo8(int *a) {} function
60 g(foo8);
68 foo8((int *)argv); // expected-error {{interrupt service routine cannot be called directly}}
dcl_ambig_res.cpp 72 int foo8() { function
warn-thread-safety-analysis.cpp 1767 void foo8() { function in struct:TryLockTest::TestTryLock
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/pj/
ops.s 26 .globl foo8
27 foo8: label
  /external/clang/test/Parser/
cxx-template-argument.cpp 100 template<class T1, typename T2> struct foo8 : struct in namespace:pr16225add
  /prebuilts/go/darwin-x86/test/fixedbugs/issue5755.dir/
a.go 18 type foo8 string type
28 func (f foo8) F() { return }
38 func Test8(s []int32) I { return foo8(s) }
  /prebuilts/go/linux-x86/test/fixedbugs/issue5755.dir/
a.go 18 type foo8 string type
28 func (f foo8) F() { return }
38 func Test8(s []int32) I { return foo8(s) }
  /art/test/449-checker-bce/src/
Main.java 1551 void foo8(int[][] matrix, int start, int end) { method in class:Main
    [all...]
  /prebuilts/go/darwin-x86/test/
escape2.go 57 func foo8(xx, yy *int) int { // ERROR "foo8 xx does not escape$" "foo8 yy does not escape$" func
    [all...]
escape2n.go 57 func foo8(xx, yy *int) int { // ERROR "foo8 xx does not escape$" "foo8 yy does not escape$" func
    [all...]
  /prebuilts/go/linux-x86/test/
escape2.go 57 func foo8(xx, yy *int) int { // ERROR "foo8 xx does not escape$" "foo8 yy does not escape$" func
    [all...]
escape2n.go 57 func foo8(xx, yy *int) int { // ERROR "foo8 xx does not escape$" "foo8 yy does not escape$" func
    [all...]

Completed in 515 milliseconds