/external/clang/test/CodeGenCXX/ |
D | microsoft-abi-thunks.cpp | 80 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/ |
D | dehoisted-array-index.js | 127 function goo(i) { function 136 goo(-1); 137 goo(-1); 138 %OptimizeFunctionOnNextCall(goo); 139 goo(-1);
|
D | external-array-no-sse2.js | 632 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 …]
|
D | external-array.js | 632 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 …]
|
D | debug-evaluate-closure.js | 63 var goo = "goo"; 69 assertEquals("goo foo", goo);
|
/external/chromium_org/v8/test/mjsunit/regress/ |
D | regress-348280.js | 8 function goo() {} function 9 baz(goo); 10 baz(goo);
|
/external/chromium_org/v8/test/mjsunit/compiler/ |
D | regress-funarguments.js | 45 if (x == 1) return goo["arg" + "uments"]; 49 function goo(x) { return this.f(x, "f"); } function 55 B.prototype.g = goo;
|
D | optimized-closures.js | 37 var g = function goo(y) { function 39 if (goo.arguments[0] == 23) return -42;
|
/external/llvm/test/CodeGen/PowerPC/ |
D | i32-to-float.ll | 41 define double @goo(i32 %a) nounwind { 46 ; CHECK: @goo 53 ; CHECK-PWR6: @goo 59 ; CHECK-A2: @goo 65 ; CHECK-VSX: @goo
|
D | i64-to-float.ll | 24 define double @goo(i64 %a) nounwind { 29 ; CHECK: @goo 35 ; CHECK-VSX: @goo
|
D | dyn-alloca-aligned.ll | 9 define void @goo(%struct.s* byval nocapture readonly %a, i32 signext %n) #0 { 24 ; CHECK-LABEL: @goo
|
D | float-to-int.ll | 75 define i32 @goo(float %a) nounwind { 79 ; CHECK: @goo 85 ; CHECK-VSX: @goo
|
D | stack-realign.ll | 10 define void @goo(%struct.s* byval nocapture readonly %a) { 25 ; CHECK-LABEL: @goo 46 ; CHECK-FP-LABEL: @goo
|
D | recipest.ll | 82 define float @goo(float %a, float %b) nounwind { 88 ; CHECK: @goo 97 ; CHECK-SAFE: @goo
|
/external/llvm/test/Linker/ |
D | metadata-b.ll | 4 define void @goo(i32 %b) nounwind { 9 !0 = metadata !{i32 524334, void (i32)* @goo}
|
D | metadata-a.ll | 5 ; CHECK: define void @goo(i32 %b) 8 ; CHECK: !1 = metadata !{i32 524334, void (i32)* @goo}
|
/external/clang/test/SemaCXX/ |
D | init-priority-attr.cpp | 16 extern Two goo; 22 Two goo __attribute__((init_priority(2,3))) ( 5, 6 ); // expected-error {{'init_priority' attribute… variable
|
/external/llvm/test/MC/ARM/ |
D | comment.s | 7 bl goo@plt 27 @CHECK: bl goo
|
/external/ltrace/testsuite/ltrace.minor/ |
D | demangle-lib.cpp | 9 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/ |
D | alloca-merge-align-nodl.ll | 39 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)
|
D | alloca-merge-align.ll | 55 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/ |
D | simplebr.ll | 17 call void bitcast (void (...)* @goo to void ()*)() 30 declare void @goo(...) #1
|
/external/clang/test/Lexer/Inputs/ |
D | bad-header-guard-defined.h | 2 #define goo macro
|
/external/compiler-rt/lib/asan/ |
D | asan_blacklist.txt | 12 # Stack buffer overflow in VC/INCLUDE/xlocnum, see http://goo.gl/L4qqUG
|
/external/llvm/test/Transforms/SLPVectorizer/X86/ |
D | simple-loop.ll | 87 %barrier = call i32 @goo(i32 0) ; <---------------- memory barrier. 100 declare i32 @goo(i32)
|