HomeSort by relevance Sort by last modified time
    Searched defs:g9 (Results 1 - 11 of 11) sorted by null

  /external/clang/test/Sema/
attr-alias-elf.c 35 void f9() __attribute__((alias("g9")));
36 void g9() {} function
varargs-x86-64.c 70 void __attribute__((ms_abi)) g9(__builtin_ms_va_list args) { function
bitfield-layout.c 203 struct g9 { struct
208 CHECK_SIZE(struct, g9, 8);
210 CHECK_SIZE(struct, g9, 12);
212 CHECK_ALIGN(struct, g9, 4);
private-extern.c 38 __private_extern__ int g9; // expected-note{{previous declaration}} local
39 int g9; // expected-error {{non-extern declaration of 'g9' follows extern declaration}} local
  /external/clang/test/CodeGen/
regparm-struct.c 78 void g9(void) { function
tbaa-class.cpp 149 uint32_t g9(StructS *S, StructS2 *S2, uint64_t count) { function
tbaa.cpp 147 uint32_t g9(StructS *S, StructS2 *S2, uint64_t count) { function
const-init.c 49 // CHECK: @g9 = global i32 0
50 int g9 = (2 + 3i) * (5 + 7i) != (-11 + 29i); variable
  /external/clang/test/CodeGenCXX/
pr12251.cpp 73 e9 g9(e9 *x) { function
  /external/libvpx/libvpx/vp9/encoder/mips/msa/
vp9_fdct16x16_msa.c 20 v8i16 tp0, tp1, tp2, tp3, g0, g1, g2, g3, g8, g9, g10, g11, h0, h1, h2, h3; local
43 MADD_BF(r11, r4, r3, r12, k0, k1, k2, k3, g8, g9, g10, g11);
52 MADD_BF(g1, g3, g9, g11, k0, k1, k2, k0, h0, h1, h2, h3);
206 v8i16 tp0, tp1, tp2, tp3, g0, g1, g2, g3, g8, g9, g10, g11, h0, h1, h2, h3; local
227 MADD_BF(r11, r4, r3, r12, k0, k1, k2, k3, g8, g9, g10, g11);
236 MADD_BF(g1, g3, g9, g11, k0, k1, k2, k0, h0, h1, h2, h3);
  /external/libvpx/libvpx/vpx_dsp/mips/
idct16x16_msa.c 328 v8i16 g0, g1, g2, g3, g4, g5, g6, g7, g8, g9, g10, g11, g12, g13, g14, g15; local
355 MADD_BF(r11, r4, r3, r12, k0, k1, k2, k3, g8, g9, g10, g11);
360 MADD_BF(g1, g3, g9, g11, k0, k1, k2, k0, h0, h1, h2, h3);

Completed in 842 milliseconds