代码搜索:Booth

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

代码结果 978
www.eeworm.com/read/233448/4673552

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
www.eeworm.com/read/233448/4685762

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/233448/4685891

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/233448/4685925

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/233448/4685994

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/233448/4686091

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/233448/4686284

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/190666/5179718

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/190666/5179758

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/190666/5179784

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