Searched refs:f1 (Results 1 - 25 of 966) sorted by relevance

1234567891011>>

/external/clang/test/CodeGen/
H A Dredef-ext-inline.c4 extern inline int f1 (void) {return 1;} function
5 int f3 (void) {return f1();}
6 int f1 (void) {return 0;} function
H A Ddebug-info-scope-file.c8 // CHECK: [[F1:![0-9]*]] = distinct !DISubprogram(name: "f1",{{.*}} isDefinition: true
13 void f1() { function
H A Dx86-soft-float.c4 // HARD: define void @f1(float %a)
5 // SOFT: define void @f1(float inreg %a)
6 void f1(float a) {} function
H A Dintel_ocl_bicc.c4 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()
H A Dfast-math.c2 float f0, f1, f2; variable
8 f0 = f1 + f2;
H A Dfinite-math.c5 float f0, f1, f2; variable
13 f0 = f1 + f2;
/external/clang/test/CoverageMapping/
H A Dinclude-macros.c5 void f1() { function
9 // CHECK-LABEL: f1:
/external/clang/test/Frontend/
H A Dwarning-mapping-2.c4 void f0() { f1(); } // expected-error {{implicit declaration of function}}
/external/clang/test/Analysis/
H A Dinline3.c4 // Test when entering f1(), we set the right AnalysisDeclContext to Environment.
8 void f1() { function
14 f1();
H A Dinline2.c8 int f1(int a) { function
14 x = f1(1);
H A Dlvalue.cpp4 int f1() { function
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.fct.spec/
H A Dp3.cpp4 inline void f1(); // expected-error {{inline declaration of 'f1' not allowed in block scope}}
8 void f1();
/external/clang/test/SemaCXX/
H A Dvararg-default-arg.cpp5 void f1(void);
8 void f1(void) function
/external/clang/test/Driver/
H A Dframe-pointer-elim.c35 void f1() { f0(); } function
/external/clang/test/CXX/basic/basic.lookup/basic.lookup.unqual/
H A Dp13.cpp6 static int f1; member in struct:S
9 int S::f1 = f0; member in class:S
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.funcaddr/
H A Dp1.cpp12 template<typename T> T f1(T, int);
13 template<typename T> T f1(T);
16 float (*f1a)(float, int) = f1;
17 float (*f1b)(float, int) = &f1;
18 float (*f1c)(float) = f1;
19 float (*f1d)(float) = (f1);
20 float (*f1e)(float) = &f1;
21 float (*f1f)(float) = (&f1);
/external/clang/test/CodeCompletion/
H A Dcall.c4 void f1();
8 f1(0, 0);
14 // CHECK-CC3: f1()
/external/llvm/test/DebugInfo/Inputs/
H A Dsplit-dwarf-test.cc1 void f1() { function
5 f1();
/external/ltp/testcases/commands/ld/datafiles/
H A Drf1.c4 extern void f1();
8 // printf("calling function f1");
9 f1();
/external/strace/tests/
H A Dstack-fcall-0.c1 int f1(int i);
5 return f1(i) - i;
/external/strace/tests-m32/
H A Dstack-fcall-0.c1 int f1(int i);
5 return f1(i) - i;
/external/strace/tests-mx32/
H A Dstack-fcall-0.c1 int f1(int i);
5 return f1(i) - i;
/external/elfutils/tests/
H A Dtestfile_const_type.c4 f1 (long long d) function
13 return f1 (4LL) - f1 (4LL);
/external/libcxx/test/std/language.support/support.dynamic/alloc.errors/set.new.handler/
H A Dset_new_handler.pass.cpp15 void f1() {} function
20 assert(std::set_new_handler(f1) == 0);
21 assert(std::set_new_handler(f2) == f1);
/external/libcxx/test/std/language.support/support.exception/exception.terminate/set.terminate/
H A Dset_terminate.pass.cpp16 void f1() {} function
21 std::set_terminate(f1);
22 assert(std::set_terminate(f2) == f1);

Completed in 647 milliseconds

1234567891011>>