HomeSort by relevance Sort by last modified time
    Searched refs:f0 (Results 151 - 175 of 574) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/clang/test/SemaTemplate/
canonical-expr-type.cpp 7 void f0(T x, __typeof__(f(x)) y) { } // expected-note{{previous}} function
10 void f0(T x, __typeof__((f)(x)) y) { } function
13 void f0(U u, __typeof__(f(u))) { } // expected-error{{redefinition}} function
46 void f0(type1); // expected-note{{previous}}
47 void f0(type2);
48 void f0(type3); // expected-error{{redeclared}}
injected-class-name.cpp 25 void f0(const X0&); // expected-note{{here}}
26 void f0(X0&);
27 void f0(const X0<T, U>&); // expected-error{{redecl}}
40 void f0(const X1&); // expected-note{{here}}
41 void f0(X1&);
42 void f0(const X1<T, N>&); // expected-error{{redecl}}
member-function-template.cpp 4 template<typename T> T& f0(T);
7 int &ir = f0(i);
8 double &dr = f0(d);
22 int &ir = x.f0(i);
23 float &fr = x.f0(f);
33 int& (X::*pm1)(int) = &X::f0;
34 float& (X::*pm2)(float) = &X::f0;
44 int &ir1 = x.f0<int>(i);
45 int &ir2 = x.f0<>(i);
46 long &il1 = x.f0<long>(i)
    [all...]
member-access-expr.cpp 4 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/llvm/test/MC/SystemZ/
regs-bad.s 7 #CHECK: lr %f0,%r1
19 lr %f0,%r1
29 #CHECK: lgr %f0,%r1
41 lgr %f0,%r1
67 #CHECK: dlr %f0,%r1
87 dlr %f0,%r1
101 #CHECK: ler %f0,%r1
103 #CHECK: ler %f0,%a1
105 #CHECK: ler %f0,0
107 #CHECK: ler %f0,0(%r1
    [all...]
  /external/clang/test/CodeGen/
fp16-ops.c 7 volatile float f0, f1, f2; variable
63 h1 = f0 * h2;
82 h1 = (f0 / h2);
97 h1 = (h2 + f0);
116 h1 = (h2 - f0);
132 test = (h2 < f0);
150 test = (f0 > h2);
162 test = (h2 <= f0);
180 test = (f0 >= h2);
223 h0 = f0;
    [all...]
debug-info.c 5 struct { typeof(0) f0; } v0; member in struct:__anon18283
19 struct s0 *f0(struct s0 *a0) { function
  /external/clang/test/CXX/special/class.ctor/
p1.cpp 9 X0 (f0)(int);
10 X0 (f0)(type);
19 X0 (X0::f0)(int) { return X0(); } function
30 X1<T> (f0)(int);
31 X1<T> (f0)(type);
  /external/clang/test/CXX/temp/temp.spec/temp.explicit/
p1.cpp 16 void f0(T t) { function
20 template void f0(int);
21 template void f0<long>(long);
22 template void f0<>(unsigned);
23 template void f0(int C::*); // expected-note{{instantiation}}
p3.cpp 5 template<typename T> void f0(T);
6 template void f0(int); // okay
7 template<typename T> void f0(T) { } function
15 template void X0::f0<int>(int); // expected-error {{incomplete type}}
16 template void X1<int>::f0<int>(int); // expected-error {{implicit instantiation of undefined template}}
p8.cpp 7 T* f0(T* ptr);
20 T* X0<T>::f0(T* ptr) { function in class:X0
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
armVCM4P10_FwdTransformResidual4x4.c 48 int f0 = e0 + e2; local
52 pDst[i+0] = (OMX_S16)f0;
61 int f0 = pDst[i+0]; local
65 int g0 = f0 + f3;
66 int g1 = f0 - f3;
armVCM4P10_TransformResidual4x4.c 49 int f0 = e0 + e3; local
53 pDst[i+0] = (OMX_S16)f0;
62 int f0 = pDst[i+0]; local
66 int g0 = f0 + f2;
67 int g1 = f0 - f2;
  /external/oprofile/module/ia64/
oprofile_stubs.S 95 stf.spill [sp]=f0
108 mov r4=0; mov f2=f0; mov b1=r0
109 mov r5=0; mov f3=f0; mov b2=r0
110 mov r6=0; mov f4=f0; mov b3=r0
111 mov r7=0; mov f5=f0; mov b4=r0
112 mov ar.unat=0; mov f10=f0; mov b5=r0
113 ldf.fill f11=[sp]; ldf.fill f12=[sp]; mov f13=f0
114 ldf.fill f14=[sp]; ldf.fill f15=[sp]; mov f16=f0
115 ldf.fill f17=[sp]; ldf.fill f18=[sp]; mov f19=f0
116 ldf.fill f20=[sp]; ldf.fill f21=[sp]; mov f22=f0
    [all...]
  /external/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/
p3.cpp 52 int f0(int);
56 using N2::f0;
64 { f1(N::f0<int>); }
  /external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/
basic.cpp 5 template<typename T> A<T> f0(T*);
8 A<int> a0 = f0(ip);
9 A<const float> a1 = f0(cfp);
  /external/clang/test/CodeGenCXX/
mangle-variadic-templates.cpp 14 void f0(X<sizeof...(Types), Types&...>) { } function
16 template void f0(X<0>);
19 template void f0<int, float, double>(X<3, int&, float&, double&>);
  /external/clang/test/Sema/
anonymous-struct-union.c 78 struct s0 { union { int f0; }; }; member in union:s0::__anon18641
85 int f0; // expected-note{{previous declaration is here}} member in struct:s1
87 int f0; // expected-error{{member of anonymous union redeclares 'f0'}} member in union:s1::__anon18643
  /external/clang/test/SemaCXX/
cast-conversion.cpp 40 template <int> float* &f0(); // expected-note{{candidate}}
41 template <unsigned> float* &f0(); // expected-note{{candidate}}
44 static_cast<float*>(f0<0>()); // expected-error{{ambiguous}}
attr-noreturn.cpp 21 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
decltype.cpp 4 int const f0();
6 decltype(0, f0()) i = 0;
  /external/valgrind/main/none/tests/mips32/
MoveIns.c 145 "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" \
191 "mtc1 $t0, $f0\n\t" \
193 "c.eq.s $f0, $f2\n\t" \
254 TESTINSNMOVE("mfc1 $t1, $f0", 0, f0, t1);
283 TESTINSNMOVEt("mtc1 $t1, $f0", 0, f0, t1)
    [all...]
  /external/clang/test/CXX/temp/temp.param/
p11-0x.cpp 71 template<typename T = int, typename U> T &f0(U) { T *x = 0; return *x; } function in namespace:DefaultTemplateArgsInFunction
74 int &ir0 = f0(3.14159);
75 int &ir1 = f0<int>(3.14159);
76 float &fr0 = f0<float>(3.14159);
79 template<> int &f0(int*);
80 template int &f0(double&);
  /external/clang/test/CXX/temp/temp.decls/temp.class/temp.mem.func/
p1-retmem.cpp 11 size_type f0() const;
17 typename X0<T>::size_type X0<T>::f0() const { function in class:X0
  /external/chromium_org/third_party/openssl/openssl/crypto/
sparccpuid.S 37 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,%f1
    [all...]

Completed in 507 milliseconds

1 2 3 4 5 67 8 91011>>