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

1 2 3 4 5

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/
fini3.s 3 .type foo3,%function
4 foo3: label
6 .size foo3,.-foo3
foo3.s 3 .type foo3,%function
4 foo3: label
6 .size foo3,.-foo3
init3.s 3 .type foo3,%function
4 foo3: label
6 .size foo3,.-foo3
  /ndk/tests/build/cpp-extensions/jni/
foo4.cpp 3 extern int foo3(int);
6 return foo3(x) + 4;
foo3.cxx 5 int foo3(int x) { function in namespace:cpp
  /toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/
group-3.s 1 .section .text.foo3,"axG",%progbits,foo3,comdat
2 .global foo3
3 foo3: label
5 .section .data.bar3,"awG",%progbits,foo3,comdat
  /external/clang/test/Preprocessor/
c90.c 10 #define foo3$bar /* expected-error {{'$' in identifier}} */
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-gc/
pr13683.c 23 void foo3(void) function
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/
vxworks-forced-local-1.s 3 .globl foo3
6 lw $4,%call16(foo3)($gp)
12 foo3: label
  /external/clang/test/Driver/
at_file.c 23 foo3
  /external/clang/test/Parser/
asm.cpp 5 int foo3 asm (u8"bar3"); // expected-error {{cannot use unicode string literal in 'asm'}}
cxx1z-nested-namespace-definition.cpp 7 namespace foo1::foo2::foo3 { namespace in class:foo1::foo2
25 return foo1::foo2::foo3::foo(x);
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-x86-64/
bnd-branch-1.s 6 jmp foo3@plt
8 bnd call foo3@plt
  /external/v8/test/mjsunit/asm/
uint32-less-than-shift.js 30 function foo3(i1) {
40 return {foo1: foo1, foo2: foo2, foo3: foo3};
48 assertEquals(1, m.foo3(i));
54 assertEquals(0, m.foo3(i));
60 assertEquals(0, m.foo3(i));
  /art/test/408-move-bug/src/
Main.java 29 Main foo3 = create(); local
39 foo3.field = b;
49 Main foo3 = create(); local
53 foo3.field = b;
  /external/clang/test/Sema/
attr-disable-tail-calls.c 13 int foo3(int a) __attribute__((disable_tail_calls("abc"))); // expected-error {{'disable_tail_calls' attribute takes no arguments}}
non-null-warning.c 30 int * _Nullable foo3(int * _Nullable x); // expected-note {{previous declaration is here}}
32 int *foo3(int * _Nonnull x) { // expected-warning {{nullability specifier '_Nonnull' conflicts with existing specifier '_Nullable'}} function
convertvector.c 14 vector8float foo3(double x) { function
  /external/clang/test/SemaCXX/
attr-notail.cpp 7 [[clang::not_tail_called]] int foo3();
  /external/llvm/test/MC/ELF/
alias.s 9 foo3: label
11 bar3 = foo3
92 // CHECK-NEXT: Name: foo3
  /external/toybox/tests/
grep.test 14 echo -e "this is foo3" > foo3
15 testing "grep -l" "grep -l test foo foo2 foo3" "foo\nfoo2\n" "" ""
16 rm foo foo2 foo3
30 echo -e "hi hello" > foo3
31 testing "grep -H" "grep -H is foo foo2 foo3" "foo:this is test\nfoo:this is test2\nfoo2:hello this is test\n" "" ""
32 rm foo foo2 foo3
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/macros/
test2.s 9 m foo1,foo2,foo3
  /external/autotest/client/deps/fakegudev/src/
test-fakesyscalls.sh 14 FILE_REDIRECTIONS_PRELOAD=${FILE_REDIRECTIONS_PRELOAD}:/tmp/foo3
19 rm -f /tmp/foo1 /tmp/foo2 /tmp/foo3 /tmp/foo4 /tmp/foo5 /tmp/foo6 /tmp/foo99
31 echo LD_PRELOAD=${FAKE_SYSCALLS_LIB} ${TEST_EXE} /tmp/foo3 /tmp/foo3
32 LD_PRELOAD=${FAKE_SYSCALLS_LIB} ${TEST_EXE} /tmp/foo3 /tmp/foo3
  /external/clang/test/CodeGenCXX/
regparm.cpp 23 void __attribute__((regparm(3))) foo3(struct S2 a, int b);
26 foo3(a, b);
ms-integer-static-data-members.cpp 21 const int *foo3() { function

Completed in 724 milliseconds

1 2 3 4 5