Searched refs:f4 (Results 51 - 75 of 333) sorted by relevance

1234567891011>>

/external/clang/test/Sema/
H A Dattr-availability-macosx.c7 void f4(int) __attribute__((availability(macosx,introduced=10.1,deprecated=10.3,obsoleted=10.5), availability(ios,introduced=2.0,deprecated=3.0))); // expected-note{{explicitly marked unavailable}}
15 f4(0); // expected-error{{f4' is unavailable: obsoleted in OS X 10.5}}
H A Dwarn-unused-function.c15 inline static void f4();
16 void f4() { } // expected-warning{{unused}} function
H A Dexpr-address-of.c76 extern void f4();
77 void (*_dummy0)() = &****f4;
80 void f4() { function
H A Dattr-args.c7 inline __attribute__((const(a))) void *f4(); // expected-error {{'const' attribute takes no arguments}}
H A Dattr-unused.c33 int f4(int x) { function
H A Dcomplex-imag.c24 void f4() { function
H A Ddecl-in-prototype.c20 int f4(struct A { struct b { int j; } t; } *); // expected-warning {{declaration of 'struct A' will not be visible outside of this function}} expected-warning {{redefinition of 'b' will not be visible outside of this function}}
H A Dknr-def-call.c21 void f4() { function
/external/clang/test/CodeGen/
H A D2007-09-28-PackedUnionMember.c9 struct opaque2 *f4; member in union:H::__anon18546
H A Dle32-arguments.c30 // CHECK-LABEL: define void @f4(i8 signext %a, i16 signext %b)
31 void f4(char a, short b) {} function
/external/clang/test/CodeGenCXX/
H A Dmangle-extern-local.cpp38 int f4() { function
H A Dvisibility-inlines-hidden.cpp22 void f4();
31 inline void X1<int>::f4() { } function in class:X1
57 x1->f4();
H A Ddefault-arguments.cpp67 void f4() { function
/external/clang/test/Index/
H A Dcomplete-exprs.c18 void f4(const char* str) { function
67 // CHECK-CC7: FunctionDecl:{ResultType void}{TypedText f4}{LeftParen (}{Placeholder const char *str}{RightParen )} (50)
/external/clang/test/Parser/
H A Dcxx-stmt.cpp49 void f4() { function
H A Dattributes.c25 void f4(__attribute__(())); // expected-error {{expected parameter declarator}}
34 void g4(void (*f4)(__attribute__(()))); // expected-error {{expected parameter declarator}}
41 void (*h4)(void (*f4)(__attribute__(()))); // expected-error {{expected parameter declarator}}
/external/clang/test/SemaTemplate/
H A Dtemp_func_order.cpp56 int &f4(T&);
59 float &f4(const T&);
62 int &ir1 = f4(i);
63 float &fr1 = f4(ic);
/external/chromium_org/v8/test/mjsunit/compiler/
H A Doptimized-function-calls.js73 function f4(a, b, c, d) { function
78 return f4(f3(f2(f1(f0()),f0()),f1(f0()),f0()),f2(f1(f0()),f0()),f1(f0()),f0())
79 + f4(f0(),f1(f0()),f2(f1(f0()),f0()),f3(f2(f1(f0()),f0()),f1(f0()),f0()));
H A Dloopcount.js42 function f4() { function
47 assertEquals(0x40000000, f4());
/external/clang/test/SemaCXX/
H A Dwarn-unused-parameters.cpp8 template<typename U> U f4(U x);
16 template<typename T> template<typename U> U X<T>::f4(U) { return U(); } function in class:X
24 x.f4(i);
/external/chromium_org/v8/test/mjsunit/
H A Dsimple-constructor.js48 function f4(x) { class
72 o4_0_1 = new f4(0);
73 o4_0_2 = new f4(0);
77 o4_1_1 = new f4(1);
78 o4_1_2 = new f4(1);
/external/chromium_org/third_party/webrtc/modules/audio_processing/aec/
H A Daec_rdft_mips.c272 float f0, f1, f2, f3, f4, f5, f6, f7, f8, f9, f10, f11, f12, f13, f14; local
285 "lwc1 %[f4], 16(%[a]) \n\t"
291 "add.s %[f2], %[f4], %[f6] \n\t"
292 "sub.s %[f4], %[f4], %[f6] \n\t"
299 "sub.s %[f2], %[f1], %[f4] \n\t"
300 "add.s %[f1], %[f1], %[f4] \n\t"
301 "add.s %[f4], %[f6], %[f3] \n\t"
309 "swc1 %[f4], 4(%[a]) \n\t"
318 "lwc1 %[f4], 4
521 float f0, f1, f2, f3, f4, f5, f6, f7, f8, f9, f10, f11, f12, f13, f14; local
807 float f0, f1, f2, f3, f4, f5, f6, f7, f8; local
865 float f0, f1, f2, f3, f4, f5, f6, f7, f8; local
929 float f1, f2, f3 ,f4, f5, f6, f7, f8, f9, f10, f11, f12, f13, f14, f15; local
1056 float f1, f2, f3 ,f4, f5, f6, f7, f8, f9, f10, f11, f12, f13, f14, f15; local
[all...]
/external/clang/test/Analysis/
H A Dcxx-crashes.cpp20 void *f4(int* w) { function
/external/chromium_org/third_party/mesa/src/src/mesa/sparc/
H A Dxform.S85 fmuls %f0, M3, %f4 ! FGM Group
95 fmuls %f8, M3, %f12 ! FGM Group f4 available
96 fadds %f4, M15, %f4 ! FGA
97 st %f4, [%g2 + 0x0c] ! LSU
118 fmuls %f0, M3, %f4 ! FGM Group
125 fadds %f4, M15, %f4 ! FGA Group
126 st %f4, [%g2 + 0x0c] ! LSU
203 fadds %f2, M13, %f4 ! FG
[all...]
/external/mesa3d/src/mesa/sparc/
H A Dxform.S85 fmuls %f0, M3, %f4 ! FGM Group
95 fmuls %f8, M3, %f12 ! FGM Group f4 available
96 fadds %f4, M15, %f4 ! FGA
97 st %f4, [%g2 + 0x0c] ! LSU
118 fmuls %f0, M3, %f4 ! FGM Group
125 fadds %f4, M15, %f4 ! FGA Group
126 st %f4, [%g2 + 0x0c] ! LSU
203 fadds %f2, M13, %f4 ! FG
[all...]

Completed in 1949 milliseconds

1234567891011>>