/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 | private-extern.c | 6 __private_extern__ const int g0; variable
|
D | darwin-string-literals.c | 16 const char *g0 = "string0"; variable
|
D | linkage-redecl.c | 14 void g0() { in g0() function
|
D | attr-used.c | 7 int g0 __attribute__((used)); variable
|
D | asm-attrs.c | 17 int g0, g1; variable
|
D | alias.c | 6 int g0; variable
|
/external/clang/test/Frontend/ |
D | ast-codegen.c | 9 int 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 | attr-notail.c | 12 int g0 __attribute__((not_tail_called)); // expected-warning {{'not_tail_called' attribute only app… variable
|
D | attr-disable-tail-calls.c | 11 int g0 __attribute__((disable_tail_calls)); // expected-warning {{'disable_tail_calls' attribute on… variable
|
D | private-extern.c | 4 static int g0; // expected-note{{previous definition}} variable 5 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.c | 6 float g0 = __builtin_huge_val(); variable
|
D | attr-unused.c | 10 int g0 __attribute__((unused)); variable
|
/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/PCH/ |
D | va_arg.c | 9 char *g0(char** argv, int argc) { return argv[argc]; } in g0() function
|
D | stmts.c | 8 void g0(void) { f0(5); } in g0() function
|
D | cxx11-exception-spec.cpp | 25 decltype(g<0>()) g0; variable
|
/external/v8/test/mjsunit/compiler/ |
D | control-flow-1.js | 35 function g0(x, y) { function
|
/external/clang/test/SemaTemplate/ |
D | ackermann.cpp | 38 int g0[Ackermann<3, 4>::value == 125 ? 1 : -1]; variable
|
D | default-arguments-cxx0x.cpp | 11 void g0() { in 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
|