代码搜索结果
找到约 4,295 项符合
G 的代码
950906-1.c
g (int i)
{
}
f (int i)
{
g (0);
while ( ({ i--; }) )
g (0);
}
main ()
{
f (10);
exit (0);
}
941202-1.c
g (x, y)
{
if (x != 3)
abort ();
}
static inline
f (int i)
{
int *tmp;
tmp = (int *) alloca (sizeof (i));
*tmp = i;
g (*tmp, 0);
}
main ()
{
f (3);
exit (0);
};
g.c
foo (a, b)
long long a, b;
{
if (a == b)
return 0;
else
return 1;
}
930623-1.c
g (a, b) {}
f (xx)
void* xx;
{
__builtin_apply ((void*)g, xx, 200);
}
931013-1.c
g ();
f ()
{
long ldata[2];
int seed;
seed = (ldata[0]) + (ldata[1]
g++.exp
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 2000, 2001, 2002
# Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of th
g++-dg.exp
# Copyright (C) 1997, 1999, 2000 Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as publ
g++-bprob-1.c
/* Check that various C constructs (in C++) don't cause problems for
* profile-directed block ordering.
Most of this test is the same as bprob-1.c and gcov-4.c in
gcc.misc-tests. The "count"
crash15.c
// g++ crashed because we unsaved the TARGET_EXPR for the return value
// for get_allocator without first expanding it, because it was part of the
// cleanup for the temporary string.
// Derived from
900127_02.c
// g++ 1.36.1 bug 900127_02
// g++ (mostly) keeps separate name spaces for the declarations of data
// objects and functions.
// This means that a single name may be declared as both a data object a