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

1 2

  /toolchain/binutils/binutils-2.25/gold/testsuite/
split_i386_n.s 5 .global fn3
6 .type fn3,@function
7 fn3: label
10 .size fn3,. - fn3
split_x32_n.s 5 .global fn3
6 .type fn3,@function
7 fn3: label
10 .size fn3,. - fn3
split_x86_64_n.s 5 .global fn3
6 .type fn3,@function
7 fn3: label
10 .size fn3,. - fn3
split_i386_2.s 13 call fn3
27 call fn3
split_x32_2.s 13 callq fn3
27 callq fn3
split_x86_64_2.s 13 callq fn3
27 callq fn3
split_i386_3.s 15 call fn3
split_i386_4.s 15 call fn3
split_x32_3.s 15 callq fn3
split_x32_4.s 15 callq fn3
split_x86_64_3.s 15 callq fn3
split_x86_64_4.s 15 callq fn3
  /external/clang/test/CoverageMapping/
trymacro.cpp 17 void fn3() TRY { return; } // CHECK: [[@LINE]]:15 -> [[@LINE+1]]:14 = #1
40 fn3();
  /external/compiler-rt/test/asan/TestCases/
vla_chrome_testcase.cc 16 __attribute__((noinline)) void fn3(int *first, int second) { function
25 fn3(&f, sizeof 0 * (&c - e));
  /external/clang/test/OpenMP/
parallel_if_codegen.cpp 10 void fn3();
47 fn3();
121 // CHECK: call {{.*}}void @{{.+}}fn3
task_if_codegen.cpp 11 void fn3();
53 fn3();
202 // CHECK: call void @{{.+}}fn3
  /external/clang/test/Sema/
initialize-noreturn.c 12 Fn_noret fn3 = &foo_noret; local
unused-expr.c 85 int fn3() __attribute__ ((__const));
88 if (fn1() < 0 || fn2(2,1) < 0 || fn3(2) < 0) // no warnings
93 fn3(42); // expected-warning {{ignoring return value of function declared with const attribute}}
  /external/clang/test/Preprocessor/
has_attribute.c 30 int fn3() __attribute__ ((__const));
  /external/clang/test/CodeGenCXX/
cxx0x-initializer-constructors.cpp 22 void fn3() { function
cxx0x-initializer-stdinitializerlist-startend.cpp 78 void fn3() { function
  /external/clang/test/SemaCXX/
deleted-function.cpp 10 void fn3() = delete; // expected-note {{previous definition is here}}
11 void fn3() { // expected-error {{redefinition}} function
  /external/compiler-rt/test/msan/
chained_origin_limits.cc 114 void fn3() { function
123 fn3();
152 // CHECK-PER-STACK: in fn3
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-i386/
tlsnopic1.s 11 /* Align, so that fn3 is likely at address 0x1000. */
13 .globl fn3
14 .type fn3,@function
15 fn3: label
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-sparc/
tlssunnopic32.s 12 .globl fn3
13 .type fn3,#function
15 fn3: label

Completed in 939 milliseconds

1 2