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

  /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/clang/test/Sema/
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/chromium_org/gpu/command_buffer/tests/
compressed_texture_test.cc 141 uint8 g6 = (rgb565 & kGreenMask) >> 5; local
145 rgb888[1] = (g6 << 2) | (g6 >> 4);
  /external/clang/test/CodeGenCXX/
pr12251.cpp 52 e6 g6(e6 *x) { function
  /external/clang/test/SemaCXX/
return-noreturn.cpp 69 int g6(int x) { function in namespace:abort_struct_complex_cfgs
  /external/clang/test/CXX/drs/
dr0xx.cpp 312 extern "C++" void g6();
314 void g6() { function in namespace:dr29
315 void dr29_f6(); // ok, g6 is extern "C" but we're not inside the linkage-specification here.

Completed in 8302 milliseconds