/external/clang/test/Sema/ |
D | private-extern.c | 38 __private_extern__ int g9; // expected-note{{previous declaration}} in f3() local 39 int g9; // expected-error {{non-extern declaration of 'g9' follows extern declaration}} in f3() local
|
D | attr-alias-elf.c | 36 void g9() {} in g9() function
|
D | varargs-x86-64.c | 70 void __attribute__((ms_abi)) g9(__builtin_ms_va_list args) { in g9() function
|
/external/clang/test/CXX/except/except.spec/ |
D | p5-virtual.cpp | 58 virtual void g9() throw(); // expected-note {{overridden virtual function is here}} 94 …virtual void g9() noexcept(false); // expected-error {{exception specification of overriding funct…
|
/external/v8/test/mjsunit/ |
D | global-infinity.js | 68 function g9() { return Infinity === (1/0); } function 69 test(true, g9);
|
D | global-infinity-strict.js | 77 function g9() { return Infinity === (1/0); } function 78 test(true, g9);
|
D | global-nan.js | 68 function g9() { return NaN === (0/0); } function 69 test(false, g9);
|
D | global-nan-strict.js | 77 function g9() { return NaN === (0/0); } function 78 test(false, g9);
|
D | global-undefined.js | 76 function g9() { return undefined === void 0; } function 77 test(true, g9);
|
D | global-undefined-strict.js | 75 function g9() { return this === void 0; } function 76 test(true, g9);
|
D | debug-multiple-var-decl.js | 55 g9 = f(); // j constant
|
/external/llvm/test/CodeGen/PowerPC/ |
D | ppc64-fastcc.ll | 5 …4 %g7, double %f7, <4 x i32> %v7, i64 %g8, double %f8, <4 x i32> %v8, i64 %g9, double %f9, <4 x i3… 13 …4 %g7, double %f7, <4 x i32> %v7, i64 %g8, double %f8, <4 x i32> %v8, i64 %g9, double %f9, <4 x i3… 21 …4 %g7, double %f7, <4 x i32> %v7, i64 %g8, double %f8, <4 x i32> %v8, i64 %g9, double %f9, <4 x i3… 29 …4 %g7, double %f7, <4 x i32> %v7, i64 %g8, double %f8, <4 x i32> %v8, i64 %g9, double %f9, <4 x i3… 37 …4 %g7, double %f7, <4 x i32> %v7, i64 %g8, double %f8, <4 x i32> %v8, i64 %g9, double %f9, <4 x i3… 45 …4 %g7, double %f7, <4 x i32> %v7, i64 %g8, double %f8, <4 x i32> %v8, i64 %g9, double %f9, <4 x i3… 53 …4 %g7, double %f7, <4 x i32> %v7, i64 %g8, double %f8, <4 x i32> %v8, i64 %g9, double %f9, <4 x i3… 61 …4 %g7, double %f7, <4 x i32> %v7, i64 %g8, double %f8, <4 x i32> %v8, i64 %g9, double %f9, <4 x i3… 69 …g9(i64 %g1, double %f1, <4 x i32> %v1, i64 %g2, double %f2, <4 x i32> %v2, i64 %g3, double %f3, <4… 70 ret i64 %g9 [all …]
|
/external/v8/test/mjsunit/es6/ |
D | tail-call.js | 349 function g9(a) { function 350 return f([f, g9, test], true) && f([f, g9, test], false) || 372 assertEquals(true, g9());
|
D | destructuring.js | 860 var g9 = ({a = () => eval("x")}) => { var x; return a(); }; function in TestObjectLiteralPatternInitializers.TestObjectLiteralPatternLexicalInitializers.TestTDZInIntializers.TestMultipleAccesses.TestParameterScoping 861 assertEquals(1, g9({})); 1068 var g9 = ({x}, g = () => eval("x")) => { var x = 2; return g(); }; function in TestObjectLiteralPatternInitializers.TestObjectLiteralPatternLexicalInitializers.TestTDZInIntializers.TestMultipleAccesses.TestShadowingOfParameters 1069 assertEquals(1, g9({x: 1}));
|
/external/v8/test/mjsunit/es8/ |
D | syntactic-tail-call.js | 349 function g9(a) { function 350 return f([f, g9, test], true) && f([f, g9, test], false) || 372 assertEquals(true, g9());
|
/external/llvm/test/CodeGen/XCore/ |
D | scavenging.ll | 13 @g9 = external global i32 ; <i32*> [#uses=2] 31 %11 = load volatile i32, i32* @g9, align 4 ; <i32> [#uses=1] 38 store volatile i32 %11, i32* @g9, align 4
|
/external/clang/test/SemaCXX/ |
D | function-pointer-arguments.cpp | 41 int (*g9)(const int&, char) = f3; in bad() local
|
/external/clang/test/CodeGenObjC/ |
D | encode-test.m | 148 // CHECK: @g9 = constant [11 x i8] c"{S9=i[0i]}\00" 153 const char g9[] = @encode(struct S9); function
|
/external/libvpx/libvpx/vp9/encoder/mips/msa/ |
D | vp9_fdct16x16_msa.c | 20 v8i16 tp0, tp1, tp2, tp3, g0, g1, g2, g3, g8, g9, g10, g11, h0, h1, h2, h3; in fadst16_cols_step1_msa() local 43 MADD_BF(r11, r4, r3, r12, k0, k1, k2, k3, g8, g9, g10, g11); in fadst16_cols_step1_msa() 52 MADD_BF(g1, g3, g9, g11, k0, k1, k2, k0, h0, h1, h2, h3); in fadst16_cols_step1_msa() 206 v8i16 tp0, tp1, tp2, tp3, g0, g1, g2, g3, g8, g9, g10, g11, h0, h1, h2, h3; in fadst16_rows_step1_msa() local 227 MADD_BF(r11, r4, r3, r12, k0, k1, k2, k3, g8, g9, g10, g11); in fadst16_rows_step1_msa() 236 MADD_BF(g1, g3, g9, g11, k0, k1, k2, k0, h0, h1, h2, h3); in fadst16_rows_step1_msa()
|
/external/clang/test/CodeGenCXX/ |
D | pr12251.cpp | 73 e9 g9(e9 *x) { in g9() function
|
/external/clang/test/CodeGen/ |
D | const-init.c | 50 int g9 = (2 + 3i) * (5 + 7i) != (-11 + 29i); variable
|
D | tbaa-class.cpp | 149 uint32_t g9(StructS *S, StructS2 *S2, uint64_t count) { in g9() function
|
D | regparm-struct.c | 78 void g9(void) { in g9() function
|
D | tbaa.cpp | 143 uint32_t g9(StructS *S, StructS2 *S2, uint64_t count) { in g9() function
|
/external/llvm/test/CodeGen/AArch64/ |
D | shrink-wrap.ll | 16 @g9 = external unnamed_addr constant [144 x i32], align 4 109 %arrayidx90 = getelementptr inbounds [144 x i32], [144 x i32]* @g9, i64 0, i64 %idxprom53
|