Home
last modified time | relevance | path

Searched refs:goo (Results 1 – 25 of 51) sorted by relevance

123

/external/clang/test/CodeGenCXX/
Dmicrosoft-abi-thunks.cpp80 virtual B* goo();
85 virtual C* goo();
109 virtual G* goo();
122 virtual F* goo();
159 virtual C* goo();
/external/chromium_org/v8/test/mjsunit/
Ddehoisted-array-index.js127 function goo(i) { function
136 goo(-1);
137 goo(-1);
138 %OptimizeFunctionOnNextCall(goo);
139 goo(-1);
Dexternal-array-no-sse2.js632 function goo(a, i) { function
642 assertEquals(1, goo(t_array, 0));
643 assertEquals(1, goo(t_array, 0));
645 assertEquals(13, goo(t_array, 0));
646 %OptimizeFunctionOnNextCall(goo);
649 assertEquals(15, goo(t_array, 0));
650 %ClearFunctionTypeFeedback(goo);
664 assertEquals(1, goo(built_in_array, 0));
665 assertEquals(1, goo(built_in_array, 0));
666 %OptimizeFunctionOnNextCall(goo);
[all …]
Dexternal-array.js632 function goo(a, i) { function
642 assertEquals(1, goo(t_array, 0));
643 assertEquals(1, goo(t_array, 0));
645 assertEquals(13, goo(t_array, 0));
646 %OptimizeFunctionOnNextCall(goo);
649 assertEquals(15, goo(t_array, 0));
650 %ClearFunctionTypeFeedback(goo);
664 assertEquals(1, goo(built_in_array, 0));
665 assertEquals(1, goo(built_in_array, 0));
666 %OptimizeFunctionOnNextCall(goo);
[all …]
Ddebug-evaluate-closure.js63 var goo = "goo";
69 assertEquals("goo foo", goo);
/external/chromium_org/v8/test/mjsunit/regress/
Dregress-348280.js8 function goo() {} function
9 baz(goo);
10 baz(goo);
/external/chromium_org/v8/test/mjsunit/compiler/
Dregress-funarguments.js45 if (x == 1) return goo["arg" + "uments"];
49 function goo(x) { return this.f(x, "f"); } function
55 B.prototype.g = goo;
Doptimized-closures.js37 var g = function goo(y) { function
39 if (goo.arguments[0] == 23) return -42;
/external/llvm/test/CodeGen/PowerPC/
Di32-to-float.ll41 define double @goo(i32 %a) nounwind {
46 ; CHECK: @goo
53 ; CHECK-PWR6: @goo
59 ; CHECK-A2: @goo
65 ; CHECK-VSX: @goo
Di64-to-float.ll24 define double @goo(i64 %a) nounwind {
29 ; CHECK: @goo
35 ; CHECK-VSX: @goo
Ddyn-alloca-aligned.ll9 define void @goo(%struct.s* byval nocapture readonly %a, i32 signext %n) #0 {
24 ; CHECK-LABEL: @goo
Dfloat-to-int.ll75 define i32 @goo(float %a) nounwind {
79 ; CHECK: @goo
85 ; CHECK-VSX: @goo
Dstack-realign.ll10 define void @goo(%struct.s* byval nocapture readonly %a) {
25 ; CHECK-LABEL: @goo
46 ; CHECK-FP-LABEL: @goo
Drecipest.ll82 define float @goo(float %a, float %b) nounwind {
88 ; CHECK: @goo
97 ; CHECK-SAFE: @goo
/external/llvm/test/Linker/
Dmetadata-b.ll4 define void @goo(i32 %b) nounwind {
9 !0 = metadata !{i32 524334, void (i32)* @goo}
Dmetadata-a.ll5 ; CHECK: define void @goo(i32 %b)
8 ; CHECK: !1 = metadata !{i32 524334, void (i32)* @goo}
/external/clang/test/SemaCXX/
Dinit-priority-attr.cpp16 extern Two goo;
22 Two goo __attribute__((init_priority(2,3))) ( 5, 6 ); // expected-error {{'init_priority' attribute… variable
/external/llvm/test/MC/ARM/
Dcomment.s7 bl goo@plt
27 @CHECK: bl goo
/external/ltrace/testsuite/ltrace.minor/
Ddemangle-lib.cpp9 int Fii_i(int bar, int goo) { return 0; } in Fii_i() argument
10 int Fiii_i(int bar, int goo, int hoo) { return 0; } in Fiii_i() argument
/external/llvm/test/Transforms/Inline/
Dalloca-merge-align-nodl.ll39 define void @goo(%struct.s* byval nocapture readonly %a) {
68 call void @goo(%struct.s* byval %tmpcast)
86 call void @goo(%struct.s* byval %tmpcast)
Dalloca-merge-align.ll55 define void @goo(%struct.s* byval nocapture readonly %a) {
84 call void @goo(%struct.s* byval %tmpcast)
102 call void @goo(%struct.s* byval %tmpcast)
/external/llvm/test/CodeGen/Mips/
Dsimplebr.ll17 call void bitcast (void (...)* @goo to void ()*)()
30 declare void @goo(...) #1
/external/clang/test/Lexer/Inputs/
Dbad-header-guard-defined.h2 #define goo macro
/external/compiler-rt/lib/asan/
Dasan_blacklist.txt12 # Stack buffer overflow in VC/INCLUDE/xlocnum, see http://goo.gl/L4qqUG
/external/llvm/test/Transforms/SLPVectorizer/X86/
Dsimple-loop.ll87 %barrier = call i32 @goo(i32 0) ; <---------------- memory barrier.
100 declare i32 @goo(i32)

123