代码搜索:Booth

找到约 978 项符合「Booth」的源代码

代码结果 978
www.eeworm.com/read/340665/3280946

c c89.c

/* Copyright (C) 2000 Free Software Foundation, Inc. */ /* { dg-do preprocess } */ /* { dg-options "-std=c89" } */ /* This file is for testing the preprocessor in -std=c89 mode. Neil Booth, 2 De
www.eeworm.com/read/340665/3281062

c bitfld-1.c

/* Copyright (C) 2002 Free Software Foundation, Inc. Tests various diagnostics about a bit-field's type and width. Source: Neil Booth, 26 Jan 2002. */ /* { dg-options -pedantic } */ enum foo
www.eeworm.com/read/440906/1782347

c vararg4.c

/* Copyright (C) 2002 Free Software Foundation, Inc. */ /* { dg-do preprocess } */ /* { dg-options -std=gnu99 } */ /* Source: Neil Booth, 6 Aug 2002. Tests that we DTRT with varargs commas. */
www.eeworm.com/read/440906/1782464

c include1.c

/* Copyright (C) 2000 Free Software Foundation, Inc. */ /* { dg-do preprocess } */ /* Tests that "#include MACRO" works. */ /* Source: Neil Booth, 29 Oct 2000. */ #define MACRO "mi1c.h" #includ
www.eeworm.com/read/440906/1782491

c c99.c

/* Copyright (C) 2000 Free Software Foundation, Inc. */ /* { dg-do preprocess } */ /* { dg-options "-std=c99" } */ /* This file is for testing the preprocessor in -std=c99 mode. Neil Booth, 2 De
www.eeworm.com/read/440906/1782547

c macro3.c

/* { dg-do run } */ /* { dg-options "-std=c99" } */ /* First two tests sourced from a bug report of Thomas Pornin. Varargs test source Jamie Lokier. All adapted for the testsuite by Neil Booth,
www.eeworm.com/read/440906/1782554

c wtrigraphs.c

/* { dg-do preprocess } */ /* { dg-options "-Wtrigraphs -fno-show-column" } */ /* Test we don't double warn for trigraphs immediately after preceding text. Source Neil Booth. 22 Nov 2000. */ a
www.eeworm.com/read/440906/1782622

c c89.c

/* Copyright (C) 2000 Free Software Foundation, Inc. */ /* { dg-do preprocess } */ /* { dg-options "-std=c89" } */ /* This file is for testing the preprocessor in -std=c89 mode. Neil Booth, 2 De
www.eeworm.com/read/440906/1782740

c bitfld-1.c

/* Copyright (C) 2002 Free Software Foundation, Inc. Tests various diagnostics about a bit-field's type and width. Source: Neil Booth, 26 Jan 2002. */ /* { dg-options -pedantic } */ enum foo
www.eeworm.com/read/366702/2869610

c overload12.c

// { dg-do assemble } // Origin: Neil Booth from bug #27. struct A{}; struct B:A{}; struct C:B{}; struct CX { C c; operator C&(){return c;} }; // viable functions for