Home
last modified time | relevance | path

Searched defs:g0 (Results 1 – 25 of 55) sorted by relevance

123

/llvm-project/clang/test/CodeGen/
H A DPR3613-static-decl.c8 static struct s0 g0; variable
14 static struct s0 g0 = {3}; variable
H A D2008-07-21-mixed-var-fn-decl.c3 int g0, f0(void); variable
H A Ddarwin-string-literals.c8 const char *g0 = "string0"; variable
H A Dprivate-extern.c6 __private_extern__ const int g0; variable
H A Dlinkage-redecl.c14 void g0(void) { in g0() function
H A Dasm-attrs.c17 int g0, g1; variable
H A Dattr-used.c11 int g0 __attribute__((used)); variable
H A Dattr-retain.c21 __attribute__((retain)) int g0; variable
/llvm-project/clang/test/Sema/
H A Dattr-notail.c12 int g0 __attribute__((not_tail_called)); // expected-warning {{'not_tail_called' attribute only app… variable
H A Dattr-disable-tail-calls.c11 int g0 __attribute__((disable_tail_calls)); // expected-warning {{'disable_tail_calls' attribute on… 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 Dconstant-builtins.c11 float g0 = __builtin_huge_val(); variable
H A Dprivate-extern.c4 static int g0; // expected-note{{previous definition}} variable
5 int g0; // expected-error{{non-static declaration of 'g0' follows static declaration}} variable
H A Dattr-unused.c10 int g0 __attribute__((unused)); variable
/llvm-project/clang/test/Frontend/
H A Dast-codegen.c9 int g0; variable
/llvm-project/clang/test/PCH/
H A Dcxx1z-init-statement.cpp8 void g0(void) { in g0() function
H A Dva_arg.c9 char *g0(char** argv, int argc) { return argv[argc]; } in g0() function
H A Dstmts.c8 void g0(void) { f0(5); } in g0() function
H A Dcxx11-exception-spec.cpp31 decltype(g<0>()) g0; variable
/llvm-project/clang/test/CodeGenObjC/
H A Dattr-strong.c6 struct s0 * __attribute__((objc_gc(strong))) g0; variable
H A Dinterface.m26 int g0(void) { function
/llvm-project/lld/test/ELF/
H A Dcompress-sections-special.s26 g0: label
/llvm-project/clang/test/SemaCXX/
H A Daddress-packed.cpp30 void g0() { in g0() function
68 int *g0() { in g0() function
/llvm-project/clang/test/SemaTemplate/
H A Dackermann.cpp38 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 Dp6.cpp16 template<int X, int Y> void A0<X, Y>::g0() { } in g0() function in A0

123