HomeSort by relevance Sort by last modified time
    Searched refs:foo2 (Results 51 - 75 of 251) sorted by null

1 23 4 5 6 7 8 91011

  /external/clang/test/PCH/Inputs/
chain-selectors2.h 9 void foo2() { function
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
bl-local-v4t.s 6 bl foo2 @ bl foo2 with reloc.
19 .type foo2, %function
22 foo2: label
vldm.s 10 b foo2
13 foo2: label
vldmw-bad.s 10 b foo2
13 foo2: label
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
x86-64-mpx-branch-1.s 9 bnd jmp foo2
10 bnd jb foo2
11 bnd call foo2
12 foo2: label
x86-64-mpx-branch-1.d 18 [ ]*[a-f0-9]+: f2 eb 09 bnd jmp 24 <foo2>
19 [ ]*[a-f0-9]+: f2 72 06 bnd jb 24 <foo2>
20 [ ]*[a-f0-9]+: f2 e8 00 00 00 00 bnd callq 24 <foo2>
22 0+24 <foo2>:
23 [ ]*[a-f0-9]+: f2 e9 00 00 00 00 bnd jmpq 2a <foo2\+0x6> 26: R_X86_64_PC32_BND foo-0x4
24 [ ]*[a-f0-9]+: f2 0f 82 00 00 00 00 bnd jb 31 <foo2\+0xd> 2d: R_X86_64_PC32_BND foo-0x4
25 [ ]*[a-f0-9]+: f2 e8 00 00 00 00 bnd callq 37 <foo2\+0x13> 33: R_X86_64_PC32_BND foo-0x4
26 [ ]*[a-f0-9]+: f2 e9 00 00 00 00 bnd jmpq 3d <foo2\+0x19> 39: R_X86_64_PLT32_BND foo-0x4
27 [ ]*[a-f0-9]+: f2 0f 82 00 00 00 00 bnd jb 44 <foo2\+0x20> 40: R_X86_64_PLT32_BND foo-0x4
28 [ ]*[a-f0-9]+: f2 e8 00 00 00 00 bnd callq 4a <foo2\+0x26> 46: R_X86_64_PLT32_BND foo-0x
    [all...]
ifunc-2.s 5 .long bar2-foo2
20 .long bar2-foo2
35 .long bar2-foo2
63 .long bar2-foo2
72 .type foo2,%gnu_indirect_function
73 foo2: label
75 .size foo2,.-foo2
78 .long bar2-foo2
93 .long bar2-foo2
    [all...]
  /external/clang/test/CodeGenCXX/
fastcall.cpp 15 void __attribute__((fastcall)) foo2(S1 a, int b);
19 foo2(a, b);
2004-09-27-DidntEmitTemplate.cpp 19 bool foo2(basic_string &X) { function
  /external/clang/test/Driver/
at_file.c 22 foo2
  /external/clang/test/Parser/
asm.cpp 4 int foo2 asm (L"bar2"); // expected-error {{cannot use wide string literal in 'asm'}}
  /ndk/tests/build/cpp-extensions/jni/
foo2.cp 5 int foo2(int x) { function in namespace:cpp
  /toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/
group-2.s 2 .global foo2
3 foo2: label
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/
noload-3.s 1 .section .foo2,"aw",%progbits
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/ppc/
xcoff-branch-1.s 3 .globl foo2
9 bl foo2 + 0x4
12 bl foo2
19 foo2: label
25 bl foo2
27 bl foo2 + 0x4
40 bl foo2
  /external/clang/test/CodeGen/
debug-info.c 37 struct foo2 { struct
41 struct foo2 foo2; variable in typeref:struct:foo2
  /external/gmock/test/
gmock_leak_test_.cc 86 MockFoo* foo2 = new MockFoo; local
89 EXPECT_CALL(*foo2, DoThis());
90 foo2->DoThis();
93 // foo2.
  /external/google-breakpad/src/testing/test/
gmock_leak_test_.cc 86 MockFoo* foo2 = new MockFoo; local
89 EXPECT_CALL(*foo2, DoThis());
90 foo2->DoThis();
93 // foo2.
  /external/v8/test/mjsunit/asm/
uint32-less-than-shift.js 19 function foo2(i1) {
40 return {foo1: foo1, foo2: foo2, foo3: foo3};
47 assertEquals(1, m.foo2(i));
53 assertEquals(1, m.foo2(i));
59 assertEquals(0, m.foo2(i));
  /art/test/408-move-bug/src/
Main.java 28 Main foo2 = create(); local
38 foo2.field = b;
48 Main foo2 = create(); local
52 foo2.field = b;
  /external/clang/test/Profile/
cxx-structors.cpp 18 Foo foo2(1);
  /external/clang/test/Sema/
attr-disable-tail-calls.c 7 void __attribute__((naked,disable_tail_calls)) foo2(int a) { // expected-error {{'naked' and 'disable_tail_calls' attributes are not compatible}} expected-note {{conflicting attribute is here}} function
attr-notail.c 14 int foo2(int a) __attribute__((not_tail_called("abc"))); // expected-error {{'not_tail_called' attribute takes no arguments}}
  /external/llvm/test/Object/Inputs/
elfver.S 23 .symver foo2, foo@@VER2
24 .globl foo2
25 .type foo2, @function
26 foo2: label
  /frameworks/base/test-runner/tests/src/android/test/suitebuilder/examples/constructor/
NoPublicConstructorTest.java 29 public NoPublicConstructorTest(String foo, String foo2) {

Completed in 764 milliseconds

1 23 4 5 6 7 8 91011