Searched refs:f11 (Results 1 - 25 of 39) sorted by relevance

12

/external/clang/test/Sema/
H A Dwarn-unused-function.c42 static void f11(void);
43 static void f11(void) { } // expected-warning{{unused}} function
H A Dc89.c54 void f11 (z) /* expected-error {{may not have 'void' type}} */ function
H A Dpragma-unused.c52 int f11(int x) { function
/external/libffi/testsuite/libffi.call/
H A Dmany.c22 float f11,
30 (double) f11, (double) f12, (double) f13);
33 return ((f1/f2+f3/f4+f5/f6+f7/f8+f9/f10+f11/f12) * f13);
12 many(float f1, float f2, float f3, float f4, float f5, float f6, float f7, float f8, float f9, float f10, float f11, float f12, float f13) argument
H A Dmany_win32.c22 float f11,
26 return ((f1/f2+f3/f4+f5/f6+f7/f8+f9/f10+f11/f12) * f13);
12 stdcall_many(float f1, float f2, float f3, float f4, float f5, float f6, float f7, float f8, float f9, float f10, float f11, float f12, float f13) argument
/external/clang/test/CXX/except/except.spec/
H A Dp5-virtual.cpp40 virtual void f11() throw();
76 virtual void f11() noexcept;
/external/clang/test/CodeGen/
H A Dfunction-attributes.c45 int f11(void) { function
H A Dswitch.c156 // CHECK: define i32 @f11(
159 int f11(int x) { function
H A Darm-arguments.c63 // APCS-GNU: define void @f11(
65 // AAPCS: define arm_aapcscc i32 @f11()
67 struct s11 f11(void) {} function
H A Dexprs.c124 // CHECK: define i32 @f11
125 int f11(long X) {
H A Dstruct.c115 void f11() { function
H A Dx86_64-arguments.c61 // CHECK: define void @f11(%union.anon* noalias sret %agg.result)
62 union { long double a; float b; } f11() { while (1) {} } function
/external/clang/test/Analysis/
H A Dmalloc-overflow.c77 void * f11(int n) function
H A Darray-struct.c97 void f11() { function
H A Dnull-deref-ps.c236 void f11(unsigned i) { function
/external/libffi/src/ia64/
H A Dunix.S68 ldf.fill f11 = [r16], 32
211 (p8) stfs [r16] = f11, 8
235 (p8) stfd [r16] = f11, 16
259 (p8) stfe [r16] = f11, 32
313 stf.spill [r17] = f11, 32
440 (p8) ldfs f11 = [r17], 8
468 (p8) ldfd f11 = [r17], 16
496 (p8) ldfe f11 = [r17], 32
/external/openssl/crypto/
H A Dalphacpuid.pl44 fclr $f11
/external/libffi/src/powerpc/
H A Daix.S70 .set f11,11
170 lfd f11,-16-(3*8)(r28)
H A Daix_closure.S70 .set f11,11
140 stfd f11, 136(r1)
/external/clang/test/CodeGenCXX/
H A Dtemporaries.cpp194 void f11(H h) { function
/external/llvm/test/MC/ELF/
H A Dcfi.s65 f11: label
/external/chromium/chrome/browser/ui/views/bookmarks/
H A Dbookmark_context_menu_test.cc100 const BookmarkNode* f11 = model_->AddFolder(f1, 1, ASCIIToUTF16("F11")); local
101 model_->AddURL(f11, 0, ASCIIToUTF16("f11a"), GURL(test_base + "f11a"));
/external/oprofile/module/ia64/
H A Doprofile_stubs.S113 ldf.fill f11=[sp]; ldf.fill f12=[sp]; mov f13=f0
/external/chromium/chrome/browser/bookmarks/
H A Dbookmark_context_menu_controller_unittest.cc95 const BookmarkNode* f11 = model_->AddFolder(f1, 1, ASCIIToUTF16("F11")); local
96 model_->AddURL(f11, 0, ASCIIToUTF16("f11a"), GURL(test_base + "f11a"));
/external/chromium/chrome/browser/ui/gtk/bookmarks/
H A Dbookmark_editor_gtk_unittest.cc82 const BookmarkNode* f11 = model_->AddFolder(f1, 1, ASCIIToUTF16("F11")); local
83 model_->AddURL(f11, 0, ASCIIToUTF16("f11a"), GURL(test_base + "f11a"));

Completed in 892 milliseconds

12