Searched refs:g7 (Results 1 - 25 of 53) sorted by relevance

123

/external/clang/test/SemaCXX/
H A Dfunction-pointer-arguments.cpp16 int(*g7)(int&, int) = f3;
37 int (*g7)(const int, char) = f1;
H A Ddcl_ambig_res.cpp60 int g7(C7);
63 f7(g7); //OK
/external/clang/test/Sema/
H A Dalign-x86.c30 enum { x = 18446744073709551615ULL } g7; variable in typeref:enum:__anon2685
31 short chk1[__alignof__(g7) == 8 ? 1 : -1];
H A Dprivate-extern.c28 int g7; // expected-note {{previous}} local
29 __private_extern__ int g7; // expected-error {{extern declaration of 'g7' follows non-extern declaration}} local
H A Dno-documentation-warn-tagdecl-specifier.c81 enum e7* g7(void);
H A Dattr-alias-elf.c26 void g7() {} function
28 void f7() __attribute__((alias("g7")));
H A Dvarargs-x86-64.c53 void __attribute__((ms_abi)) g7(int a, ...) { function
/external/clang/test/CXX/except/except.spec/
H A Dp5-virtual.cpp55 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/
H A Ddebug-multiple-var-decl.js53 const g7 = 7, // h
H A Dglobal-infinity-strict.js71 function g7() { return (1/0) === (1/0); } function
72 test(true, g7);
H A Dglobal-infinity.js62 function g7() { return (1/0) === (1/0); } function
63 test(true, g7);
H A Dglobal-nan-strict.js71 function g7() { return (0/0) === (0/0); } function
72 test(false, g7);
H A Dglobal-nan.js62 function g7() { return (0/0) === (0/0); } function
63 test(false, g7);
H A Dglobal-undefined-strict.js69 function g7() { return void 0 === void 0; } function
70 test(true, g7);
H A Dglobal-undefined.js70 function g7() { return void 0 === void 0; } function
71 test(true, g7);
/external/clang/test/SemaTemplate/
H A Dcurrent-instantiation.cpp63 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{{redecl}}
/external/clang/test/CXX/expr/expr.prim/expr.prim.general/
H A Dp3-0x.cpp39 auto g7() noexcept(noexcept(this->f(this->ptr))) -> decltype(this->f((*this).ptr));
50 int &ir4 = ci.g7();
58 static_assert(!noexcept(ci.g7()), "exception-specification failure");
/external/clang/test/CodeGenCXX/
H A Dpr12251.cpp59 e7 g7(e7 *x) { function
/external/clang/test/CodeGen/
H A Dconst-init.c45 // CHECK: @g7 = global i32 1
46 int g7 = (2 + 3i) * (5 + 7i) == (-11 + 29i); variable
H A Dregparm-struct.c62 void g7() { function
H A Dtbaa-class.cpp125 uint32_t g7(StructA *A, StructS *S, uint64_t count) { function
H A Dtbaa.cpp119 uint32_t g7(StructA *A, StructS *S, uint64_t count) { function
/external/v8/test/mjsunit/es6/
H A Dtail-call.js338 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/
H A Dsyntactic-tail-call.js338 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/libvpx/libvpx/vp9/encoder/mips/msa/
H A Dvp9_fdct16x16_msa.c88 v8i16 tp0, tp1, tp2, tp3, g5, g7, g13, g15; local
95 LD_SH2(int_buf + 11 * 8, 4 * 8, g5, g7);
98 MADD_BF(g7, g5, g15, g13, k0, k1, k2, k0, h4, h5, h6, h7);
266 v8i16 tp0, tp1, tp2, tp3, g5, g7, g13, g15; local
275 g7 = LD_SH(int_buf + 15 * 8);
279 MADD_BF(g7, g5, g15, g13, k0, k1, k2, k0, h4, h5, h6, h7);

Completed in 264 milliseconds

123