Searched refs:f0 (Results 176 - 200 of 508) sorted by relevance

1234567891011>>

/external/clang/test/SemaCXX/
H A Dcast-conversion.cpp40 template <int> float* &f0(); // expected-note{{candidate}}
41 template <unsigned> float* &f0(); // expected-note{{candidate}}
44 static_cast<float*>(f0<0>()); // expected-error{{ambiguous}}
H A Dattr-noreturn.cpp21 void f0() __attribute__((__noreturn__));
23 void f2() { f1(f0); }
27 void (*fp)() = f0;
28 void (*fp1)() __attribute__((noreturn)) = f0;
32 void f0(int) __attribute__((__noreturn__));
35 void (*fp)() = f0;
36 void (*fp1)() __attribute__((noreturn)) = f0;
45 f3(f0); // okay
/external/valgrind/main/none/tests/mips32/
H A DMoveIns.c145 "mtc1 $t0, $f0\n\t" \
147 "c.eq.s $f0, $f2\n\t" \
167 "mtc1 $t0, $f0\n\t" \
169 "c.eq.s $f0, $f2\n\t" \
192 "mtc1 $t0, $f0\n\t" \
196 "c.eq.s $f0, $f2\n\t" \
218 "mtc1 $t0, $f0\n\t" \
222 "c.eq.s $f0, $f2\n\t" \
283 TESTINSNMOVE("mfc1 $t1, $f0", 0, f0, t
[all...]
/external/clang/test/CodeGen/
H A Dconst-init.c23 struct { } *f0; member in struct:s2::__anon18634
24 } f0; member in union:s2
27 int g0 = (int)(&(((union s2 *) 0)->f0.f0) - 0);
108 struct g20_s0 *f0, **f1; member in struct:g20_s1
111 static struct g20_s1 l0 = { ((void*) 0), &l0.f0 };
H A Ddebug-info.c5 struct { typeof(0) f0; } v0; member in struct:__anon18639
19 struct s0 *f0(struct s0 *a0) { function
H A D2008-07-31-promotion-of-compound-pointer-arithmetic.c2 // CHECK-LABEL: define i32 @f0
10 int f0() { function
H A Dbuiltins-arm.c4 void *f0() function
H A Dc-strings.c26 // CHECK-LABEL: define void @f0()
27 void f0() { function
H A Dincomplete-function-type.c4 // CHECK-LABEL: define void @f0
14 void f0() {} function
H A Dtentative-decls.c14 struct s0 *f0() { function
H A Dunreachable.c7 int f0() { function
/external/chromium_org/third_party/skia/src/core/
H A DSkVertState.cpp15 state->f0 = index + 0;
28 state->f0 = indices[index + 0];
42 state->f0 = index + 1;
45 state->f0 = index + 0;
60 state->f0 = indices[index + 1];
63 state->f0 = indices[index + 0];
75 state->f0 = 0;
88 state->f0 = indices[0];
/external/chromium_org/v8/test/mjsunit/compiler/
H A Dregress-3249650.js31 function f0(x) { try { } catch (e) {}} function
41 f0(x);
/external/clang/test/SemaTemplate/
H A Dmember-access-expr.cpp4 x.Base::f0();
8 void f0();
22 x.Base2::f0();
32 x.CrazyBase::f0(); // expected-error{{ambiguous}} \
84 template <int> float* &f0();
85 template <int> const float* &f0() const;
87 (void)static_cast<float*>(f0<0>());
90 (void)f0<0>();
/external/skia/src/core/
H A DSkVertState.cpp15 state->f0 = index + 0;
28 state->f0 = indices[index + 0];
42 state->f0 = index + 1;
45 state->f0 = index + 0;
60 state->f0 = indices[index + 1];
63 state->f0 = indices[index + 0];
75 state->f0 = 0;
88 state->f0 = indices[0];
/external/openssl/crypto/
H A Dsparccpuid.S37 ld [%o0],%f0
53 .word 0xbfa00040 !fmovd %f0,%f62
68 .word 0x83a00040 !fmovd %f0,%f32
71 fmovs %f0,%f30
75 fmovs %f0,%f28
79 fmovs %f0,%f26
83 fmovs %f0,%f24
87 fmovs %f0,%f22
91 fmovs %f0,%f20
95 fmovs %f0,
[all...]
/external/chromium_org/v8/test/mjsunit/bugs/
H A Dbug-941049.js47 function f0() { function
48 g(f0);
49 var result = h(f0);
77 test(f0);
/external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct/
H A Dp13.cpp6 void f0(Types ...args);
H A Dp6-0x.cpp3 void f0() &; // expected-error {{non-member function cannot have '&' qualifier}}
8 void f0() &;
45 func_type_lvalue f0; member in struct:Y
49 void (X::*mpf1)() & = &X::f0;
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dpartial-ordering.cpp35 int &f0(T1, T2, Rest...);
38 float &f0(T1, T2);
41 int &ir1 = f0(1, 2.0, 'a');
42 float &fr1 = f0(1, 2.0);
/external/clang/test/CodeGenCXX/
H A Dalloca-align.cpp9 // CHECK-LABEL: define void @f0
11 extern "C" void f0() { function
/external/clang/test/PCH/
H A Dfunctions.c8 int f0(int x0, int y0, ...) { return x0 + y0; } function
/external/clang/test/Sema/
H A Dbuiltin-object-size.c6 int f0() { function
H A Dwarn-unused-value.c84 struct s0 { int f0; }; member in struct:s0
86 void f0(int a);
89 f0((int)(a->f0 + 1, 10)); // expected-warning {{expression result unused}}
H A Dwarn-unused-variables.c9 void f0(void) { function

Completed in 409 milliseconds

1234567891011>>