代码搜索结果
找到约 4,295 项符合
G 的代码
wed.zsf
G:/F16_24_P8_ftest/db/exam2.sim.vwf 0 1000000 683 1000000 0
G:/F16_24_P8_ftest/exam2.vwf 0 1000000 746 1000000 0
exam2.vwf 0 1000000 20 1000 0
wed.zsf
G:/F16_24_P8_ftest/db/exam2.sim.vwf 516902 1000000 539 483098 29
G:/F16_24_P8_ftest/exam2.vwf 219840 1000000 746 1000000 0
exam2.vwf 0 1000000 20 1000 0
C:/Documents and Settings/YTB/桌面/F16_24_P8_f
atexit.h
/*
* %G% (UofMD) %D%
*/
#define ATEXIT_SIZE 32 /* must be at least 32 to guarantee ANSI conformance */
struct atexit {
struct atexit *next; /* next in list */
int ind; /* next index in this t
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
900401_01.c
// g++ 1.37.1 bug 900401_01
// The following erroneous code causes g++ to abort.
// Cfront 2.0 passes this test.
// keywords: abort, bit-fields, arrays
typedef unsigned nibble_array[4];
struct wh
900406_01.c
// g++ 1.37.1 bug 900406_01
// The following code causes g++ to segfault.
// cfront 2.0 passes this test.
// keywords: segfault, operator new, array types, array bounds
void function0 ()
{
new i