Searched refs:f2 (Results 251 - 275 of 532) sorted by relevance

<<11121314151617181920>>

/external/clang/test/CodeGenCXX/
H A Dmangle-neon-vectors.cpp20 void f2(int32x4_t v) { } function
H A Drvalue-references.cpp36 int &&f2() { return static_cast<int&&>(getIntPRValue()); } function
/external/clang/test/Parser/
H A Dattr-availability.c11 void f2() __attribute__((availability(ios,deprecated=10.4.7,introduced=10,obsoleted=10.6)));
/external/clang/test/Sema/
H A Dpragma-unused.c12 void f2(void) { function
H A Dprivate-extern.c31 void f2() { function
H A Dvector-init.c25 __attribute__((vector_size(16))) float f2( function
H A Dvla.c20 void f2(unsigned int m) function
/external/clang/test/SemaCXX/
H A Dattr-format.cpp4 static const char* f2(const char*) __attribute__((format_arg(1)));
H A Dcomposite-pointer-type.cpp38 int f2() { function
H A Dconversion-delete-expr.cpp40 void f2 (D2 d) function
H A Dcxx11-attr-print.cpp35 int f2 [[clang::warn_unused_result]] ();
H A Dfunction-redecl.cpp13 void f2() { function in namespace:N
H A Dvirtual-override.cpp164 Foo2<Base2> f2; local
166 f2.f(17);
229 virtual TB<N>* f2(); // expected-note{{overridden virtual function is here}}
233 virtual D* f2(); // expected-error{{return type of virtual function 'f2' is not covariant with the return type of the function it overrides ('type_dependent_covariance::D *' is not derived from 'TB<1> *')}}
/external/clang/test/SemaTemplate/
H A Dalias-templates.cpp83 void f2(U<Ts> ...is) { } // expected-note {{requires 0 arguments, but 1 was provided}} function in namespace:PR11848
92 f2(); // ok
93 f2(1); // expected-error {{no match}}
132 void f2(Y<Ts>...as) { h(g(as)...); } // expected-error {{undeclared identifier 'g'}} function in struct:Core22036::S
H A Dcurrent-instantiation.cpp24 void f2(T&); // expected-note{{previous}}
25 void f2(typename X0::U_type&);
26 void f2(typename X0<T_type, U_type>::T_type&); // expected-error{{redecl}}
89 void f2(T&); // expected-note{{previous}}
90 void f2(typename X0::U_type&);
91 void f2(typename X0<T_type*, U_type*>::T_type&); // expected-error{{redecl}}
H A Ddefault-expr-arguments.cpp13 template<typename T> void f2(T a, T b = T()) { } function
21 f2(10);
22 f2(S());
46 F<int> f2; local
180 void f2() { function in namespace:PR5810
/external/freetype/include/freetype/
H A Dftcache.h1105 #define FTC_FONT_COMPARE( f1, f2 ) \
1106 ( (f1)->face_id == (f2)->face_id && \
1107 (f1)->pix_width == (f2)->pix_width && \
1108 (f1)->pix_height == (f2)->pix_height )
/external/clang/test/CXX/temp/temp.decls/temp.class/temp.mem.func/
H A Dp1.cpp15 void f2(size_type) const;
38 void X0<X, Y>::f2(size_type) const { } function in class:X0
/external/clang/test/FixIt/
H A Dfixit-cxx0x.cpp27 virtual void f2(), f3();
36 f2 final,
/external/icu4c/layout/
H A DAnchorTables.cpp29 const Format2AnchorTable *f2 = (const Format2AnchorTable *) this; local
31 f2->getAnchor(glyphID, fontInstance, anchor);
/external/kernel-headers/original/asm-mips/
H A Dfpregdef.h25 #define fv1 $f2
63 #define fv1 $f2
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-tuple.h264 GTEST_BY_REF_(T2) f2) : f0_(f0), f1_(f1), f2_(f2) {}
301 GTEST_BY_REF_(T2) f2, GTEST_BY_REF_(T3) f3) : f0_(f0), f1_(f1), f2_(f2),
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,
434 GTEST_BY_REF_(T5) f5, GTEST_BY_REF_(T6) f6) : f0_(f0), f1_(f1), f2_(f2),
588 GTEST_BY_REF_(T2) f2, GTEST_BY_REF_(T3) f3, GTEST_BY_REF_(T4) f4, member in class:std::tr1::tuple
656 make_tuple(const T0& f0, const T1& f1, const T2& f2) argument
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/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/spec/
H A DECFieldF2mTest.java396 ECFieldF2m f2 = new ECFieldF2m(2000, BigInteger.valueOf(0L).
399 assertTrue(f1.equals(f2) && f2.equals(f1));
409 ECFieldF2m f2 = new ECFieldF2m(2000, BigInteger.valueOf(0L).
412 assertFalse(f1.equals(f2) || f2.equals(f1));
/external/chromium/chrome/browser/bookmarks/
H A Dbookmark_html_writer_unittest.cc85 const string16& f2,
95 if (!f2.empty()) {
96 entry.path.push_back(f2);
112 const string16& f2,
115 f1, f2, f3),
199 const BookmarkNode* f2 = model->AddFolder(f1, 1, f2_title); local
200 model->AddURLWithCreationTime(f2, 0, url2_title, url2, t2);
80 BookmarkValuesToString(bool on_toolbar, const GURL& url, const string16& title, base::Time creation_time, const string16& f1, const string16& f2, const string16& f3) argument
106 AssertBookmarkEntryEquals(const ProfileWriter::BookmarkEntry& entry, bool on_toolbar, const GURL& url, const string16& title, base::Time creation_time, const string16& f1, const string16& f2, const string16& f3) argument
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/
H A Dp7-0x.cpp21 float f2 { 7 }; // OK: 7 can be exactly represented as a float
75 Agg<float> f2 = {d}; // expected-error {{non-constant-expression cannot be narrowed from type 'double' to 'float'}} expected-note {{override}} local
118 Agg<double> f2 = {c}; // expected-error {{ cannot be narrowed }} expected-note {{override}} local

Completed in 485 milliseconds

<<11121314151617181920>>