Searched defs:g0 (Results 1 - 25 of 32) sorted by relevance

12

/external/clang/test/CodeGen/
H A D2008-07-21-mixed-var-fn-decl.c3 int g0, f0(); variable
6 // CHECK: @g0 = common global i32 0, align 4
H A Dattr-used.c2 // RUN: grep '@llvm.used = .*@g0' %t
7 int g0 __attribute__((used)); variable
H A Ddarwin-string-literals.c13 const char *g0 = "string0"; variable
H A Dlinkage-redecl.c7 void g0() { function
H A Dprivate-extern.c2 // RUN: grep '@g0 = external hidden constant i32' %t
5 __private_extern__ const int g0; variable
9 return g0;
H A DPR3613-static-decl.c2 // RUN: grep '@g0 = internal global %.truct.s0 { i32 3 }' %t | count 1
8 static struct s0 g0; variable in typeref:struct:s0
11 return g0.a;
14 static struct s0 g0 = {3}; variable in typeref:struct:s0
H A Dalias.c2 // RUN: grep '@g0 = common global i32 0' %t
4 // RUN: grep '@g1 = alias i32\* @g0' %t
11 int g0; variable
13 extern int g1 __attribute((alias("g0")));
H A Dbitfield.c19 int g0(void) { function
H A Ddebug-info.c18 struct s0 { struct s0 *p; } g0; variable in typeref:struct:s0
/external/clang/test/Frontend/
H A Dast-codegen.c7 // CHECK: @g0 = common global i32 0, align 4
8 int g0; variable
/external/clang/test/CodeGenObjC/
H A Dattr-strong.c6 struct s0 * __attribute__((objc_gc(strong))) g0; variable in typeref:struct:s0
8 g0->a = 0;
/external/clang/test/PCH/
H A Dva_arg.c8 char *g0(char** argv, int argc) { return argv[argc]; } function
11 f(g0, argv, 1, 2, 3);
H A Dstmts.c8 void g0(void) { f0(5); } function
/external/clang/test/SemaTemplate/
H A Dackermann.cpp37 int g0[Ackermann<3, 4>::value == 125 ? 1 : -1]; variable
H A Ddefault-arguments-cxx0x.cpp10 void g0() { function
/external/v8/test/mjsunit/compiler/
H A Dcontrol-flow-1.js35 function g0(x, y) { function
39 assertTrue(g0(0, 0));
40 assertFalse(g0(0, 1));
/external/clang/test/CXX/temp/temp.decls/temp.fct/temp.over.link/
H A Dp6.cpp5 void g0();
16 template<int X, int Y> void A0<X, Y>::g0() { } function in class:A0
/external/clang/test/Sema/
H A Dattr-noreturn.c14 int g0 __attribute__((noreturn)); // expected-warning {{'noreturn' only applies to function types; type here is 'int'}} variable
H A Dconstant-builtins.c5 float g0 = __builtin_huge_val(); variable
H A Dmerge-decls.c27 Vf2 g0; // expected-note {{previous definition is here}} variable
28 Vi2 g0; // expected-error {{redefinition of 'g0'}} variable
H A Dattr-unused.c10 int g0 __attribute__((unused)); variable
H A Dconstant-builtins-2.c5 double g0 = __builtin_huge_val(); variable
H A Dattr-aligned.c6 short g0[3] __attribute__((aligned)); variable
7 short g0_chk[__alignof__(g0) == 16 ? 1 : -1];
H A Dprivate-extern.c3 static int g0; // expected-note{{previous definition}} variable
4 int g0; // expected-error{{non-static declaration of 'g0' follows static declaration}} variable
/external/clang/test/CodeGenCXX/
H A Dconst-init.cpp25 C g0 = { C::e1 }; member in namespace:PR5581

Completed in 228 milliseconds

12