Searched refs:f0 (Results 51 - 75 of 508) sorted by relevance

1234567891011>>

/external/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Ddeduction.cpp9 void f0(X<sizeof...(Types), Types&...>) { } function in namespace:DeductionForInstantiation
12 template void f0(X<0>);
13 template void f0(X<1, int&>);
14 template void f0(X<2, int&, short&>);
17 template void f0<float>(X<1, float&>);
18 template void f0<double>(X<1, double&>);
21 template void f0<char, unsigned char>(X<2, char&, unsigned char&>);
22 template void f0<signed char, char>(X<2, signed char&, char&>);
25 // template void f0<short, int>(X<3, short&, int&, long&>);
/external/clang/test/CodeGen/
H A DPR3613-static-decl.c10 static int f0(void) { function
16 void *g1 = f0;
H A Dalways_inline.c2 // RUN: not grep '@f0' %t
5 // RUN: grep '@f0' %t | count 2
7 //static int f0() {
8 static int __attribute__((always_inline)) f0() { function
13 return f0();
H A Dbitfield-assign.c17 int f0 : 2; member in struct:s0
24 void f0(void) { function
26 if ((s.f0 = 3) != -1) g0();
42 s.f0 += 3;
H A Dcleanup-stack.c9 static void f0(struct s0 *p) { function
17 struct s0 x __attribute__((cleanup(f0))) = { &var, 2 };
18 struct s0 y __attribute__((cleanup(f0))) = { &var, 3 };
20 struct s0 y __attribute__((cleanup(f0))) = { &var, 4 };
H A Dprivate-extern.c8 int f0(void) { function
/external/clang/test/CodeGenCXX/
H A DPR5834-constructor-conversion.cpp12 extern void f0(ASTMultiPtr);
13 f0(ASTMultiPtr());
/external/clang/test/SemaCXX/
H A Dattr-after-definition.cpp5 bool f0(X) { return true; } // expected-note{{definition}} function
8 __attribute__ ((__visibility__("hidden"))) bool f0(X); // expected-warning{{attribute}}
H A Dnew-delete-predefined-decl-2.cpp6 void f0(int *ptr) { function
/external/libcxx/test/atomics/atomics.flag/
H A Dcopy_assign.fail.cpp21 std::atomic_flag f0; local
23 f = f0;
H A Dcopy_volatile_assign.fail.cpp21 std::atomic_flag f0; local
23 f = f0;
/external/libcxx/test/thread/futures/futures.shared_future/
H A Dcopy_assign.pass.cpp25 std::shared_future<T> f0 = p.get_future(); local
27 f = f0;
28 assert(f0.valid());
33 std::shared_future<T> f0; local
35 f = f0;
36 assert(!f0.valid());
42 std::shared_future<T> f0 = p.get_future(); local
44 f = f0;
45 assert(f0.valid());
50 std::shared_future<T> f0; local
59 std::shared_future<T> f0 = p.get_future(); local
67 std::shared_future<T> f0; local
[all...]
H A Dcopy_ctor.pass.cpp24 std::shared_future<T> f0 = p.get_future(); local
25 std::shared_future<T> f = f0;
26 assert(f0.valid());
31 std::shared_future<T> f0; local
32 std::shared_future<T> f = f0;
33 assert(!f0.valid());
39 std::shared_future<T> f0 = p.get_future(); local
40 std::shared_future<T> f = f0;
41 assert(f0.valid());
46 std::shared_future<T> f0; local
54 std::shared_future<T> f0 = p.get_future(); local
61 std::shared_future<T> f0; local
[all...]
/external/libcxx/test/thread/futures/futures.unique_future/
H A Dcopy_assign.fail.cpp25 std::future<T> f0 = p.get_future(); local
27 f = f0;
28 assert(!f0.valid());
33 std::future<T> f0; local
35 f = f0;
36 assert(!f0.valid());
42 std::future<T> f0 = p.get_future(); local
44 f = f0;
45 assert(!f0.valid());
50 std::future<T> f0; local
59 std::future<T> f0 = p.get_future(); local
67 std::future<T> f0; local
[all...]
H A Dcopy_ctor.fail.cpp24 std::future<T> f0 = p.get_future(); local
25 std::future<T> f = f0;
26 assert(!f0.valid());
31 std::future<T> f0; local
32 std::future<T> f = f0;
33 assert(!f0.valid());
39 std::future<T> f0 = p.get_future(); local
40 std::future<T> f = f0;
41 assert(!f0.valid());
46 std::future<T> f0; local
54 std::future<T> f0 = p.get_future(); local
61 std::future<T> f0; local
[all...]
/external/chromium_org/v8/test/mjsunit/compiler/
H A Doptimized-function-calls.js57 function f0() { function
78 return f4(f3(f2(f1(f0()),f0()),f1(f0()),f0()),f2(f1(f0()),f0()),f1(f0()),f0())
79 + f4(f0(),f
[all...]
/external/valgrind/main/none/tests/mips32/
H A Dvfp.c47 // ldc1 $f0, 0($t1)
90 // lwc1 $f0, 0($t1)
109 // lwxc1 $f0, $a3($v0)
126 // ldxc1 $f0, $a3($v0)
165 // sdc1 $f0, 0($t0)
172 "ldc1 $f0, "#offset"($t1)\n\t" \
173 "sdc1 $f0, "#offset"($t0) \n\t" \
179 printf("sdc1 $f0, 0($t0) :: out: 0x%x\n", \
183 // sdxc1 $f0, $t2($t0)
192 "ldc1 $f0, "#offse
[all...]
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-1423.js33 function f0() { function
63 for (var i = 0; i < 5; ++i) f0();
64 %OptimizeFunctionOnNextCall(f0);
65 assertEquals(1, f0());
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.funcaddr/
H A Dp1.cpp4 T f0(T, int);
7 int (*f0a)(int, int) = f0;
8 int (*f0b)(int, int) = &f0;
9 float (*f0c)(float, int) = &f0;
/external/clang/test/Coverage/
H A Dhtml-diagnostics.c14 void f0(int x) { function
/external/clang/test/Frontend/
H A Dwarning-mapping-5.c7 int f0(int x, unsigned y) { function
/external/clang/test/Index/Inputs/
H A Dremap-complete-to.c1 int f0(int *pointer1, float *pointer2) { function
/external/clang/test/Modules/
H A Dlookup.cpp12 f0(&i);
13 f0(&f);
16 ::f0(&i);
17 ::f0(&f);
33 // CHECK-PRINT: int *f0(int *);
34 // CHECK-PRINT: float *f0(float *);
/external/clang/test/Sema/
H A Dalign-arm-apcs.c4 struct s0 { double f0; int f1; }; member in struct:s0
/external/strace/tests/
H A Dstack-fcall-0.c3 int f0(int i) function

Completed in 9470 milliseconds

1234567891011>>