Searched refs:f0 (Results 151 - 175 of 348) sorted by relevance

1234567891011>>

/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.def/namespace.memdef/
H A Dp3.cpp12 friend void f0(int);
16 F0 f0() { return S0().member_func(); } function in namespace:N
18 N::F0 f0_var = N::f0();
/external/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/
H A Dp3.cpp52 int f0(int);
56 using N2::f0;
64 { f1(N::f0<int>); }
/external/clang/test/CXX/temp/temp.param/
H A Dp9-0x.cpp18 friend void f0(X3);
37 void f0();
41 template<typename T = int> void X2<T>::f0() { } // expected-error{{cannot add a default template argument to the definition of a member of a class template}} function in class:PR8748::X2
/external/clang/test/CodeGenCXX/
H A Dmangle-variadic-templates.cpp14 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&>);
H A Dalloca-align.cpp9 // CHECK: define void @f0
11 extern "C" void f0() { function
/external/clang/test/Sema/
H A Danonymous-struct-union.c78 struct s0 { union { int f0; }; }; member in union:s0::__anon4490
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::__anon4492
H A Dattr-used.c12 static void __attribute__((used)) f0(void) { function
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}}
/external/clang/test/CodeGen/
H A Dconst-init.c23 struct { } *f0; member in struct:s2::__anon4201
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.c6 struct { typeof(0) f0; } v0; member in struct:__anon4206
20 struct s0 *f0(struct s0 *a0) { function
H A D2008-07-31-promotion-of-compound-pointer-arithmetic.c4 int f0() { function
H A Dalias.c3 // RUN: grep '@f1 = alias void ()\* @f0' %t
5 // RUN: grep 'define void @f0() nounwind {' %t
7 void f0(void) { } function
9 extern void f1(void) __attribute((alias("f0")));
H A Dc-strings.c10 void f0() { function
H A Dincomplete-function-type.c4 // CHECK: define void @f0
14 void f0() {} function
H A Dtentative-decls.c14 struct s0 *f0() { function
H A Dunreachable.c7 int f0() { function
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_2/statements/
H A Dswitch2.js46 function f0(i) { function
60 f0("a"), "ab*");
63 f0("b"), "ab*");
66 f0("*"), "ab*");
69 f0("c"), "c");
72 f0("d"), "d");
/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/v8/test/mjsunit/compiler/
H A Dregress-3249650.js31 function f0(x) { try { } catch (e) {}} function
41 f0(x);
/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/clang/test/Analysis/
H A Dstackaddrleak.c5 void f0() { function
/external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct/
H A Dp13.cpp6 void f0(Types ...args);
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dpartial-ordering.cpp34 int &f0(T1, T2, Rest...);
37 float &f0(T1, T2);
40 int &ir1 = f0(1, 2.0, 'a');
41 float &fr1 = f0(1, 2.0);
/external/clang/test/PCH/
H A Dfunctions.c8 int f0(int x0, int y0, ...) { return x0 + y0; } function

Completed in 368 milliseconds

1234567891011>>