代码搜索:IC芯片
找到约 10,000 项符合「IC芯片」的源代码
代码结果 10,000
www.eeworm.com/read/470720/1451818
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/470720/1452162
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/470693/1456570
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/470693/1459752
c 2371.c
# 1 "SetLS.cc"
// GROUPS passed templates nested-classes
// Special g++ Options:
//
// The SetLS template test
//
// Wendell Baker, Berkeley CAD Group, 1993 (wbaker@ic.Berkeley.EDU)
//
#pragma imple
www.eeworm.com/read/470693/1460070
c template7.c
// Build don't link:
// Copyright (C) 1999, 2000 Free Software Foundation
// by Alexandre Oliva
// simplified from bug report by Paul Burchard
templat
www.eeworm.com/read/470693/1463240
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/470693/1463764
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/470693/1464108
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/240162/4579536
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/240162/4583294
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