Searched refs:f1 (Results 1 - 25 of 778) 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]*]] = !MDSubprogram(name: "f1",{{.*}} isDefinition: true
13 void f1() { 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;
H A D2008-07-21-mixed-var-fn-decl.c4 int f1(), g1;
H A Dmangle-windows-rtd.c3 void f1(void) {} function
/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/v8/test/mjsunit/
H A Dconcurrent-initial-prototype-change.js36 function f1(a, i) { function
41 assertEquals(0.5, f1(arr, 0));
42 assertEquals(0.5, f1(arr, 0));
44 // Optimized code of f1 depends on initial object and array maps.
45 %OptimizeFunctionOnNextCall(f1, "concurrent");
47 assertEquals(0.5, f1(arr, 0));
50 assertEquals(2, f1(arr, 1));
52 assertUnoptimized(f1, "no sync");
57 assertUnoptimized(f1, "sync");
59 %ClearFunctionTypeFeedback(f1);
[all...]
H A Delide-double-hole-check-5.js30 function f1(a, i) { function
34 assertEquals(0.5, f1(arr, 0));
35 assertEquals(0.5, f1(arr, 0));
37 %OptimizeFunctionOnNextCall(f1);
38 assertEquals(2, f1(arr, 1));
39 assertEquals(2, f1(arr, 1));
40 assertEquals(0.5, f1(arr, 0));
H A Delide-double-hole-check-7.js30 function f1(a, i) { function
34 assertEquals(0.5, f1(arr, 0));
35 assertEquals(0.5, f1(arr, 0));
37 assertEquals(2, f1(arr, 1));
38 %OptimizeFunctionOnNextCall(f1);
39 assertEquals(2, f1(arr, 1));
40 assertEquals(0.5, f1(arr, 0));
/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/strace/tests/
H A Dstack-fcall-0.c1 int f1(int i);
5 return f1(i) - i;
/external/elfutils/src/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);
/external/clang/test/CXX/expr/expr.unary/expr.unary.noexcept/
H A Dser.h3 inline bool f1() { function

Completed in 348 milliseconds

1234567891011>>