代码搜索:Garbage
找到约 718 项符合「Garbage」的源代码
代码结果 718
www.eeworm.com/read/233448/4685954
c if-4.c
/* Regression test for proper error message. The token name isn't
NUL terminated, so we would print garbage after it. */
/* { dg-do compile } */
#if 1 += 2 /* { dg-error "is not valid" "+= in
www.eeworm.com/read/192230/5159747
c solib-d1.c
static int file_static = 1234;
int global_from_primary = 5678;
int function_from_primary()
{
garbage();
}
force_generation_of_export_stub()
{
_start(); /* force main module to have an exp
www.eeworm.com/read/190666/5179810
c if-4.c
/* Regression test for proper error message. The token name isn't
NUL terminated, so we would print garbage after it. */
/* { dg-do compile } */
#if 1 += 2 /* { dg-error "is not valid" "+= in
www.eeworm.com/read/340665/3280843
c if-4.c
/* Regression test for proper error message. The token name isn't
NUL terminated, so we would print garbage after it. */
/* { dg-do compile } */
#if 1 += 2 /* { dg-error "is not valid" "+= in
www.eeworm.com/read/323581/3513934
tcl cleanup.tcl
# cleanup.tcl --
#
# This program tests whether whether there is any garbage left
# after all the test files are executed. If so, either Tix has
# resource leak or the test suite doesn't clean up prop
www.eeworm.com/read/304657/3794135
am makefile.am
# Makefile.am for the garbage collector - original Kaffe's GC.
#
# Copyright (c) 2004, 2005
# Kaffe.org contributors, see ChangeLogs for details.
# All rights reserved.
#
# See the file "licen
www.eeworm.com/read/304657/3794139
h gc-refs.h
/*
* gc-refs.h
* Manage root set for garbage collector
*
* Copyright (c) 1996, 1997
* Transvirtual Technologies, Inc. All rights reserved.
*
* Copyright (c) 2004
* The Kaffe.org's d
www.eeworm.com/read/292144/3958639
h erl_debug.h
#ifndef _ERL_DEBUG_H_
#define _ERL_DEBUG_H_
#ifdef DEBUG
#ifdef HIPE
#include "hipe_debug.h"
#endif
/* Heap areas will be filled with this value when they are deallocated
* after a garbage collect
www.eeworm.com/read/440906/1782519
c if-4.c
/* Regression test for proper error message. The token name isn't
NUL terminated, so we would print garbage after it. */
/* { dg-do compile } */
#if 1 += 2 /* { dg-error "is not valid" "+= in
www.eeworm.com/read/419387/2079054
c solib-d1.c
static int file_static = 1234;
int global_from_primary = 5678;
int function_from_primary()
{
garbage();
}
force_generation_of_export_stub()
{
_start(); /* force main module to have an exp