/external/clang/test/CodeGen/ |
D | bitfield-2.c | 213 struct s5 g5 = { 0xdeadbeef, 0xdeadbeef }; variable 229 struct s5 g5 = { 0xdeadbeef, 0xdeadbeef, 0xdeadbeef }; in test_5() local 231 res ^= g5.f0 ^ g5.f1 ^ g5.f2; in test_5() 232 res ^= f5_load(&g5) ^ f5_store(&g5) ^ f5_reload(&g5); in test_5() 233 res ^= g5.f0 ^ g5.f1 ^ g5.f2; in test_5()
|
/external/mesa3d/src/mesa/sparc/ |
D | sparc_clip.S | 107 ld [%i0 + 0x0c], %g5 ! LSU Group 110 addcc %g5, %g5, %g5 ! IEU1 Group 114 subcc %g5, %g4, %g0 ! IEU1 Group 119 subcc %g5, %g4, %g0 ! IEU1 Group 124 subcc %g5, %g4, %g0 ! IEU1 Group 194 1: ld [%i0 + 0x0c], %g5 ! LSU Group 196 addcc %g5, %g5, %g5 ! IEU1 Group 200 subcc %g5, %g4, %g0 ! IEU1 Group 205 subcc %g5, %g4, %g0 ! IEU1 Group 210 subcc %g5, %g4, %g0 ! IEU1 Group
|
/external/llvm/test/CodeGen/SPARC/ |
D | 64spill.ll | 13 …,~{i0},~{i1},~{i2},~{i3},~{i4},~{i5},~{i6},~{i7},~{g1},~{g2},~{g3},~{g4},~{g5},~{g6},~{g7},~{l0},~… 24 …,~{i0},~{i1},~{i2},~{i3},~{i4},~{i5},~{i6},~{i7},~{g1},~{g2},~{g3},~{g4},~{g5},~{g6},~{g7},~{l0},~… 35 …,~{i0},~{i1},~{i2},~{i3},~{i4},~{i5},~{i6},~{i7},~{g1},~{g2},~{g3},~{g4},~{g5},~{g6},~{g7},~{l0},~… 47 …,~{i0},~{i1},~{i2},~{i3},~{i4},~{i5},~{i6},~{i7},~{g1},~{g2},~{g3},~{g4},~{g5},~{g6},~{g7},~{l0},~… 58 …,~{i0},~{i1},~{i2},~{i3},~{i4},~{i5},~{i6},~{i7},~{g1},~{g2},~{g3},~{g4},~{g5},~{g6},~{g7},~{l0},~… 69 …,~{i0},~{i1},~{i2},~{i3},~{i4},~{i5},~{i6},~{i7},~{g1},~{g2},~{g3},~{g4},~{g5},~{g6},~{g7},~{l0},~… 80 …,~{i0},~{i1},~{i2},~{i3},~{i4},~{i5},~{i6},~{i7},~{g1},~{g2},~{g3},~{g4},~{g5},~{g6},~{g7},~{l0},~… 91 …,~{i0},~{i1},~{i2},~{i3},~{i4},~{i5},~{i6},~{i7},~{g1},~{g2},~{g3},~{g4},~{g5},~{g6},~{g7},~{l0},~… 102 …,~{i0},~{i1},~{i2},~{i3},~{i4},~{i5},~{i6},~{i7},~{g1},~{g2},~{g3},~{g4},~{g5},~{g6},~{g7},~{l0},~… 113 …,~{i0},~{i1},~{i2},~{i3},~{i4},~{i5},~{i6},~{i7},~{g1},~{g2},~{g3},~{g4},~{g5},~{g6},~{g7},~{l0},~…
|
/external/clang/test/SemaTemplate/ |
D | current-instantiation.cpp | 55 void g5(T&); // expected-note{{previous}} 56 void g5(typename X0::U_type&); 57 void g5(typename X0::X1::my_T_type&); // expected-error{{redecl}} 128 void g5(T&); // expected-note{{previous}} 129 void g5(typename X0::U_type&); 130 void g5(typename X0::X2::my_T_type&); // expected-error{{redecl}}
|
/external/clang/test/CodeGenCXX/ |
D | mangle-literal-suffix.cpp | 13 template <class T> void g5(char (&buffer)[sizeof(T() + 5)]) {} in g5() function 14 template void g5<int>(char (&)[sizeof(int)]);
|
/external/llvm/test/CodeGen/PowerPC/ |
D | 2008-07-10-SplatMiscompile.ll | 1 ; RUN: llc < %s -march=ppc32 -mcpu=g5 | grep vadduhm 2 ; RUN: llc < %s -march=ppc32 -mcpu=g5 | grep vsubuhm
|
D | 2006-08-11-RetVector.ll | 1 ; RUN: llc < %s -march=ppc32 -mcpu=g5 | grep vsldoi 2 ; RUN: llc < %s -march=ppc32 -mcpu=g5 | not grep vor
|
D | 2010-05-03-retaddr1.ll | 1 ; RUN: llc < %s -march=ppc32 -mtriple=powerpc-apple-darwin -mcpu=g5 | FileCheck %s 2 ; RUN: llc < %s -march=ppc32 -mtriple=powerpc-apple-darwin -mcpu=g5 -regalloc=basic | FileCheck %s
|
D | mem-rr-addr-mode.ll | 1 ; RUN: llc < %s -march=ppc32 -mcpu=g5 | grep li.*16 2 ; RUN: llc < %s -march=ppc32 -mcpu=g5 | not grep addi
|
D | vector-identity-shuffle.ll | 1 ; RUN: llc < %s -march=ppc32 -mcpu=g5 | grep test: 2 ; RUN: llc < %s -march=ppc32 -mcpu=g5 | not grep vperm
|
D | i64_fp.ll | 8 ; RUN: llc < %s -mattr=-vsx -march=ppc32 -mcpu=g5 | \ 10 ; RUN: llc < %s -mattr=-vsx -march=ppc32 -mcpu=g5 | \
|
D | ppc64-fastcc.ll | 5 …4 %g3, double %f3, <4 x i32> %v3, i64 %g4, double %f4, <4 x i32> %v4, i64 %g5, double %f5, <4 x i3… 13 …4 %g3, double %f3, <4 x i32> %v3, i64 %g4, double %f4, <4 x i32> %v4, i64 %g5, double %f5, <4 x i3… 21 …4 %g3, double %f3, <4 x i32> %v3, i64 %g4, double %f4, <4 x i32> %v4, i64 %g5, double %f5, <4 x i3… 29 …4 %g3, double %f3, <4 x i32> %v3, i64 %g4, double %f4, <4 x i32> %v4, i64 %g5, double %f5, <4 x i3… 37 …g5(i64 %g1, double %f1, <4 x i32> %v1, i64 %g2, double %f2, <4 x i32> %v2, i64 %g3, double %f3, <4… 38 ret i64 %g5 40 ; CHECK-LABEL: @g5 45 …4 %g3, double %f3, <4 x i32> %v3, i64 %g4, double %f4, <4 x i32> %v4, i64 %g5, double %f5, <4 x i3… 53 …4 %g3, double %f3, <4 x i32> %v3, i64 %g4, double %f4, <4 x i32> %v4, i64 %g5, double %f5, <4 x i3… 61 …4 %g3, double %f3, <4 x i32> %v3, i64 %g4, double %f4, <4 x i32> %v4, i64 %g5, double %f5, <4 x i3… [all …]
|
/external/clang/test/SemaCXX/ |
D | function-pointer-arguments.cpp | 14 int(*g5)(const int, int) = f2; in good() local 31 int (*g5)(int) = f1; in bad() local
|
/external/v8/test/mjsunit/harmony/ |
D | default-parameters.js | 63 var g5 = (x, y = () => x) => { return x + y(); }; function in TestDefaults 64 assertEquals(8, g5(4)); 65 assertEquals(8, g5(4, undefined)); 66 assertEquals(6, g5(4, () => 2)); 115 var g5 = (a = () => x) => { var x; return a(); }; function in TestParameterScopingSloppy 116 assertEquals(1, g5()); 159 var g5 = (a = () => eval("x")) => { var x; return a(); }; function in TestParameterScopingStrict 160 assertEquals(1, g5());
|
D | default-parameters-destructuring.js | 56 var g5 = ({a = eval("var x = 2"), b = x}) => { return b; }; function in TestSloppyEvalScoping 57 assertEquals(2, g5({})); 58 assertEquals(1, g5({a: 0}));
|
/external/clang/test/Sema/ |
D | private-extern.c | 19 __private_extern__ int g5; // expected-note{{previous declaration}} variable 20 static int g5; // expected-error{{static declaration of 'g5' follows non-static declaration}} variable
|
D | align-x86.c | 13 unsigned long long g5; variable 14 short chk1[__alignof__(g5) == 8 ? 1 : -1];
|
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/ |
D | p5-cxx03-extra-copy.cpp | 53 void g5(const X5&); 60 g5(X5()); // Generates a warning in the default argument. in test()
|
/external/llvm/test/CodeGen/NVPTX/ |
D | addrspacecast-gvar.ll | 7 ; CHECK: .visible .global .align 8 .u32 g5[2] = {0, generic(g)+8}; 13 @g5 = constant {i32*, i32*} {i32* null, i32* addrspacecast (i32 addrspace(1)* getelementptr (i32, i…
|
/external/clang/test/CXX/except/except.spec/ |
D | p5-virtual.cpp | 52 virtual void g5() throw(A); // expected-note {{overridden virtual function is here}} 88 …virtual void g5() throw(P); // expected-error {{exception specification of overriding function is …
|
/external/v8/test/mjsunit/es6/ |
D | generators-objects.js | 40 function* g5(l) { "use strict"; yield 1; for (let x in l) { yield x; } } generator in TestContextAllocation 46 g5(["foo"]);
|
/external/v8/test/mjsunit/ |
D | global-infinity.js | 56 function g5() { return Infinity == (1/0); } function 57 test(true, g5);
|
D | global-infinity-strict.js | 65 function g5() { return Infinity == (1/0); } function 66 test(true, g5);
|
D | global-nan.js | 56 function g5() { return NaN == (0/0); } function 57 test(false, g5);
|
/external/clang/test/CXX/expr/expr.prim/expr.prim.general/ |
D | p3-0x.cpp | 37 auto g5() noexcept(noexcept(this->f(ptr))) -> decltype(this->f(ptr)); 48 int &ir3 = ci.g5(); in test_C() 56 static_assert(!noexcept(ci.g5()), "exception-specification failure"); in test_C()
|