Searched refs:f4 (Results 76 - 100 of 333) sorted by path

1234567891011>>

/external/chromium_org/v8/test/webkit/
H A DtoString-elision-trailing-comma.js42 function f4() { function
119 testToStringAndLength("f4", 2);
H A DtoString-for-var-decl.js31 var f4 = function () { for (var j;;) {} } function
38 shouldBe("unevalf(eval(unevalf(f4)))", "unevalf(f4)");
H A DtoString-number-dot-expr.js149 function f4(a) { function
/external/chromium_org/v8/tools/profviz/
H A Dgnuplot-4.6.3-emscripten.js[all...]
/external/clang/test/ASTMerge/Inputs/
H A Dfunction1.c5 void f4(int, int);
H A Dfunction2.c6 static void f4(float, float);
/external/clang/test/Analysis/
H A Darray-struct.c43 void f4() { function
H A Dcxx-crashes.cpp20 void *f4(int* w) { function
H A Ddead-stores.c27 void f4(int k) { function
H A Dmalloc-annotations.c160 int *f4() { function
H A Dmalloc-overflow.c27 void * f4(struct s4 *s) function
H A Dmalloc.c208 int *f4() { function
H A Dmethod-call.cpp37 void f4() { function
H A Dnull-deref-ps.c50 int f4(int *p) { function
H A Doutofbound.c33 void f4() { function
H A Dptr-arith.c47 void f4() { function
H A Dstack-addr-ps.cpp60 const int *f4() { function
H A Dstream.c35 void f4(void) { function
H A Duninit-const.cpp103 void f4(void) { function
H A Duninit-vals-ps.c46 float f4(void) { function
/external/clang/test/CXX/dcl.dcl/dcl.attr/dcl.attr.depend/
H A Dp1.cpp10 [[carries_dependency]] int (*f4)(); // expected-error {{'carries_dependency' attribute only applies to functions, methods, and parameters}} variable
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
H A Dp1.cpp58 int f4(); // expected-note {{previous declaration is here}}
59 constexpr int f4(); // expected-error {{constexpr declaration of 'f4' follows non-constexpr declaration}}
H A Dp6.cpp46 constexpr ConstexprCtor<int, NonLiteral> f4() { return { 0, 0 }; } // expected-error {{never produces a constant expression}} expected-note {{non-constexpr constructor 'NonLiteral}} function
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/
H A Dp7-1y.cpp48 const decltype(auto) f4(); // expected-error {{'decltype(auto)' cannot be combined with other type specifiers}}
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/
H A Dp7-0x.cpp78 Agg<float> f4 = {1.0}; // OK (double constant represented exactly) local
122 Agg<float> f4 = {12345678}; // OK (exactly fits in a float) local

Completed in 492 milliseconds

1234567891011>>