HomeSort by relevance Sort by last modified time
    Searched full:foo1 (Results 101 - 125 of 689) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/llvm/test/CodeGen/NVPTX/
arg-lowering.ll 9 ; CHECK: .visible .func (.param .align 8 .b8 func_retval0[8]) foo1(
11 define <2 x float> @foo1({float, float, i64} %arg0) {
  /external/swiftshader/third_party/LLVM/test/CodeGen/Mips/
cprestore.ll 16 call void @foo1(%struct.S* byval %s)
20 declare void @foo1(%struct.S* byval)
brdelayslot.ll 3 define void @foo1() nounwind {
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue4066.go 30 foo1()
35 func foo1() { func
  /prebuilts/go/linux-x86/test/fixedbugs/
issue4066.go 30 foo1()
35 func foo1() { func
  /toolchain/binutils/binutils-2.25/gold/testsuite/
ifuncdep2.c 25 void * foo1_ifunc (void) __asm__ ("foo1");
26 __asm__(".type foo1, %gnu_indirect_function");
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/
pr14156c.d 2 #source: foo1.s
11 [0-9a-f]+ t foo1
exclude3.s 15 .section .foo1,"e", %progbits
  /external/clang/test/CodeGen/
mips64-nontrivial-return.cpp 15 D foo1(void) { function
  /external/clang/test/Index/skip-parsed-bodies/
t.h 18 static inline int foo1() { function
  /external/clang/test/PCH/Inputs/
chain-selectors1.h 8 void foo1() { function
  /external/clang/test/Parser/
enhanced-proto-1.m 8 - (void) FOO1;
  /external/clang/test/SemaCXX/
attr-disable-tail-calls.cpp 6 [[clang::disable_tail_calls]] virtual int foo1() { return 1; } function in class:B
  /external/llvm/test/CodeGen/AArch64/
print-mrs-system-register.ll 5 define void @foo1() #0 {
tailcall-fastisel.ll 5 define i32 @foo1() {
  /external/llvm/test/CodeGen/Mips/
mips64fpimm0.ll 4 define double @foo1() nounwind readnone {
  /external/llvm/test/CodeGen/Thumb2/
emit-unwinding.ll 5 define void @foo1() {
  /external/llvm/test/tools/llvm-symbolizer/Inputs/
coff-exports.cpp 9 puts("foo1");
  /toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/
exclude-1.s 15 .section .foo1,"e", %progbits
exclude-1a.d 8 [ ]*\[.*\][ ]+\.foo1[ ]+PROGBITS.*[ ]+E[ ]+.*
exclude-1b.d 8 [ ]*\[.*\][ ]+\.foo1[ ]+PROGBITS.*[ ]+E[ ]+.*
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/elf/
pseudo.s 17 .type foo1,object
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/macros/
test3.d 9 0+00[ ]+[a-zA-Z0-9_]+[ ]+foo1
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/symver/
symver0.d 10 0+0000000 D foo1
  /external/guava/guava-tests/test/com/google/common/collect/
AbstractMapEntryTest.java 62 Entry<String, Integer> foo1 = entry("foo", 1);
63 assertEquals(foo1, foo1);
64 assertEquals(control("foo", 1), foo1);
67 assertFalse(foo1.equals(control("bar", 1)));
68 assertFalse(foo1.equals(new Object()));
69 assertFalse(foo1.equals(null));

Completed in 286 milliseconds

1 2 3 45 6 7 8 91011>>