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

  /external/clang/test/Sema/
constant-builtins-2.c 13 double g6 = __builtin_nan(""); variable
private-extern.c 22 int g6; // expected-note {{previous}} local
23 extern int g6; // expected-error {{extern declaration of 'g6' follows non-extern declaration}}
  /external/clang/test/CodeGen/
regparm-struct.c 49 void g6() { function
bitfield-2.c 260 struct s6 g6 = { 0xF }; variable in typeref:struct:s6
276 struct s6 g6 = { 0xF }; local
278 res ^= g6.f0;
279 res ^= f6_load(&g6);
280 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/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

Completed in 190 milliseconds