Searched refs:foo (Results 476 - 500 of 2451) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-crbug-122271.js36 c.foo = "baz";
38 function foo(array) { function
39 array.foo = "bar";
45 foo(a);
46 foo(b);
H A Dregress-crbug-309623.js38 function foo(i) { function
43 assertEquals(u[0], foo(0));
44 assertEquals(u[0], foo(0));
45 %OptimizeFunctionOnNextCall(foo);
46 assertEquals(u[1], foo(1));
H A Dregress-inlining-function-literal-context.js41 function foo() { function
50 assertArrayEquals([1], foo());
51 assertArrayEquals([1], foo());
52 %OptimizeFunctionOnNextCall(foo);
53 assertArrayEquals([1], foo());
H A Dregress-2226.js28 var foo = function() { 0; /* foo function */ }; function
32 var test = foo.test = bar.test = baz;
35 assertEquals(baz, foo.test);
H A Dregress-2843.js33 function foo(x, fun) { function
41 assertThrows("foo(1, bailout)");
42 assertThrows("foo(1, bailout)");
43 %OptimizeFunctionOnNextCall(foo);
44 assertThrows("foo(1, bailout)");
45 assertEquals(2, foo(1, function() {}));
H A Dregress-334708.js30 function foo(x, y) { function
35 return foo(x + 1, y + 1);
38 foo(16, "4");
H A Dregress-784.js37 foo = function () {
41 foo();
42 foo("Hello", "There");
35 foo = function () { function
/external/clang/test/CodeGenCXX/
H A Duncopyable-args.cpp9 void foo(A);
11 foo({});
19 // WIN64-LABEL: declare void @"\01?foo@trivial@@YAXUA@1@@Z"(i64)
27 void foo(A);
31 foo({});
40 // WIN64-LABEL: declare void @"\01?foo@default_ctor@@YAXUA@1@@Z"(i64)
51 void foo(A);
53 foo({});
62 // WIN64-LABEL: declare void @"\01?foo@move_ctor@@YAXUA@1@@Z"(%"struct.move_ctor::A"*)
72 void foo(
[all...]
H A Dvtable-key-function-ios.cpp22 virtual inline void foo();
32 void Test0a::foo() {} function in class:Test0a
38 virtual inline void foo();
43 void Test0b::foo() {} function in class:Test0b
54 virtual void foo();
65 inline void Test1a::foo() {} function in class:Test1a
71 virtual void foo();
76 inline void Test1b::foo() {} function in class:Test1b
88 virtual void foo();
99 inline void Test2a::foo() {} function in class:Test2a
117 inline void Test2b::foo() {} function in class:Test2b
128 inline void Test2c::foo() {} function in class:Test2c
152 inline void Test3a::foo() {} function in class:Test3a
171 inline void Test3b::foo() {} function in class:Test3b
183 inline void Test3c::foo() {} function in class:Test3c
[all...]
H A Dvtable-key-function-arm.cpp22 virtual inline void foo();
32 void Test0a::foo() {} function in class:Test0a
38 virtual inline void foo();
43 void Test0b::foo() {} function in class:Test0b
54 virtual void foo();
63 // 'bar' becomes the key function when 'foo' is defined inline.
64 inline void Test1a::foo() {} function in class:Test1a
70 virtual void foo();
74 // 'bar' becomes the key function when 'foo' is defined inline.
75 inline void Test1b::foo() {} function in class:Test1b
98 inline void Test2a::foo() {} function in class:Test2a
117 inline void Test2b::foo() {} function in class:Test2b
129 inline void Test2c::foo() {} function in class:Test2c
153 inline void Test3a::foo() {} function in class:Test3a
172 inline void Test3b::foo() {} function in class:Test3b
184 inline void Test3c::foo() {} function in class:Test3c
208 template <> inline void Test4a<int>::foo() {} function in class:Test4a
227 template <> inline void Test4b<int>::foo() {} function in class:Test4b
239 template <> inline void Test4c<int>::foo() {} function in class:Test4c
266 template <> inline void Test5a<int>::foo() {} function in class:Test5a
287 template <> inline void Test5b<int>::foo() {} function in class:Test5b
301 template <> inline void Test5c<int>::foo() {} function in class:Test5c
[all...]
/external/llvm/test/MC/COFF/
H A Dseh-section.s2 // (e.g. .text$foo), its unwind info section also has a suffix (.xdata$foo).
5 // CHECK: Name: .xdata$foo
23 .section .text$foo,"x"
24 .globl foo
25 .def foo; .scl 2; .type 32; .endef
26 .seh_proc foo
27 foo: label
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/
H A Dcurpos-err.asm2 global foo
6 dd foo-$
8 call foo
10 foo: label
14 dd foo-$
15 dd $-foo ; illegal
18 dd foo+4-$ ; with constant
19 dd $-baz+foo+4-$ ; both local and cross-segment (legal)
20 dd baz+foo+4-$-$ ; ditto, slightly different
21 dd (bar-$)+(foo
[all...]
H A Dcurpos.asm2 global foo
6 dd foo-$
8 call foo
10 foo: label
14 dd foo-$
15 ;dd $-foo ; illegal
18 dd foo+4-$ ; with constant
19 dd $-baz+foo+4-$ ; both local and cross-segment (legal)
20 dd baz+foo+4-$-$ ; ditto, slightly different
21 ;dd (bar-$)+(foo
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/gas64/
H A Delf_gas64_curpos.asm2 .globl foo
6 .4byte foo-.
8 call foo
10 foo: label
14 .4byte foo-.
15 #.4byte .-foo # illegal
18 .4byte foo+4-. # with constant
19 .4byte .-baz+foo+4-. # both local and cross-segment (legal)
20 #.4byte baz+foo+4-.-. # ditto, slightly different - GAS gets confused on this
21 #.4byte (bar-.)+(foo
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/win32/tests/
H A Dwin32-curpos.asm2 global foo
6 dd foo-$
8 call foo
10 foo: label
14 dd foo-$
15 ;dd $-foo ; illegal
18 dd foo+4-$ ; with constant
19 dd $-baz+foo+4-$ ; both local and cross-segment (legal)
20 dd baz+foo+4-$-$ ; ditto, slightly different
21 ;dd (bar-$)+(foo
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/win64/tests/
H A Dwin64-curpos.asm2 global foo
6 dd foo-$
8 call foo
10 foo: label
14 dd foo-$
15 ;dd $-foo ; illegal
18 dd foo+4-$ ; with constant
19 dd $-baz+foo+4-$ ; both local and cross-segment (legal)
20 dd baz+foo+4-$-$ ; ditto, slightly different
21 ;dd (bar-$)+(foo
[all...]
H A Dwin64-dataref2.asm7 mov eax, [foo wrt rip]
8 shl dword [foo wrt rip], 5
9 cmp dword [foo wrt rip], 16
10 cmp word [foo wrt rip], 10000
11 cmp dword [foo wrt rip], 10000000
16 foo: label
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
H A Dp1.cpp7 class foo {}; // expected-note {{candidate}} class
8 test<0> foo(foo); // expected-note {{candidate}}
11 class foo { int x; }; class in namespace:Test0
12 test<1> foo(class foo);
15 test<2> foo(class ::foo); // expected-note {{candidate}} \
19 using ::foo;
21 class foo
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/tests/multisect/
H A Dbin-ssym.asm1 section foo start=0x10 vstart=0x6000
2 mov si, section.foo.start
3 mov di, section.foo.vstart
4 mov cx, section.foo.length
5 ;mov dx, section.foo.vstart-section.foo.start
/external/chromium_org/v8/test/mjsunit/
H A Delements-transition-and-store.js28 function foo(a, v) { function
35 a = foo(a, 1.5);
37 a = foo(a, 2);
H A Dglobal-deleted-property-keyed.js35 function foo() { natives[name] + 12; } function
36 for(var i = 0; i < 3; i++) foo();
38 for(var i = 0; i < 3; i++) foo();
H A Dtransition-elements-kind.js31 function foo() { function
34 var a = foo();
46 var b = foo();
/external/chromium_org/v8/test/webkit/
H A Ddfg-tear-off-arguments-not-activation.js29 return foo.arguments;
32 function foo(p) { function
41 var thingy = foo(false);
H A Ddfg-tear-off-function-dot-arguments.js29 return foo.arguments;
32 function foo(p) { function
41 var thingy = foo(false);
/external/clang/test/CodeGen/
H A D2003-10-29-AsmRename.c4 struct foo { int X; }; struct
7 extern int Func(struct foo*) __asm__("Func64");
10 int Func(struct foo *F) {

Completed in 464 milliseconds

<<11121314151617181920>>