/external/llvm/test/CodeGen/SPARC/ |
D | 64spill.ll | 13 …,~{i2},~{i3},~{i4},~{i5},~{i6},~{i7},~{g1},~{g2},~{g3},~{g4},~{g5},~{g6},~{g7},~{l0},~{l1},~{l2},~… 24 …,~{i2},~{i3},~{i4},~{i5},~{i6},~{i7},~{g1},~{g2},~{g3},~{g4},~{g5},~{g6},~{g7},~{l0},~{l1},~{l2},~… 35 …,~{i2},~{i3},~{i4},~{i5},~{i6},~{i7},~{g1},~{g2},~{g3},~{g4},~{g5},~{g6},~{g7},~{l0},~{l1},~{l2},~… 47 …,~{i2},~{i3},~{i4},~{i5},~{i6},~{i7},~{g1},~{g2},~{g3},~{g4},~{g5},~{g6},~{g7},~{l0},~{l1},~{l2},~… 58 …,~{i2},~{i3},~{i4},~{i5},~{i6},~{i7},~{g1},~{g2},~{g3},~{g4},~{g5},~{g6},~{g7},~{l0},~{l1},~{l2},~… 69 …,~{i2},~{i3},~{i4},~{i5},~{i6},~{i7},~{g1},~{g2},~{g3},~{g4},~{g5},~{g6},~{g7},~{l0},~{l1},~{l2},~… 80 …,~{i2},~{i3},~{i4},~{i5},~{i6},~{i7},~{g1},~{g2},~{g3},~{g4},~{g5},~{g6},~{g7},~{l0},~{l1},~{l2},~… 91 …,~{i2},~{i3},~{i4},~{i5},~{i6},~{i7},~{g1},~{g2},~{g3},~{g4},~{g5},~{g6},~{g7},~{l0},~{l1},~{l2},~… 102 …,~{i2},~{i3},~{i4},~{i5},~{i6},~{i7},~{g1},~{g2},~{g3},~{g4},~{g5},~{g6},~{g7},~{l0},~{l1},~{l2},~… 113 …,~{i2},~{i3},~{i4},~{i5},~{i6},~{i7},~{g1},~{g2},~{g3},~{g4},~{g5},~{g6},~{g7},~{l0},~{l1},~{l2},~…
|
D | tls.ll | 17 ; v8abs: ld [%g7+[[R1]]] 22 ; v9abs: ld [%g7+[[R1]]] 49 ; v8abs: add %g7, [[R3]], %[[R4:[goli][0-7]]], %tie_add(extern_symbol) 57 ; v9abs: add %g7, [[R3]], %[[R4:[goli][0-7]]], %tie_add(extern_symbol)
|
D | spill.ll | 18 …,~{i2},~{i3},~{i4},~{i5},~{i6},~{i7},~{g1},~{g2},~{g3},~{g4},~{g5},~{g6},~{g7},~{l0},~{l1},~{l2},~… 33 …,~{i1},~{i2},~{i3},~{i4},~{i5},~{i6},~{i7},~{g2},~{g3},~{g4},~{g5},~{g6},~{g7},~{l0},~{l1},~{l2},~…
|
/external/clang/test/SemaTemplate/ |
D | current-instantiation.cpp | 63 void g7(T&); // expected-note{{previous}} 64 void g7(typename X0::U_type&); 65 …void g7(typename ::X0<typename X1::my_T_type, U_type>::X1::my_T_type&); // expected-error{{redecl}} 136 void g7(T&); // expected-note{{previous}} 137 void g7(typename X0::U_type&); 138 …void g7(typename ::X0<typename X2::my_T_type*, U_type*>::X2::my_T_type&); // expected-error{{redec…
|
/external/llvm/test/tools/gold/X86/ |
D | emit-llvm.ll | 28 @g7 = extern_weak global i32 29 ; CHECK-DAG: @g7 = extern_weak global i32 75 ret i32* @g7 90 ; API: g7 UNDEF
|
/external/clang/test/SemaCXX/ |
D | function-pointer-arguments.cpp | 16 int(*g7)(int&, int) = f3; in good() local 37 int (*g7)(const int, char) = f1; in bad() local
|
D | dcl_ambig_res.cpp | 60 int g7(C7); 63 f7(g7); //OK in foo7()
|
/external/clang/test/Sema/ |
D | private-extern.c | 28 int g7; // expected-note {{previous}} in f1() local 29 …__private_extern__ int g7; // expected-error {{extern declaration of 'g7' follows non-extern decla… in f1() local
|
D | align-x86.c | 30 enum { x = 18446744073709551615ULL } g7; variable 31 short chk1[__alignof__(g7) == 8 ? 1 : -1];
|
D | no-documentation-warn-tagdecl-specifier.c | 81 enum e7* g7(void);
|
D | attr-alias-elf.c | 26 void g7() {} in g7() function
|
/external/clang/test/CXX/except/except.spec/ |
D | p5-virtual.cpp | 55 virtual void g7() noexcept; // expected-note {{overridden virtual function is here}} 91 …virtual void g7(); // expected-error {{exception specification of overriding function is more lax}}
|
/external/v8/test/mjsunit/ |
D | global-infinity.js | 62 function g7() { return (1/0) === (1/0); } function 63 test(true, g7);
|
D | global-infinity-strict.js | 71 function g7() { return (1/0) === (1/0); } function 72 test(true, g7);
|
D | global-nan.js | 62 function g7() { return (0/0) === (0/0); } function 63 test(false, g7);
|
D | global-nan-strict.js | 71 function g7() { return (0/0) === (0/0); } function 72 test(false, g7);
|
D | global-undefined.js | 70 function g7() { return void 0 === void 0; } function 71 test(true, g7);
|
D | global-undefined-strict.js | 69 function g7() { return void 0 === void 0; } function 70 test(true, g7);
|
D | debug-multiple-var-decl.js | 53 const g7 = 7, // h constant
|
/external/clang/test/CXX/expr/expr.prim/expr.prim.general/ |
D | p3-0x.cpp | 39 auto g7() noexcept(noexcept(this->f(this->ptr))) -> decltype(this->f((*this).ptr)); 50 int &ir4 = ci.g7(); in test_C() 58 static_assert(!noexcept(ci.g7()), "exception-specification failure"); in test_C()
|
/external/llvm/test/CodeGen/PowerPC/ |
D | ppc64-fastcc.ll | 5 …4 %g5, double %f5, <4 x i32> %v5, i64 %g6, double %f6, <4 x i32> %v6, i64 %g7, double %f7, <4 x i3… 13 …4 %g5, double %f5, <4 x i32> %v5, i64 %g6, double %f6, <4 x i32> %v6, i64 %g7, double %f7, <4 x i3… 21 …4 %g5, double %f5, <4 x i32> %v5, i64 %g6, double %f6, <4 x i32> %v6, i64 %g7, double %f7, <4 x i3… 29 …4 %g5, double %f5, <4 x i32> %v5, i64 %g6, double %f6, <4 x i32> %v6, i64 %g7, double %f7, <4 x i3… 37 …4 %g5, double %f5, <4 x i32> %v5, i64 %g6, double %f6, <4 x i32> %v6, i64 %g7, double %f7, <4 x i3… 45 …4 %g5, double %f5, <4 x i32> %v5, i64 %g6, double %f6, <4 x i32> %v6, i64 %g7, double %f7, <4 x i3… 53 …g7(i64 %g1, double %f1, <4 x i32> %v1, i64 %g2, double %f2, <4 x i32> %v2, i64 %g3, double %f3, <4… 54 ret i64 %g7 56 ; CHECK-LABEL: @g7 61 …4 %g5, double %f5, <4 x i32> %v5, i64 %g6, double %f6, <4 x i32> %v6, i64 %g7, double %f7, <4 x i3… [all …]
|
/external/v8/test/mjsunit/es6/ |
D | tail-call.js | 338 function g7(a) { function 339 return f([f, g7, test], false) || 340 (f([f, g7, test], false) ? f([f, test], true) 370 assertEquals(true, g7());
|
/external/v8/test/mjsunit/es8/ |
D | syntactic-tail-call.js | 338 function g7(a) { function 339 return f([f, g7, test], false) || 340 (f([f, g7, test], false) ? continue f([f, test], true) 370 assertEquals(true, g7());
|
/external/llvm/test/CodeGen/XCore/ |
D | scavenging.ll | 11 @g7 = external global i32 ; <i32*> [#uses=2] 29 %9 = load volatile i32, i32* @g7, align 4 ; <i32> [#uses=1] 40 store volatile i32 %9, i32* @g7, align 4
|
/external/clang/test/CodeGenObjC/ |
D | encode-test.m | 139 // CHECK: @g7 = constant [27 x i8] c"{Derived1X=b2b3b4b5b5b4b3}\00" 140 const char g7[] = @encode(Derived1X); function
|