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

1 2 3

  /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_i386_2.s 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_x32_2.s 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_x86_64_2.s 18 .global fn2
19 .type fn2,@function
20 fn2: label
30 .size fn2,. - fn2
icf_virtual_function_folding_test.cc 23 // Foo::fn1 is folded into fn2 with ICF. Since this file is linked as a
28 int fn2(void *) function
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-i386/
pltlib.s 7 .globl fn2
8 .type fn2,@function
9 fn2: label
  /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
  /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
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-x86-64/
pltlib.s 7 .globl fn2
8 .type fn2,@function
9 fn2: label
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-srec/
sr2.c 14 fn2 (s) function
  /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
typo-correction.c 54 void fn2() { function
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-sh/
tlsbinpic.s 17 .globl fn2
18 .type fn2,@function
19 fn2: label
  /external/clang/test/CodeGenCXX/
cxx0x-initializer-constructors.cpp 15 void fn2() { function
cxx11-initializer-aggregate.cpp 19 int &fn2(int &v) { function
pr18962.cpp 24 fn2(C *) { function
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
elf-rel-got-n32.s 112 la $5,fn2
114 la $25,fn2
116 jal fn2
145 .globl fn2
146 .ent fn2
147 .type fn2,@function
148 fn2: label
150 .end fn2
elf-rel-got-n64.s 112 dla $5,fn2
114 dla $25,fn2
116 jal fn2
146 .globl fn2
147 .ent fn2
148 .type fn2,@function
149 fn2: label
151 .end fn2
  /external/clang/test/CoverageMapping/
macro-expressions.cpp 47 void STMT(fn2()) { function
  /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/compiler-rt/test/msan/
chained_origin_limits.cc 110 void fn2() { function
122 fn2();
154 // CHECK-PER-STACK: in fn2

Completed in 262 milliseconds

1 2 3