Searched refs:f2 (Results 101 - 125 of 481) sorted by relevance

1234567891011>>

/external/clang/test/Sema/
H A Dknr-def-call.c14 void f2(float); // expected-note{{previous declaration is here}}
15 void f2(x) float x; { } // expected-warning{{promoted type 'double' of K&R function parameter is not compatible with the parameter type 'float' declared in a previous prototype}} function
/external/clang/test/SemaCXX/
H A Dattr-nonnull.cpp27 __attribute__((nonnull(2))) void f2(int i, int * const &p);
31 f2(0, 0); // expected-warning{{null passed to a callee which requires a non-null argument}}
H A Dattr-noreturn.cpp23 void f2() { f1(f0); } function
46 f3(f2); // expected-error{{no matching function for call}}
H A Dwarn-unused-value.cpp28 void b(Foo f1, Foo f2) { argument
29 NOP(f1 == f2); // expected-warning {{expression result unused}}
/external/clang/test/SemaTemplate/
H A Dmember-template-access-expr.cpp57 static int* f2(int);
58 template<typename T> static float* f2(T);
71 float* (*fp3)(int) = &X1::f2;
72 float* (*fp4)(int) = &X1::f2<>;
73 float* (*fp5)(float) = &X1::f2<float>;
74 float* (*fp6)(int) = X1::f2;
75 float* (*fp7)(int) = X1::f2<>;
76 float* (*fp8)(float) = X1::f2<float>;
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dfloat-weight.h159 float f1 = w1.Value(), f2 = w2.Value(); local
162 else if (f2 == kPosInfinity)
165 return TropicalWeight(f1 + f2);
171 float f1 = w1.Value(), f2 = w2.Value(); local
172 if (f2 == kPosInfinity)
177 return TropicalWeight(f1 - f2);
220 float f1 = w1.Value(), f2 = w2.Value(); local
223 else if (f2 == kPosInfinity)
225 else if (f1 > f2)
226 return LogWeight(f2
232 float f1 = w1.Value(), f2 = w2.Value(); local
244 float f1 = w1.Value(), f2 = w2.Value(); local
[all...]
/external/v8/test/mjsunit/
H A Dbreak.js40 function f2() { function
49 f2();
H A Dgreedy.js33 var f2 = f0 + f1;
34 f0 = f1; f1 = f2;
/external/v8/test/mjsunit/compiler/
H A Dglobals.js74 function f2(x) { glo2 = x; } function
75 f2(42);
H A Dregress-3249650.js33 function f2(x) { try { } catch (e) {}} function
43 f2(x);
H A Dsimple-global-access.js35 function f2() { this.x = g1; this.y = g2; this.z = g3; } class
38 var o = { x:0, y:0, z:0, test1:f1, test2:f2, test3:f3 }
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Regress/
H A Dregress-185165.js58 var f2; variable
59 eval("f2=" + s1);
60 var s2 = f2.toString();
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Scope/
H A Dregress-154693.js60 var f2 = f();
63 actual = (f1 != f2);
/external/clang/test/Analysis/
H A Dfunc.c15 void f2() { function
H A Dstackaddrleak.c16 void f2() { function
/external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct/
H A Dp13.cpp24 int (...f2)(int); // expected-error{{only function and template parameters can be parameter packs}}
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
H A Dp13.cpp3 void f2() { function
/external/clang/test/CXX/expr/
H A Dp10-0x.cpp42 void f2(volatile int *x) { function
/external/clang/test/CXX/temp/temp.decls/temp.class.spec/temp.class.spec.mfunc/
H A Dp1-neg.cpp10 void f2();
/external/clang/test/CodeGen/
H A D2008-07-31-promotion-of-compound-pointer-arithmetic.c20 int f2(long n) { function
H A Dc-strings.c19 void f2() { function
H A Dstaticinit.c33 char *f2(char key) { function
H A Dunreachable.c19 int f2(int i) { function
/external/clang/test/CodeGenCXX/
H A Dalloca-align.cpp21 // CHECK: define i32 @f2
24 extern "C" struct s1 f2(int a, struct s1 *x, struct s1 *y) { function
/external/clang/test/Index/
H A Dcomplete-macros.c12 void f2() { function

Completed in 322 milliseconds

1234567891011>>