代码搜索:Booth
找到约 978 项符合「Booth」的源代码
代码结果 978
www.eeworm.com/read/240162/4590024
c wtrigraphs-2.c
/* { dg-do preprocess } */
/* { dg-options "-std=c99 -Wtrigraphs -fno-show-column" } */
/* Test warnings for trigraphs in comments, with trigraphs enabled.
Neil Booth. 4 May 2003. */
/* { dg-bo
www.eeworm.com/read/240162/4590130
c macro4.c
/* Copyright (C) 2000 Free Software Foundation, Inc. */
/* { dg-do preprocess } */
/* Test source Neil Booth. */
#define glue(x, y) x ## y
#define xglue(x, y) glue (x, y)
/* Should expand to glu
www.eeworm.com/read/233448/4674019
c instantiate11.c
// { dg-do assemble }
// Origin: Neil Booth, from bug report #36
template class vect;
template vect operator-( const vect&, const vect& );
template
c
www.eeworm.com/read/233448/4683930
c bitfld-2.c
/* Copyright (C) 2002 Free Software Foundation, Inc.
Tests we warn about overly-large assignments to bitfields.
Source: Neil Booth, 28 Jan 2002.
*/
struct bf
{
unsigned int a: 2;
int b: 2
www.eeworm.com/read/233448/4684866
c wshadow-1.c
/* Copyright (C) 2001 Free Software Foundation, Inc. */
/* { dg-do compile } */
/* { dg-options "-Wshadow -pedantic-errors" } */
/* Source: Neil Booth, 5 Dec 2001. */
int decl1; /* { dg-warning
www.eeworm.com/read/233448/4685371
c divbyzero.c
/* Copyright (C) 2001 Free Software Foundation, Inc. */
/* { dg-do compile } */
/* Source: Neil Booth, Oct 22 2001. PR 150 - warn about division by
zero. */
#define ZERO (4 - 6 + 2)
int main
www.eeworm.com/read/233448/4685790
c cmdlne-p.c
/* Copyright (C) 2000, 2003 Free Software Foundation, Inc. */
/* { dg-do preprocess } */
/* { dg-options "-P" } */
/* Test that we don't stair-step output with -P. Source: Neil Booth,
18 Dec 20
www.eeworm.com/read/233448/4685901
c wtrigraphs-2.c
/* { dg-do preprocess } */
/* { dg-options "-std=c99 -Wtrigraphs -fno-show-column" } */
/* Test warnings for trigraphs in comments, with trigraphs enabled.
Neil Booth. 4 May 2003. */
/* { dg-bo
www.eeworm.com/read/233448/4686028
c macro4.c
/* Copyright (C) 2000 Free Software Foundation, Inc. */
/* { dg-do preprocess } */
/* Test source Neil Booth. */
#define glue(x, y) x ## y
#define xglue(x, y) glue (x, y)
/* Should expand to glu
www.eeworm.com/read/213496/4916330
java ingresdialect.java
//$Id: IngresDialect.java,v 1.3.2.2 2003/09/29 12:06:28 oneovthafew Exp $
package net.sf.hibernate.dialect;
import java.sql.Types;
/**
* An Ingres SQL dialect
* @author Ian Booth
*/
public class