/external/clang/test/CodeGen/ |
D | PR3613-static-decl.c | 8 static struct s0 g0; variable 14 static struct s0 g0 = {3}; variable
|
D | 2008-07-21-mixed-var-fn-decl.c | 3 int g0, f0(); variable
|
D | linkage-redecl.c | 7 void g0() { in g0() function
|
D | darwin-string-literals.c | 16 const char *g0 = "string0"; variable
|
D | private-extern.c | 5 __private_extern__ const int g0; variable
|
D | attr-used.c | 7 int g0 __attribute__((used)); variable
|
D | alias.c | 11 int g0; variable
|
D | debug-info.c | 18 struct s0 { struct s0 *p; } g0; variable
|
/external/clang/test/Sema/ |
D | merge-decls.c | 27 Vf2 g0; // expected-note {{previous definition is here}} variable 28 Vi2 g0; // expected-error {{redefinition of 'g0'}} variable
|
D | constant-builtins.c | 5 float g0 = __builtin_huge_val(); variable
|
D | private-extern.c | 3 static int g0; // expected-note{{previous definition}} variable 4 int g0; // expected-error{{non-static declaration of 'g0' follows static declaration}} variable
|
D | attr-noreturn.c | 14 int g0 __attribute__((noreturn)); // expected-warning {{'noreturn' only applies to function types; … variable
|
D | constant-builtins-2.c | 5 double g0 = __builtin_huge_val(); variable
|
D | attr-unused.c | 10 int g0 __attribute__((unused)); variable
|
D | attr-aligned.c | 6 short g0[3] __attribute__((aligned)); variable
|
/external/clang/test/Frontend/ |
D | ast-codegen.c | 8 int g0; variable
|
/external/clang/test/PCH/ |
D | va_arg.c | 8 char *g0(char** argv, int argc) { return argv[argc]; } in g0() function
|
D | stmts.c | 8 void g0(void) { f0(5); } in g0() function
|
/external/clang/test/CodeGenObjC/ |
D | attr-strong.c | 6 struct s0 * __attribute__((objc_gc(strong))) g0; variable
|
D | interface.m | 26 int g0(void) { function
|
/external/clang/test/SemaTemplate/ |
D | default-arguments-cxx0x.cpp | 10 void g0() { in g0() function
|
D | ackermann.cpp | 37 int g0[Ackermann<3, 4>::value == 125 ? 1 : -1]; variable
|
/external/v8/test/mjsunit/compiler/ |
D | control-flow-1.js | 35 function g0(x, y) { function
|
/external/v8/test/mjsunit/harmony/ |
D | block-let-declaration.js | 115 function g0() { function
|
/external/clang/test/CXX/temp/temp.decls/temp.fct/temp.over.link/ |
D | p6.cpp | 16 template<int X, int Y> void A0<X, Y>::g0() { } in g0() function in A0
|