Searched defs:f3 (Results 26 - 50 of 235) sorted by relevance

12345678910

/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-smi-math-floor-round.js51 function f3(o) { function
55 assertEquals(2, f3({x_smi:1}));
56 assertEquals(2, f3({x_smi:1}));
57 %OptimizeFunctionOnNextCall(f3);
58 assertEquals(2, f3({x_smi:1}));
/external/chromium_org/v8/test/webkit/
H A Ddo-while-semicolon.js36 function f3() {
56 uf3 = uneval(f3);
57 ueuf3 = uneval(eval(uneval(f3)));
H A DtoString-number-dot-expr.js120 function f3(a) { function
/external/clang/test/Analysis/
H A Dfunc.c20 void f3(void (*f)(void), void (*g)(void)) { function
/external/clang/test/CXX/class/class.local/
H A Dp3.cpp24 void f3(int a) { // expected-note{{'a' declared here}} function
27 int f() { return a; } // expected-error{{reference to local variable 'a' declared in enclosing function 'f3'}}
/external/clang/test/CodeGen/
H A Dbitfield-assign.c39 void f3(void) { function
H A Dbounds-checking.c24 // CHECK-LABEL: @f3
25 void f3() { function
H A Dunreachable.c29 int f3(int i) { function
H A D2009-06-18-StaticInitTailPadPack.c9 float f3; member in struct:Bar
H A Dbuiltin-attributes.c23 // CHECK: f3
47 int f3(double x) { function
H A Dc-strings.c13 // CHECK: @f3.x = internal global [8 x i8] c"hello\00\00\00", align [[ALIGN]]
48 // CHECK-LABEL: define void @f3()
49 void f3() { function
52 // CHECK: call void @bar({{.*}} @f3.x
/external/clang/test/CodeGenCXX/
H A Dint64_uint64.cpp20 void f3(int64_t *ptr) {} function
H A Dreinterpret-cast.cpp12 unsigned long f3(void *p) { function
H A Dmangle-extern-local.cpp27 static int f3() { function in struct:N::S
35 int anchorf3() { return S::f3(); }
H A Dmangle-windows.cpp15 extern "C" void __stdcall f3(void) {} function
/external/clang/test/Sema/
H A Dimplicit-builtin-redecl.c22 int f3() { function
H A Dattr-noreturn.c18 void f3() __attribute__((noreturn));
19 void f3() { function
20 return; // expected-warning {{function 'f3' declared 'noreturn' should not return}}
/external/lldb/test/functionalities/dead-strip/
H A Dmain.c14 int f3 (char *s);
37 // We want f3 to start on line 40
38 int f3 (char *s) function
40 return printf("f3: %s\n", s);
51 f3("dong");
/external/lldb/test/macosx/order/
H A Dmain.c14 int f3 (char *s);
37 // We want f3 to start on line 40
38 int f3 (char *s) function
40 return printf("f3: %s\n", s);
52 f3("dong");
/external/chromium_org/v8/test/mjsunit/compiler/
H A Dvariables.js47 // Context-allocated locals. Local function forces x into f3's context.
48 function f3(x) { function
52 assertEquals(3, f3(3));
H A Dloopcount.js38 function f3(x) { x = x & 0x3fffffff; x++; return x; } function
39 assertEquals(0x40000000, f3(0x3fffffff));
/external/chromium_org/ui/base/models/
H A Dtree_node_iterator_unittest.cc29 TestNode* f3 = new TestNode(); local
30 root.Add(f3, 2);
32 f3->Add(f4, 0);
63 TestNode* f3 = new TestNode(3); local
64 root.Add(f3, 2);
66 f3->Add(f4, 0);
68 f3->Add(new TestNode(7), 1);
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.stc/
H A Dp10.cpp10 mutable T1 f3; // expected-error{{'mutable' cannot be applied to references}} member in struct:s0
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.type.elab/
H A Dp3.cpp61 C<A> f3; // expected-note {{in instantiation of template class}} variable
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
H A Dp18.cpp14 void f3() { function

Completed in 4651 milliseconds

12345678910