HomeSort by relevance Sort by last modified time
    Searched defs:g6 (Results 1 - 25 of 26) sorted by null

1 2

  /external/clang/test/CodeGenCXX/
mangle-literal-suffix.cpp 17 template <class T> void g6(char (&buffer)[sizeof(T() + 5L)]) {} function
18 template void g6<int>(char (&)[sizeof(long int)]);
pr12251.cpp 52 e6 g6(e6 *x) { function
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
branch-misc-2.s 8 .globl g6 .text
26 bal g6
33 g6: label
  /external/clang/test/Sema/
align-x86.c 26 double g6[3]; variable
27 short chk1[__alignof__(g6) == 8 ? 1 : -1];
attr-alias-elf.c 22 void g6() {} function
23 void f6() __attribute__((alias("g6")));
varargs-x86-64.c 41 void __attribute__((ms_abi)) g6(int a, ...) { function
private-extern.c 23 int g6; // expected-note {{previous}} local
24 extern int g6; // expected-error {{extern declaration of 'g6' follows non-extern declaration}}
constant-builtins-2.c 13 double g6 = __builtin_nan(""); variable
  /external/v8/test/mjsunit/es6/
tail-call.js 333 function g6(a) { function
334 return f([f, g6, test], 13), f([f, g6, test], 42),
369 assertEquals(153, g6());
  /external/v8/test/mjsunit/es8/
syntactic-tail-call.js 333 function g6(a) { function
334 return f([f, g6, test], 13), f([f, g6, test], 42),
369 assertEquals(153, g6());
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic6x/
insns-c674x-pcrel.s 111 bnop g6,7
113 g6: label
  /external/clang/test/CodeGen/
regparm-struct.c 49 void g6() { function
tbaa-class.cpp 113 uint32_t g6(StructA *A, StructB *B, uint64_t count) { function
tbaa.cpp 107 uint32_t g6(StructA *A, StructB *B, uint64_t count) { function
bitfield-2.c 243 struct s6 g6 = { 0xF }; variable in typeref:struct:s6
259 struct s6 g6 = { 0xF }; local
261 res ^= g6.f0;
262 res ^= f6_load(&g6);
263 res ^= g6.f0;
const-init.c 43 // CHECK: @g6 = global { double, double } { double -1.100000e+0{{[0]*}}1, double 2.900000e+0{{[0]*}}1 }
44 _Complex double g6 = (2.0 + 3.0i) * (5.0 + 7.0i); variable
  /external/v8/test/mjsunit/
global-infinity-strict.js 68 function g6() { return "" + Infinity; } function
69 test("Infinity", g6);
global-infinity.js 59 function g6() { return "" + Infinity; } function
60 test("Infinity", g6);
global-nan-strict.js 68 function g6() { return "" + NaN; } function
69 test("NaN", g6);
global-nan.js 59 function g6() { return "" + NaN; } function
60 test("NaN", g6);
global-undefined-strict.js 66 function g6() { return "" + this; } function
67 test("undefined", g6);
global-undefined.js 67 function g6() { return "" + undefined; } function
68 test("undefined", g6);
  /external/clang/test/SemaCXX/
return-noreturn.cpp 77 int g6(int x) { function in namespace:abort_struct_complex_cfgs
  /external/libvpx/libvpx/vpx_dsp/mips/
idct16x16_msa.c 330 v8i16 g0, g1, g2, g3, g4, g5, g6, g7, g8, g9, g10, g11, g12, g13, g14, g15; local
377 MADD_BF(r13, r2, r5, r10, k0, k1, k2, k3, g4, g5, g6, g7);
383 BUTTERFLY_4(g4, g6, g14, g12, h10, h11, v6, v4);
  /external/clang/test/CXX/drs/
dr0xx.cpp 338 extern "C++" void g6();
340 void g6() { function in namespace:dr29
341 void dr29_f6(); // ok, g6 is extern "C" but we're not inside the linkage-specification here.

Completed in 935 milliseconds

1 2