Searched defs:f2 (Results 201 - 225 of 467) sorted by relevance

1234567891011>>

/external/clang/test/CodeGen/
H A Dstaticinit.c33 char *f2(char key) { function
/external/clang/test/CodeGenCXX/
H A Ddebug-info-template-member.cpp75 void f2() { function
H A Dmangle-subst.cpp45 template <typename T> void f2(V<T>, typename V<T>::U) { } function
48 template void f2<int>(V<int>, int);
/external/clang/test/FixIt/
H A Dfixit-function-call.cpp16 void f2(intTy2 *a) { function
/external/clang/test/Sema/
H A Dalias-redefinition.c10 void f2() {} function
11 void fun2(void) __attribute((alias("f2"))); // expected-note {{previous definition}}
H A Dimplicit-builtin-decl.c26 void f2() { function
H A Dvector-cast.c33 void f2(t2 X); // expected-note{{passing argument to parameter 'X' here}}
36 f2(Y); // expected-warning {{incompatible vector types passing 't3' (vector of 4 'float' values) to parameter of type 't2' (vector of 16 'char' values)}}
42 float2 f2; local
44 f2 += d;
45 d += f2;
H A Dvector-init.c25 __attribute__((vector_size(16))) float f2( function
H A Dvla.c20 void f2(unsigned int m) function
H A Dwarn-strlcpycat-size.c14 char f2[100][3]; member in struct:__anon19192
26 strlcpy((*s5)->f2[x], s2, sizeof(s2)); // expected-warning {{size argument in 'strlcpy' call appears to be size of the source; expected the size of the destination}} expected-note {{change size argument to be the size of the destination}}
/external/clang/test/SemaCXX/
H A Dderived-to-base-ambig.cpp20 void g(E2* e2, F2* f2) { argument
23 o2 = f2; // expected-error{{ambiguous conversion from derived class 'F2' to base class 'Object2':}} expected-error{{assigning to 'Object2 *' from incompatible type 'F2 *'}}
31 void overload_call(F2* f2) { argument
32 overload_okay(f2);
/external/clang/test/SemaTemplate/
H A Dfun-template-def.cpp51 void f2(__restrict T x) {} // expected-note {{substitution failure [with T = int]: restrict requires a pointer or reference ('int' is invalid}} function
54 f2<int*>(0);
55 f2<int>(0); // expected-error {{no matching function for call to 'f2'}}
/external/eigen/test/
H A Darray_replicate.cpp35 f2 = internal::random<int>(1,10); local
37 x1.resize(rows*f1,cols*f2);
38 for(int j=0; j<f2; j++)
41 VERIFY_IS_APPROX(x1, m1.replicate(f1,f2));
53 vx1.resize(rows*f2);
54 for (int j=0; j<f2; ++j)
56 VERIFY_IS_APPROX(vx1, v1.colwise().replicate(f2));
/external/icu/icu4c/source/layout/
H A DAnchorTables.cpp29 const Format2AnchorTable *f2 = (const Format2AnchorTable *) this; local
31 f2->getAnchor(glyphID, fontInstance, anchor);
/external/libcxx/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/
H A Dcopy.pass.cpp73 std::function<int(int)> f2 = f; local
76 assert(f2.target<A>());
77 assert(f2.target<int(*)(int)>() == 0);
86 std::function<int(int)> f2 = f; local
88 assert(f2.target<int(*)(int)>());
89 assert(f2.target<A>() == 0);
97 std::function<int(int)> f2 = f; local
99 assert(f2.target<int(*)(int)>() == 0);
100 assert(f2.target<A>() == 0);
110 std::function<int(int)> f2 local
[all...]
H A Dcopy_assign.pass.cpp73 std::function<int(int)> f2; local
74 f2 = f;
77 assert(f2.target<A>());
78 assert(f2.target<int(*)(int)>() == 0);
87 std::function<int(int)> f2; local
88 f2 = f;
90 assert(f2.target<int(*)(int)>());
91 assert(f2.target<A>() == 0);
99 std::function<int(int)> f2; local
100 f2
113 std::function<int(int)> f2; local
[all...]
/external/libcxxabi/test/
H A Dunwind_01.cpp54 void f2() function
66 f2();
H A Dunwind_02.cpp54 void f2() function
66 f2();
H A Dunwind_03.cpp56 void f2() function
68 f2();
H A Dunwind_04.cpp56 void f2() function
68 f2();
H A Dunwind_05.cpp56 void f2() function
68 f2();
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
H A Ddtmf_tone_generator_unittest.cc44 double f2 = kHighFreqHz[event]; local
49 sin(2.0 * pi * f2 / fs_hz * (-n - 1));
/external/chromium_org/v8/test/mjsunit/
H A Darguments.js111 function f2() { function
117 assertEquals(55, f2(10));
/external/clang/test/Analysis/
H A DCFNumber.c22 __attribute__((cf_returns_retained)) CFNumberRef f2(unsigned short x) { function
H A Dcxx-crashes.cpp12 long f2(char *c) { function

Completed in 868 milliseconds

1234567891011>>