代码搜索:preprocessor
找到约 5,886 项符合「preprocessor」的源代码
代码结果 5,886
www.eeworm.com/read/340665/3280868
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/340665/3280955
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/320652/3542707
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/320652/3542759
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/320652/3545825
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/320652/3545969
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/304657/3794041
s mips_sgi_mach_dep.s
#include
#include
/* This file must be preprocessed. But the SGI assembler always does */
/* that. Furthermore, a generic preprocessor won't do, since some of */
/* the SG
www.eeworm.com/read/440906/1782399
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/440906/1782465
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/440906/1782544
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: