代码搜索:preprocessor
找到约 5,886 项符合「preprocessor」的源代码
代码结果 5,886
www.eeworm.com/read/240162/4590099
c c94-pedantic.c
/* Copyright (C) 2000 Free Software Foundation, Inc. */
/* { dg-do preprocess } */
/* { dg-options "-std=iso9899:199409 -pedantic" } */
/* This file is for testing the preprocessor in -std=iso9899:
www.eeworm.com/read/240162/4590191
c wchar-1.c
/* Copyright (C) 2002 Free Software Foundation, Inc. */
/* { dg-do run } */
/* { dg-options "-w" } */
/* Source: Neil Booth, 24 Feb 2002.
Test if compiler and preprocessor agree on signeness of
www.eeworm.com/read/237551/4623521
h wordsize.h
/* Determine the wordsize from the preprocessor defines. */
#if defined __s390x__
# define __WORDSIZE 64
#else
# define __WORDSIZE 32
#endif
#if !defined __NO_LONG_DOUBLE_MATH && !defined __LONG_DO
www.eeworm.com/read/237551/4623573
h wordsize.h
/* Determine the wordsize from the preprocessor defines. */
#if defined __s390x__
# define __WORDSIZE 64
#else
# define __WORDSIZE 32
#endif
#if !defined __NO_LONG_DOUBLE_MATH && !defined __LONG_DO
www.eeworm.com/read/237551/4626677
h wordsize.h
/* Determine the wordsize from the preprocessor defines. */
#if defined __arch64__ || defined __sparcv9
# define __WORDSIZE 64
# define __WORDSIZE_COMPAT32 1
#else
# define __WORDSIZE 32
#endif
www.eeworm.com/read/237551/4626821
h wordsize.h
/* Determine the wordsize from the preprocessor defines. */
#if defined __arch64__ || defined __sparcv9
# define __WORDSIZE 64
# define __WORDSIZE_COMPAT32 1
#else
# define __WORDSIZE 32
#endif
www.eeworm.com/read/233448/4685824
c assert1.c
/* Basic tests of the #assert preprocessor extension. */
/* { dg-do compile } */
/* { dg-options "" } */
#define def unused expansion
#define fail int fail
#assert abc (def)
#assert abc (ghi)
#asse
www.eeworm.com/read/233448/4685892
c assert1.c
/* Basic tests of the #assert preprocessor extension. */
/* { dg-do compile } */
/* { dg-options "" } */
#define def unused expansion
#define fail int fail
#assert abc (def)
#assert abc (ghi)
#asse
www.eeworm.com/read/233448/4685990
c c94-pedantic.c
/* Copyright (C) 2000 Free Software Foundation, Inc. */
/* { dg-do preprocess } */
/* { dg-options "-std=iso9899:199409 -pedantic" } */
/* This file is for testing the preprocessor in -std=iso9899:
www.eeworm.com/read/233448/4686101
c wchar-1.c
/* Copyright (C) 2002 Free Software Foundation, Inc. */
/* { dg-do run } */
/* { dg-options "-w" } */
/* Source: Neil Booth, 24 Feb 2002.
Test if compiler and preprocessor agree on signeness of