代码搜索:Booth
找到约 978 项符合「Booth」的源代码
代码结果 978
www.eeworm.com/read/340665/3280886
c ucs.c
/* Copyright (C) 2001 Free Software Foundation, Inc. */
/* { dg-do compile } */
/* { dg-options "-std=c99" } */
/* This tests universal character sequences.
Neil Booth, 22 May 2001.
Richard
www.eeworm.com/read/340665/3280961
c vararg3.c
/* Copyright (C) 2002 Free Software Foundation, Inc. */
/* { dg-do preprocess } */
/* { dg-options "-std=c99" } */
/* Source: Neil Booth, 6 Aug 2002.
Tests that we DTRT with varargs commas for
www.eeworm.com/read/440906/1782123
c fshort-wchar.c
/* Copyright (C) 2002 Free Software Foundation, Inc. */
/* { dg-do run } */
/* { dg-options "-fshort-wchar" } */
/* Source: Neil Booth, 10 Dec 2002.
Test that __WCHAR_MAX__ is correct with -fsh
www.eeworm.com/read/440906/1782374
c macro7.c
/* { dg-do preprocess } */
/* Test we don't complain about directives in macro expansions when
looking for the '(' of a function-like macro.
Submitter: Neil Booth. 3 Mar 2000. */
#define f(x
www.eeworm.com/read/440906/1782375
c macro8.c
/* { dg-do compile } */
/* { dg-options -std=gnu89 } */
/* GCC 2.95.2 used to get the following variable argument macro
expansions wrong.
Source: Neil Booth, from PR 3852 with persmission. 31
www.eeworm.com/read/440906/1782545
c backslash2.c
/* Copyright (C) 2000 Free Software Foundation, Inc. */
/* { dg-do preprocess } */
/* Test warnings for backslash-space-newline.
Source: Neil Booth. 6 Dec 2000. */
foo \
bar
/* { dg-warning
www.eeworm.com/read/440906/1782562
c ucs.c
/* Copyright (C) 2001 Free Software Foundation, Inc. */
/* { dg-do compile } */
/* { dg-options "-std=c99" } */
/* This tests universal character sequences.
Neil Booth, 22 May 2001.
Richard
www.eeworm.com/read/440906/1782637
c vararg3.c
/* Copyright (C) 2002 Free Software Foundation, Inc. */
/* { dg-do preprocess } */
/* { dg-options "-std=c99" } */
/* Source: Neil Booth, 6 Aug 2002.
Tests that we DTRT with varargs commas for
www.eeworm.com/read/398713/2371238
cpp ex6_2.cpp
// ex6_2.cpp
// uses class to model toll booth
#include
using namespace std;
#include
const char ESC = 27; //escape key ASCII code
const double TOLL = 0.5;
www.eeworm.com/read/366702/2881784
c fshort-wchar.c
/* Copyright (C) 2002 Free Software Foundation, Inc. */
/* { dg-do run } */
/* { dg-options "-fshort-wchar" } */
/* Source: Neil Booth, 10 Dec 2002.
Test that __WCHAR_MAX__ is correct with -fsh