代码搜索:ggc

找到约 57 项符合「ggc」的源代码

代码结果 57
www.eeworm.com/read/292144/3958589

c ggc.c

/* ``The contents of this file are subject to the Erlang Public License, * Version 1.1, (the "License"); you may not use this file except in * compliance with the License. You should have received a
www.eeworm.com/read/292144/3958710

h ggc.h

#ifndef __GGC_H__ #define __GGC_H__ /* * GC macros, shared between ggc.c and hipe_${ARCH}_stack.c. */ #ifdef DEBUG #define HARDDEBUG 1 /* See erl_debug.h for information about verbose levels */ /
www.eeworm.com/read/17853/762837

tdf a_graycounter_ggc.tdf

--a_graycounter DEVICE_FAMILY="Cyclone II" PVALUE=1 WIDTH=11 aclr clock cnt_en q ALTERA_INTERNAL_OPTIONS=suppress_da_rule_internal=s102 --VERSION_BEGIN 7.2SP2 cbx_a_gray2bin 2006:02:28:14:37:30:SJ cb
www.eeworm.com/read/162614/5519184

c friend36.c

// PR c++/22139 // { dg-options "--param ggc-min-expand=0 --param ggc-min-heapsize=0" } template class Tensor; template struct SymmetricTensor { Symmet
www.eeworm.com/read/162614/5519092

c friend40.c

// PR c++/24173 // { dg-options "--param ggc-min-expand=0 --param ggc-min-heapsize=0" } template struct A; void foo(A); template struct A { friend void foo(A); }; void bar() {
www.eeworm.com/read/162614/5518794

c gc2.c

// PR c++/12316 // Origin: Volker Reichelt // { dg-do compile } // { dg-options "--param ggc-min-expand=0 --param ggc-min-heapsize=0" } inline void FOO() {} template
www.eeworm.com/read/162614/5530126

c pr23408.c

/* { dg-do compile } */ /* { dg-options "--param ggc-min-expand=0 --param ggc-min-heapsize=0" } */ static __inline__ int f () { return g (); } int g () { return f (); }
www.eeworm.com/read/162614/5528889

c pr24049.c

/* { dg-do compile } */ /* { dg-options "-O1 -ftree-vectorize --param ggc-min-heapsize=0 --param ggc-min-expand=0" } */ int DES_CBCUpdate(unsigned char * output, int len) { int work[2]; unsigned
www.eeworm.com/read/162614/5529975

c pr17957.c

/* { dg-do compile } */ /* { dg-options "--param ggc-min-expand=0 --param ggc-min-heapsize=0" } */ /* { dg-options "-fno-common --param ggc-min-expand=0 --param ggc-min-heapsize=0" { target hppa*-*-hp
www.eeworm.com/read/162614/5530810

c pr23547.c

/* { dg-do compile } */ /* { dg-options "--param ggc-min-expand=0 --param ggc-min-heapsize=0" } */ void foo() { void bar() { bar(); } } void foo1(int i) { void bar (char c[1][i]) { } }