Searched refs:f3 (Results 151 - 175 of 400) sorted by relevance

1234567891011>>

/external/clang/test/Sema/
H A Dpragma-unused.c18 void f3(void) { function
H A Dprivate-extern.c37 void f3() { function
H A Dstring-init.c41 long f3[] = u"a"; // expected-error{{array initializer must be an initializer list}} local
H A Dvla.c35 void f3() function
H A Dinit.c73 int f3(int x) { return x; } function
75 void *bar = (vfunc) f3;
/external/clang/test/SemaCXX/
H A Dconversion-delete-expr.cpp57 void f3 (D3 d) function
H A Dcxx11-attr-print.cpp38 int f3 [[gnu::warn_unused_result]] ();
H A Dnamespace.cpp52 void f3() { function in namespace:S1::S2::S3
/external/clang/test/SemaTemplate/
H A Dfun-template-def.cpp53 void f3() { function
H A Dcurrent-instantiation.cpp28 void f3(T&); // expected-note{{previous}}
29 void f3(typename X0::U_type&);
30 void f3(typename ::X0<T_type, U_type>::T_type&); // expected-error{{redecl}}
93 void f3(T&); // expected-note{{previous}}
94 void f3(typename X0::U_type&);
95 void f3(typename ::X0<T_type*, U_type*>::T_type&); // expected-error{{redecl}}
H A Dalias-templates.cpp87 void f3(type_tuple<Ts...>, U<Ts> ...is) {} // expected-note {{requires 4 arguments, but 3 were provided}} function in namespace:PR11848
94 f3(type_tuple<>());
95 f3(type_tuple<void, void, void>(), 1, 2); // expected-error {{no match}}
96 f3(type_tuple<void, void, void>(), 1, 2, 3);
133 void f3(Y<Ts>...as) { g(as...); } // ok function in struct:Core22036::S
H A Ddependent-type-identity.cpp43 void f3(X0<T>*); // expected-note{{previous}}
44 void f3(X0<U>*);
45 void f3(::X0<type>*); // expected-error{{redeclar}}
/external/llvm/test/MC/ARM/
H A Dsymbol-variants-errors.s18 f3: label
/external/skia/include/core/
H A DSkEndian.h173 #define SK_UINT8_BITFIELD(f0, f1, f2, f3, f4, f5, f6, f7) \
177 SK_OT_BYTE f3 : 1; \
183 #define SK_UINT8_BITFIELD(f0, f1, f2, f3, f4, f5, f6, f7) \
188 SK_OT_BYTE f3 : 1; \
/external/clang/test/CXX/temp/temp.decls/temp.class/temp.mem.func/
H A Dp1.cpp16 void f3(size_type) const;
41 void X0<X, Y>::f3(size_type) const { function in class:X0
/external/icu/icu4c/source/layout/
H A DAnchorTables.cpp37 const Format3AnchorTable *f3 = (const Format3AnchorTable *) this; local
39 f3->getAnchor(fontInstance, anchor);
/external/libcxx/test/input.output/iostreams.base/ios.base/ios.base.locales/
H A Dimbue.pass.cpp63 void f3(std::ios_base::event ev, std::ios_base& stream, int index) function
82 b.register_callback(f3, 6);
/external/valgrind/main/perf/
H A Dbigcode.c80 int(*f3)(int,int) = (void*)&a[FN_SIZE*(i+2)];
84 sum3 += f3(i+2, n_fns-i+2);
/external/chromium_org/v8/test/mjsunit/
H A Dfield-type-tracking.js112 var f3 = new Foo({x: 3});
118 assertEquals(readX(f3), 3);
128 writeX(f3, {x: 33});
129 assertEquals(readX(f3), 33);
142 var f3 = new Narf(3);
147 baz(f3, {a: -1});
/external/llvm/test/MC/Mips/mips64r6/
H A Dinvalid-mips5-wrong-error.s28 c.ule.ps $fcc6,$f17,$f3 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: Unknown instruction
31 cvt.ps.s $f3,$f18,$f19 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: Unknown instruction
32 cvt.ps.pw $f3,$f18 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: Unknown instruction
33 madd.ps $f22,$f3,$f14,$f3 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: Unknown instruction
/external/ceres-solver/internal/ceres/
H A Dtrust_region_minimizer_test.cc104 const double f3 = pow(x2 - 2.0 * x3, 2.0); local
110 << "f3=" << f3 << ", "
113 *cost = (f1*f1 + f2*f2 + f3*f3 + f4*f4) / 2.0;
120 residuals[2] = f3;
173 gradient[column_index++] = f1 * 10.0 + f3 * 2.0 * (x2 - 2.0 * x3);
178 f2 * sqrt(5.0) + f3 * (2.0 * 2.0 * (2.0 * x3 - x2));
/external/chromium_org/chrome/browser/bookmarks/
H A Dbookmark_html_writer_unittest.cc92 const base::string16& f3) {
100 if (!f3.empty())
101 entry.path.push_back(f3);
116 const base::string16& f3) {
118 f1, f2, f3),
218 const BookmarkNode* f3 = model->AddFolder(model->other_node(), 2, f3_title); local
219 const BookmarkNode* f4 = model->AddFolder(f3, 0, f4_title);
86 BookmarkValuesToString(bool on_toolbar, const GURL& url, const base::string16& title, base::Time creation_time, const base::string16& f1, const base::string16& f2, const base::string16& f3) argument
109 AssertBookmarkEntryEquals(const ImportedBookmarkEntry& entry, bool on_toolbar, const GURL& url, const base::string16& title, base::Time creation_time, const base::string16& f1, const base::string16& f2, const base::string16& f3) argument
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-tuple.h301 GTEST_BY_REF_(T2) f2, GTEST_BY_REF_(T3) f3) : f0_(f0), f1_(f1), f2_(f2),
302 f3_(f3) {}
342 GTEST_BY_REF_(T2) f2, GTEST_BY_REF_(T3) f3,
343 GTEST_BY_REF_(T4) f4) : f0_(f0), f1_(f1), f2_(f2), f3_(f3), f4_(f4) {}
386 GTEST_BY_REF_(T2) f2, GTEST_BY_REF_(T3) f3, GTEST_BY_REF_(T4) f4,
387 GTEST_BY_REF_(T5) f5) : f0_(f0), f1_(f1), f2_(f2), f3_(f3), f4_(f4),
433 GTEST_BY_REF_(T2) f2, GTEST_BY_REF_(T3) f3, GTEST_BY_REF_(T4) f4,
435 f3_(f3), f4_(f4), f5_(f5), f6_(f6) {}
482 GTEST_BY_REF_(T2) f2, GTEST_BY_REF_(T3) f3, GTEST_BY_REF_(T4) f4,
484 GTEST_BY_REF_(T7) f7) : f0_(f0), f1_(f1), f2_(f2), f3_(f3), f4
588 GTEST_BY_REF_(T2) f2, GTEST_BY_REF_(T3) f3, GTEST_BY_REF_(T4) f4, member in class:std::tr1::tuple
661 make_tuple(const T0& f0, const T1& f1, const T2& f2, const T3& f3) argument
667 make_tuple(const T0& f0, const T1& f1, const T2& f2, const T3& f3, const T4& f4) argument
673 make_tuple(const T0& f0, const T1& f1, const T2& f2, const T3& f3, const T4& f4, const T5& f5) argument
679 make_tuple(const T0& f0, const T1& f1, const T2& f2, const T3& f3, const T4& f4, const T5& f5, const T6& f6) argument
685 make_tuple(const T0& f0, const T1& f1, const T2& f2, const T3& f3, const T4& f4, const T5& f5, const T6& f6, const T7& f7) argument
691 make_tuple(const T0& f0, const T1& f1, const T2& f2, const T3& f3, const T4& f4, const T5& f5, const T6& f6, const T7& f7, const T8& f8) argument
698 make_tuple(const T0& f0, const T1& f1, const T2& f2, const T3& f3, const T4& f4, const T5& f5, const T6& f6, const T7& f7, const T8& f8, const T9& f9) argument
[all...]
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/
H A Dp3.cpp68 template<typename T> A<T> f3(T * * const * const);
71 A<int> a0 = f3(ip);
72 A<volatile int> a1 = f3(vip);
/external/llvm/test/MC/SystemZ/
H A Dregs-good.s58 #CHECK: ler %f2, %f3 # encoding: [0x38,0x23]
67 ler %f2,%f3
76 #CHECK: ldr %f2, %f3 # encoding: [0x28,0x23]
85 ldr %f2,%f3
122 #CHECK: .cfi_offset %f3, 152
156 .cfi_offset %f3,152

Completed in 5787 milliseconds

1234567891011>>