/minix3/external/bsd/llvm/dist/clang/test/CodeGen/ |
H A D | PR3613-static-decl.c | 8 static struct s0 g0; variable 14 static struct s0 g0 = {3}; variable
|
H A D | 2008-07-21-mixed-var-fn-decl.c | 3 int g0, f0(); variable
|
H A D | private-extern.c | 5 __private_extern__ const int g0; variable
|
H A D | darwin-string-literals.c | 16 const char *g0 = "string0"; variable
|
H A D | linkage-redecl.c | 14 void g0() { in g0() function
|
H A D | attr-used.c | 7 int g0 __attribute__((used)); variable
|
H A D | alias.c | 4 int g0; variable
|
H A D | debug-info.c | 17 struct s0 { struct s0 *p; } g0; variable
|
/minix3/external/bsd/llvm/dist/clang/test/Frontend/ |
H A D | ast-codegen.c | 8 int g0; variable
|
/minix3/external/bsd/llvm/dist/clang/test/PCH/ |
H A D | va_arg.c | 8 char *g0(char** argv, int argc) { return argv[argc]; } in g0() function
|
H A D | stmts.c | 8 void g0(void) { f0(5); } in g0() function
|
H A D | cxx11-exception-spec.cpp | 25 decltype(g<0>()) g0; variable
|
/minix3/external/bsd/llvm/dist/clang/test/CodeGenObjC/ |
H A D | attr-strong.c | 6 struct s0 * __attribute__((objc_gc(strong))) g0; variable
|
H A D | interface.m | 26 int g0(void) { function
|
/minix3/common/lib/libc/arch/powerpc/string/ |
H A D | memcpy.S | 111 g0: /* Main loop */ label
|
H A D | memmove.S | 86 g0: /* Main loop */ label
|
/minix3/external/bsd/llvm/dist/clang/test/Sema/ |
H A D | merge-decls.c | 27 Vf2 g0; // expected-note {{previous definition is here}} variable 28 Vi2 g0; // expected-error {{redefinition of 'g0'}} variable
|
H A D | constant-builtins.c | 6 float g0 = __builtin_huge_val(); variable
|
H A D | attr-noreturn.c | 14 int g0 __attribute__((noreturn)); // expected-warning {{'noreturn' only applies to function types; … variable
|
H A 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
|
H A D | attr-unused.c | 10 int g0 __attribute__((unused)); variable
|
/minix3/external/bsd/llvm/dist/clang/test/SemaTemplate/ |
H A D | ackermann.cpp | 38 int g0[Ackermann<3, 4>::value == 125 ? 1 : -1]; variable
|
H A D | default-arguments-cxx0x.cpp | 11 void g0() { in g0() function
|
/minix3/external/bsd/llvm/dist/clang/test/CXX/temp/temp.decls/temp.fct/temp.over.link/ |
H A D | p6.cpp | 16 template<int X, int Y> void A0<X, Y>::g0() { } in g0() function in A0
|
/minix3/external/bsd/llvm/dist/clang/test/CXX/temp/temp.spec/ |
H A D | no-body.cpp | 24 template<typename T> void g0(T) { } in g0() function
|