代码搜索:preprocessor
找到约 5,886 项符合「preprocessor」的源代码
代码结果 5,886
www.eeworm.com/read/140164/5794684
c cpp.c
/*
* cpp.c - c compiler preprocessor
*
* 23-Jun-87 include
* 24-Jun-87 define, ifdef, ifndef, else, endif
* 25-Jun-87 if, elif, undef, -d option, -s option, line, #, ##
* 27-Jun-87 add __e
www.eeworm.com/read/131315/5935530
testrefs
%A Timothy A. Budd
%T Referemce File Formats
%I UATR 82-1
%D 1982
%A James C. Alexander
%T Tib: A TeX bibliographic preprocessor
%I (draft)
%D 1987
%A Brian W. Kernighan
%A Lorinda L. Cherry
%T A Sy
www.eeworm.com/read/470720/1451705
c c90-hexfloat-2.c
/* Test for hex floating point constants: in C99 only. Preprocessor test. */
/* Origin: Joseph Myers */
/* { dg-do run } */
/* { dg-options "-std=iso9899:1990 -pedantic-errors" } *
www.eeworm.com/read/470720/1452408
c paste12.c
/* { dg-do preprocess } */
/* Test correct diagnostics when pasting in #include.
Source: PR preprocessor/6780. */
#define inc2(a,b)
#define INC(X) inc2(X,h)
#include INC(stdio) /* { dg-e
www.eeworm.com/read/470720/1452511
c c99-hexfloat-2.c
/* Test for hex floating point constants: in C99 only. Preprocessor test. */
/* Origin: Joseph Myers */
/* { dg-do run } */
/* { dg-options "-std=iso9899:1999 -pedantic-errors" } *
www.eeworm.com/read/470693/1463651
c c90-hexfloat-2.c
/* Test for hex floating point constants: in C99 only. Preprocessor test. */
/* Origin: Joseph Myers */
/* { dg-do run } */
/* { dg-options "-std=iso9899:1990 -pedantic-errors" } *
www.eeworm.com/read/470693/1464354
c paste12.c
/* { dg-do preprocess } */
/* Test correct diagnostics when pasting in #include.
Source: PR preprocessor/6780. */
#define inc2(a,b)
#define INC(X) inc2(X,h)
#include INC(stdio) /* { dg-e
www.eeworm.com/read/470693/1464457
c c99-hexfloat-2.c
/* Test for hex floating point constants: in C99 only. Preprocessor test. */
/* Origin: Joseph Myers */
/* { dg-do run } */
/* { dg-options "-std=iso9899:1999 -pedantic-errors" } *
www.eeworm.com/read/240162/4590108
c paste12.c
/* { dg-do preprocess } */
/* Test correct diagnostics when pasting in #include.
Source: PR preprocessor/6780. */
#define inc2(a,b)
#define INC(X) inc2(X,h)
#include INC(stdio) /* { dg-e