代码搜索:preprocessor
找到约 5,886 项符合「preprocessor」的源代码
代码结果 5,886
www.eeworm.com/read/470720/1452460
c _pragma1.c
/* Copyright (C) 2000 Free Software Foundation, Inc. */
/* { dg-do preprocess } */
/* Tests the _Pragma operator. Contributed by Neil Booth 1 Nov 2000. */
/* Within the preprocessor, the easy pr
www.eeworm.com/read/470693/1464406
c _pragma1.c
/* Copyright (C) 2000 Free Software Foundation, Inc. */
/* { dg-do preprocess } */
/* Tests the _Pragma operator. Contributed by Neil Booth 1 Nov 2000. */
/* Within the preprocessor, the easy pr
www.eeworm.com/read/240943/4564932
h netbsd.h
/* Names to predefine in the preprocessor for this target machine. */
#undef CPP_PREDEFINES
#define CPP_PREDEFINES "-Dunix -Dsparc -D__NetBSD__ -Asystem=unix -Asystem=NetBSD -Acpu=sparc -Amachine=sp
www.eeworm.com/read/240162/4590014
c assert4.c
/* Copyright (C) 2003 Free Software Foundation, Inc.
Test builtin preprocessor assertions.
By Kaveh Ghazi . */
/* { dg-do preprocess } */
/* Check for #system assertio
www.eeworm.com/read/240162/4590164
c _pragma1.c
/* Copyright (C) 2000 Free Software Foundation, Inc. */
/* { dg-do preprocess } */
/* Tests the _Pragma operator. Contributed by Neil Booth 1 Nov 2000. */
/* Within the preprocessor, the easy pr
www.eeworm.com/read/237551/4624881
h wordsize.h
/* Determine the wordsize from the preprocessor defines. */
#if defined __powerpc64__
# define __WORDSIZE 64
# define __WORDSIZE_COMPAT32 1
#else
# define __WORDSIZE 32
#endif
#if !defined __NO_LON
www.eeworm.com/read/237551/4625346
h wordsize.h
/* Determine the wordsize from the preprocessor defines. */
#if defined __arch64__ || defined __sparcv9
# define __WORDSIZE 64
#else
# define __WORDSIZE 32
#endif
#if !defined __NO_LONG_DOUBLE_MATH
www.eeworm.com/read/233448/4676356
mm const-str-4.mm
/* APPLE LOCAL file mainline */
/* Ensure that the preprocessor handles ObjC string constants gracefully. */
/* Author: Ziemowit Laski */
/* { dg-options "-fnext-runtime -fconstant-
www.eeworm.com/read/233448/4676545
m const-str-4.m
/* Ensure that the preprocessor handles ObjC string constants gracefully. */
/* Author: Ziemowit Laski */
/* { dg-options "-fnext-runtime -fconstant-string-class=MyString -lobjc" }
www.eeworm.com/read/233448/4685889
c assert4.c
/* Copyright (C) 2003 Free Software Foundation, Inc.
Test builtin preprocessor assertions.
By Kaveh Ghazi . */
/* { dg-do preprocess } */
/* Check for #system assertio