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

1 2 3 4 5

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-i386/
pltlib.s 7 .globl fn2
8 .type fn2,@function
9 fn2: label
plt-pic.s 6 jmp fn2@plt
plt.s 6 call fn2
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-x86-64/
pltlib.s 7 .globl fn2
8 .type fn2,@function
9 fn2: label
plt-pic.s 6 jmp fn2@plt
plt.s 6 call fn2
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-srec/
sr1.c 12 extern int fn2 ();
18 fn2 ("static string constant");
sr2.c 14 fn2 (s) function
  /external/clang/test/Frontend/
plugin-annotate-functions.c 16 // PRAGMA: @llvm.global.annotations = {{.*}}@fn1{{.*}}[[STR_VAR]]{{.*}}@fn2{{.*}}[[STR_VAR]]
18 // NOPRAGMA-NOT: @llvm.global.annotations = {{.*}}@fn1{{.*}}[[STR_VAR]]{{.*}}@fn2{{.*}}[[STR_VAR]]
20 void fn2() { } function
  /toolchain/binutils/binutils-2.25/gold/testsuite/
split_i386_1.s 13 call fn2
18 .global fn2
19 .type fn2,@function
20 fn2: label
30 .size fn2,. - fn2
split_x32_1.s 13 callq fn2
18 .global fn2
19 .type fn2,@function
20 fn2: label
30 .size fn2,. - fn2
split_x86_64_1.s 13 callq fn2
18 .global fn2
19 .type fn2,@function
20 fn2: label
30 .size fn2,. - fn2
split_i386_2.s 18 .global fn2
19 .type fn2,@function
20 fn2: label
30 .size fn2,. - fn2
split_x32_2.s 18 .global fn2
19 .type fn2,@function
20 fn2: label
30 .size fn2,. - fn2
split_x86_64_2.s 18 .global fn2
19 .type fn2,@function
20 fn2: label
30 .size fn2,. - fn2
  /external/clang/test/CoverageMapping/
trymacro.cpp 10 void fn2() try RETURN_BLOCK // CHECK: [[@LINE]]:12 -> [[@LINE+1]]:14 = #1
39 fn2();
  /external/ltp/testcases/kernel/containers/libclone/
libclone.c 21 int (*fn2) (void *arg), void *arg2)
30 if (fn2)
31 ret = fn2(arg2);
40 int (*fn2) (void *arg), void *arg2)
82 if (fn2)
83 ret = fn2(arg2);
90 int (*fn2) (void *arg), void *arg2)
101 if (fn2)
102 ret = fn2(arg2);
124 * Run fn1 in a unshared environmnent, and fn2 in the original contex
    [all...]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/
y.s 1 ;# Library file y.s has linkonce entries for fn and fn2. Note
5 ;# .gcc_except_table to the linkonce-excluded fn2 must be zero,
8 .section .gnu.linkonce.t.fn2,"ax",@progbits
9 .weak fn2
10 .type fn2,@function
11 fn2: label
15 .size fn2,L:d-L:c
  /external/clang/test/CodeGenCXX/
pr18962.cpp 24 fn2(C *) { function
cxx11-initializer-aggregate.cpp 19 int &fn2(int &v) { function
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-linkonce/
y.s 1 ;# Library file y.s has linkonce entries for fn and fn2. Note
5 ;# .gcc_except_table to the linkonce-excluded fn2 must be zero, or g++
8 .section .gnu.linkonce.t.fn2,"ax",@progbits
9 .weak fn2
10 .type fn2,@function
11 fn2: label
15 .size fn2,.Ld-.Lc
  /external/clang/test/SemaCXX/
ms-interface.cpp 15 void fn2() { function
31 // expected-error@+1 {{non-public member function 'fn2' is not permitted within an interface type}}
32 void fn2();
47 void fn2() final;
  /external/clang/test/OpenMP/
parallel_if_codegen.cpp 9 void fn2();
45 fn2();
117 // CHECK: call {{.*}}void @{{.+}}fn2
  /external/clang/test/CodeGen/
named_reg_global.c 49 // CHECK: define {{.*}}@fn2
50 void fn2(struct p4_Thread *val) { function
  /external/clang/test/Sema/
initialize-noreturn.c 11 Fn_noret fn2 = &foo; // expected-warning {{incompatible pointer types initializing 'Fn_noret'}} local

Completed in 658 milliseconds

1 2 3 4 5