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

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.27/gold/testsuite/
protected_main_2.cc 23 // This version of f1 will not be called by the shared library code.
26 f1() function
protected_2.cc 23 // This should call the protected version of f1.
25 extern int f1();
30 return f1() == 1;
protected_3.cc 23 // This will also call the protected version of f1. In some versions
27 extern int f1();
32 return f1() == 1;
protected_main_3.cc 23 // This should call the unprotected version of f1.
25 extern int f1();
30 return f1() == 2;
exception_test_2.cc 28 f1() function
exception_test.h 27 extern void f1();
protected_4.cc 23 // The function f1 is protected but not defined.
26 f1() __attribute__ ((__visibility__ ("protected")));
31 return f1();
  /external/clang/test/CodeGen/
redef-ext-inline.c 4 extern inline int f1 (void) {return 1;} function
5 int f3 (void) {return f1();}
6 int f1 (void) {return 0;} function
debug-info-scope-file.c 8 // CHECK: [[F1:![0-9]*]] = distinct !DISubprogram(name: "f1",{{.*}} isDefinition: true
9 // CHECK: [[F1_LINE]] = !DILocation({{.*}}, scope: [[F1]])
13 void f1() { function
x86-soft-float.c 4 // HARD: define void @f1(float %a)
5 // SOFT: define void @f1(float inreg %a)
6 void f1(float a) {} function
intel_ocl_bicc.c 4 void __attribute__((intel_ocl_bicc)) f1(void);
7 f1();
8 // CHECK: call intel_ocl_bicc void @f1()
11 // CHECK: declare intel_ocl_bicc void @f1()
fast-math.c 2 float f0, f1, f2; variable
8 f0 = f1 + f2;
finite-math.c 5 float f0, f1, f2; variable
13 f0 = f1 + f2;
  /external/clang/test/CoverageMapping/
include-macros.c 5 void f1() { function
9 // CHECK-LABEL: f1:
  /external/clang/test/Frontend/
warning-mapping-2.c 4 void f0() { f1(); } // expected-error {{implicit declaration of function}}
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
fpxx-oddfpreg.s 1 mtc1 $4, $f1
2 mfc1 $4, $f1
3 lwc1 $f1, 0($3)
4 swc1 $f1, 0($3)
module-check-warn.s 3 add.s $f1,$f1,$f1
  /external/clang/test/Analysis/
inline3.c 4 // Test when entering f1(), we set the right AnalysisDeclContext to Environment.
8 void f1() { function
14 f1();
inline2.c 8 int f1(int a) { function
14 x = f1(1);
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.fct.spec/
p3.cpp 4 inline void f1(); // expected-error {{inline declaration of 'f1' not allowed in block scope}}
8 void f1();
  /external/clang/test/SemaCXX/
vararg-default-arg.cpp 5 void f1(void);
8 void f1(void) function
  /external/clang/test/Driver/
frame-pointer-elim.c 35 void f1() { f0(); } function
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-mips-elf/
got-page-7a.s 1 .globl f1
2 .ent f1
3 f1: label
6 .end f1
  /external/clang/test/CXX/basic/basic.lookup/basic.lookup.unqual/
p13.cpp 6 static int f1; member in struct:S
9 int S::f1 = f0; member in class:S
  /external/clang/test/CodeCompletion/
call.c 4 void f1();
8 f1(0, 0);
14 // CHECK-CC3: f1()

Completed in 438 milliseconds

1 2 3 4 5 6 7 8 91011>>