Home
last modified time | relevance | path

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

12

/minix3/external/bsd/llvm/dist/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(); variable
H A Dprivate-extern.c5 __private_extern__ const int g0; variable
H A Ddarwin-string-literals.c16 const char *g0 = "string0"; variable
H A Dlinkage-redecl.c14 void g0() { in g0() function
H A Dattr-used.c7 int g0 __attribute__((used)); variable
H A Dalias.c4 int g0; variable
H A Ddebug-info.c17 struct s0 { struct s0 *p; } g0; variable
/minix3/external/bsd/llvm/dist/clang/test/Frontend/
H A Dast-codegen.c8 int g0; variable
/minix3/external/bsd/llvm/dist/clang/test/PCH/
H A Dva_arg.c8 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.cpp25 decltype(g<0>()) g0; variable
/minix3/external/bsd/llvm/dist/clang/test/CodeGenObjC/
H A Dattr-strong.c6 struct s0 * __attribute__((objc_gc(strong))) g0; variable
H A Dinterface.m26 int g0(void) { function
/minix3/common/lib/libc/arch/powerpc/string/
H A Dmemcpy.S111 g0: /* Main loop */ label
H A Dmemmove.S86 g0: /* Main loop */ label
/minix3/external/bsd/llvm/dist/clang/test/Sema/
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.c6 float g0 = __builtin_huge_val(); variable
H A Dattr-noreturn.c14 int g0 __attribute__((noreturn)); // expected-warning {{'noreturn' only applies to function types; … 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
/minix3/external/bsd/llvm/dist/clang/test/SemaTemplate/
H A Dackermann.cpp38 int g0[Ackermann<3, 4>::value == 125 ? 1 : -1]; variable
H A Ddefault-arguments-cxx0x.cpp11 void g0() { in g0() function
/minix3/external/bsd/llvm/dist/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
/minix3/external/bsd/llvm/dist/clang/test/CXX/temp/temp.spec/
H A Dno-body.cpp24 template<typename T> void g0(T) { } in g0() function

12