代码搜索:IC芯片

找到约 10,000 项符合「IC芯片」的源代码

代码结果 10,000
www.eeworm.com/read/240162/4583304

c template7.c

// { dg-do assemble } // Copyright (C) 1999, 2000 Free Software Foundation // by Alexandre Oliva // simplified from bug report by Paul Burchard templ
www.eeworm.com/read/240162/4589145

c 20000405-1.c

// Copyright (C) 2000 Free Software Foundation // by Alexandre Oliva // simplified from libio/floatconv.c static const double bar[] = { 0 }; int j; double foo () { retur
www.eeworm.com/read/233448/4671873

c new5.c

// { dg-do run } #include void * operator new[](size_t, std::nothrow_t const &) throw() { return NULL; } struct X { struct Inner { ~Inner() {} }; X() { Inner * ic = new (st
www.eeworm.com/read/233448/4676113

c delete5.c

// { dg-do run } // Copyright (C) 1999 Free Software Foundation // by Alexandre Oliva // Test whether dtors of vbases are called from dtor of auto array. // Variant of del
www.eeworm.com/read/233448/4676123

c template7.c

// { dg-do assemble } // Copyright (C) 1999, 2000 Free Software Foundation // by Alexandre Oliva // simplified from bug report by Paul Burchard templ
www.eeworm.com/read/233448/4683171

c 20000405-1.c

// Copyright (C) 2000 Free Software Foundation // by Alexandre Oliva // simplified from libio/floatconv.c static const double bar[] = { 0 }; int j; double foo () { retur
www.eeworm.com/read/233448/4684088

c 20000111-1.c

/* Copyright (C) 2000 Free Software Foundation. by Alexandre Oliva */ /* { dg-do compile } */ __inline int foo (int **q) { return *q && **q; } void bar () { int
www.eeworm.com/read/233448/4685618

c struct-ret-2.c

/* Simplified by Alexandre Oliva from bug report by Helmut Jarausch Copyright (C) 1999 Free Software Foundation */ /* { dg-do compile
www.eeworm.com/read/229812/4737809

c excalloc.c

// test array delete // // 93/02/03 -- J.W.Welch -- defined // #pragma on (dump_ptree) // #pragma on (dump_emit_ic) // #pragma on (dump_lines) // #pragma on (dump_tokens) extern "C"
www.eeworm.com/read/229812/4738912

c new04.c

#include "fail.h" // #pragma on ( dump_exec_ic ) // test NEW operator // // #include int ctored; #define checkInt( p, r ) if( (p)->s != r ) fail( __LINE__ ); #define check