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

<<11121314151617181920>>

  /external/llvm/test/CodeGen/ARM/
fast-isel-fold.ll 18 call void @foo1(i8 zeroext %1)
34 declare void @foo1(i8 zeroext)
disable-fp-elim.ll 13 define i32 @foo1(i32 %a, i32 %b, i32 %c, i32 %d, i32 %e) #0 {
  /external/llvm/test/CodeGen/Mips/
assertzext-trunc.ll 36 define i64 @foo1(i64 zeroext %var) {
38 ; ALL-LABEL: foo1:
global-address.ll 37 tail call void @foo1(i32 %0) nounwind
45 declare void @foo1(i32)
  /external/llvm/test/CodeGen/PowerPC/
ctrloop-sh.ll 6 define void @foo1(i128* %a, i128* readonly %b, i128* readonly %c) #0 {
23 ; CHECK-LABEL: @foo1
fast-isel-fold.ll 10 call void @foo1(i8 zeroext %1)
37 declare void @foo1(i8 zeroext)
  /external/llvm/test/CodeGen/X86/
h-register-addressing-32.ll 35 define i8 @foo1(i8* nocapture inreg %p, i32 inreg %x) nounwind readonly {
42 ; CHECK: foo1:
h-register-addressing-64.ll 35 define i8 @foo1(i8* nocapture inreg %p, i64 inreg %x) nounwind readonly {
42 ; CHECK: foo1:
  /external/llvm/test/MC/ELF/
tls.s 5 leaq foo1@TLSGD(%rip), %rdi
26 // CHECK: Name: foo1
  /external/llvm/test/TableGen/
Dag.td 54 def foo1 : foo<somedef1>;
57 def VAL3 : bar<foo1, somedef1>;
  /external/swiftshader/third_party/LLVM/test/MC/ARM/
elf-reloc-03.ll 23 @vtable = internal constant [10 x i32 (...)*] [i32 (...)* bitcast (i32 ()* @foo0 to i32 (...)*), i32 (...)* bitcast (i32 ()* @foo1 to i32 (...)*), i32 (...)* bitcast (i32 ()* @foo2 to i32 (...)*), i32 (...)* bitcast (i32 ()* @foo3 to i32 (...)*), i32 (...)* bitcast (i32 ()* @foo4 to i32 (...)*), i32 (...)* bitcast (i32 ()* @foo5 to i32 (...)*), i32 (...)* bitcast (i32 ()* @foo6 to i32 (...)*), i32 (...)* bitcast (i32 ()* @foo7 to i32 (...)*), i32 (...)* bitcast (i32 ()* @foo8 to i32 (...)*), i32 (...)* bitcast (i32 ()* @foo9 to i32 (...)*)]
34 define internal i32 @foo1() nounwind readnone {
  /external/swiftshader/third_party/LLVM/test/MC/ELF/
tls-i386.s 5 movl foo1@NTPOFF(%eax), %eax
13 // CHECK: (('st_name', 0x00000001) # 'foo1'
  /external/swiftshader/third_party/LLVM/test/TableGen/
Dag.td 54 def foo1 : foo<somedef1>;
57 def VAL3 : bar<foo1, somedef1>;
  /external/vboot_reference/tests/
vb2_common_tests.c 18 TEST_NEQ(vb2_safe_memcmp("foo1", "foo2", 4), 0, "memcmp different");
19 TEST_EQ(vb2_safe_memcmp("foo1", "foo2", 0), 0, "memcmp 0-size");
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-x86-64/
bnd-plt-1.d 38 0+310 <foo1@plt>:
49 [ ]*[a-f0-9]+: f2 e9 ea ff ff ff bnd jmpq 310 <foo1@plt>
  /tools/tradefederation/core/tests/src/com/android/tradefed/util/
PropertyChangerTest.java 44 mOriginal.put("foo1", "bar1");
54 mExpected.put("foo1", "bar1");
  /external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.def/
p8.cpp 20 void foo1() { function
  /external/clang/test/CodeGenCXX/
attr-disable-tail-calls.cpp 17 int foo1() { function
ms-integer-static-data-members.cpp 13 const int *foo1() { function
  /external/clang/test/Sema/
mips-interrupt-attr.c 6 __attribute__((interrupt("EIC"))) void foo1() {} // expected-warning {{'interrupt' attribute argument not supported: 'EIC'}} function
preserve-call-conv.c 8 void __attribute__((preserve_most(1))) foo1(void *ptr) { // expected-error {{'preserve_most' attribute takes no arguments}} function
  /external/clang/test/SemaOpenCL/
invalid-kernel-attrs.cl 23 constant int foo1 __attribute__((reqd_work_group_size(8,16,32))) = 0; // expected-error {{'reqd_work_group_size' attribute only applies to functions}}
  /external/dagger2/compiler/src/it/producers-functional-tests/src/main/java/producerstest/
MultibindingProducerModule.java 46 return Futures.<Set<String>>immediateFuture(ImmutableSet.of("foo1", "foo2"));
  /external/google-breakpad/src/testing/test/
gmock_output_test_.cc 254 MockFoo* foo1 = new MockFoo; local
257 // Invokes ON_CALL on foo1.
258 ON_CALL(*foo1, Bar(_, _, _)).WillByDefault(Return('a'));
267 // Both foo1 and foo2 are deliberately leaked.
  /external/googletest/googlemock/test/
gmock_output_test_.cc 255 MockFoo* foo1 = new MockFoo; local
258 // Invokes ON_CALL on foo1.
259 ON_CALL(*foo1, Bar(_, _, _)).WillByDefault(Return('a'));
268 // Both foo1 and foo2 are deliberately leaked.

Completed in 2907 milliseconds

<<11121314151617181920>>