/llvm-project/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(void); variable
|
H A D | darwin-string-literals.c | 8 const char *g0 = "string0"; variable
|
H A D | private-extern.c | 6 __private_extern__ const int g0; variable
|
H A D | linkage-redecl.c | 14 void g0(void) { in g0() function
|
H A D | asm-attrs.c | 17 int g0, g1; variable
|
H A D | attr-used.c | 11 int g0 __attribute__((used)); variable
|
H A D | attr-retain.c | 21 __attribute__((retain)) int g0; variable
|
/llvm-project/clang/test/Sema/ |
H A D | attr-notail.c | 12 int g0 __attribute__((not_tail_called)); // expected-warning {{'not_tail_called' attribute only app… variable
|
H A D | attr-disable-tail-calls.c | 11 int g0 __attribute__((disable_tail_calls)); // expected-warning {{'disable_tail_calls' attribute on… variable
|
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 | 11 float g0 = __builtin_huge_val(); 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
|
/llvm-project/clang/test/Frontend/ |
H A D | ast-codegen.c | 9 int g0; variable
|
/llvm-project/clang/test/PCH/ |
H A D | cxx1z-init-statement.cpp | 8 void g0(void) { in g0() function
|
H A D | va_arg.c | 9 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 | 31 decltype(g<0>()) g0; variable
|
/llvm-project/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
|
/llvm-project/lld/test/ELF/ |
H A D | compress-sections-special.s | 26 g0: label
|
/llvm-project/clang/test/SemaCXX/ |
H A D | address-packed.cpp | 30 void g0() { in g0() function 68 int *g0() { in g0() function
|
/llvm-project/clang/test/SemaTemplate/ |
H A D | ackermann.cpp | 38 int g0[Ackermann<3, 4>::value == 125 ? 1 : -1]; variable
|
/llvm-project/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
|