Searched refs:f1 (Results 276 - 300 of 499) sorted by relevance

<<11121314151617181920

/external/clang/test/CodeGenCXX/
H A Dmangle-neon-vectors.cpp18 void f1(int32x2_t v) { } function
H A Dreference-cast.cpp149 const _Complex float &f1() { function
H A Drvalue-references.cpp30 int &&f1() { return static_cast<int&&>(getIntXValue()); } function
/external/clang/test/FixIt/
H A Dfixit.c33 void f1(x, y) // expected-warning 2{{defaulting to type 'int'}} function
/external/clang/test/PCH/
H A Dstmts.h58 int f1(int x) { function
/external/clang/test/Parser/
H A Dattr-availability.c9 void f1() __attribute__((availability(macosx,deprecated=10.4,introduced=10.2,obsoleted=10.6)));
/external/clang/test/Sema/
H A Dpragma-unused.c3 void f1(void) { function
H A Dprivate-extern.c26 void f1() { function
H A Dvector-init.c20 __attribute__((vector_size(16))) float f1(void) { function
H A Dwarn-unused-function.c7 static void f1() {f2();} // expected-warning{{unused}} function
/external/clang/test/SemaCXX/
H A Dconversion-delete-expr.cpp26 void f1 (D1 d) function
H A Dfunction-redecl.cpp5 void f1() { function in namespace:N
H A Dlinkage-spec.cpp14 float &f1 = g(); local
H A Dvirtual-override.cpp163 Foo2<Base1> f1; local
165 f1.f(17);
228 virtual B* f1(); // expected-note{{overridden virtual function is here}}
232 virtual TD<M>* f1(); // expected-error{{return type of virtual function 'f1' is not covariant with the return type of the function it overrides ('TD<1> *'}}
H A Dwarn-unused-filescoped.cpp3 static void f1(); // expected-warning{{unused}}
H A Doverload-member-call.cpp22 float& f1 = f(0); local
42 float& f1 = x.f(0); local
/external/clang/test/SemaTemplate/
H A Dfun-template-def.cpp19 T f1(T t1, U u1, int i1) function
H A Dinstantiate-local-class.cpp6 T (X::* f1())(int) { return 0; } function in struct:Y
H A Ddependent-base-classes.cpp95 this->template f1<int>()(k);
106 this->template f1<int>()(k); // expected-error{{'f1' following the 'template' keyword does not refer to a template}} \
/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/openssl/crypto/
H A Dsparccpuid.S38 ld [%o0],%f1
69 .v8: fmovs %f1,%f31
73 fmovs %f1,%f29
77 fmovs %f1,%f27
81 fmovs %f1,%f25
85 fmovs %f1,%f23
89 fmovs %f1,%f21
93 fmovs %f1,%f19
97 fmovs %f1,%f17
101 fmovs %f1,
[all...]
/external/webkit/Source/WebCore/platform/graphics/gpu/
H A DLoopBlinnMathUtils.h41 bool approxEqual(float f0, float f1);
/external/chromium/chrome/browser/bookmarks/
H A Dbookmark_html_writer_unittest.cc84 const string16& f1,
93 if (!f1.empty()) {
94 entry.path.push_back(f1);
111 const string16& f1,
115 f1, f2, f3),
191 const BookmarkNode* f1 = model->AddFolder( local
193 model->AddURLWithCreationTime(f1, 0, url1_title, url1, t1);
199 const BookmarkNode* f2 = model->AddFolder(f1, 1, f2_title);
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/temp/temp.decls/temp.class/temp.mem.func/
H A Dp1.cpp14 void f1(size_type) const;
35 void X0<X, Y>::f1(int) const { } function in class:X0
/external/clang/test/CodeGen/
H A Dconst-init.c108 struct g20_s0 *f0, **f1; member in struct:g20_s1
112 return l0.f1;

Completed in 2119 milliseconds

<<11121314151617181920