代码搜索:Preprocessor
找到约 5,886 项符合「Preprocessor」的源代码
代码结果 5,886
www.eeworm.com/read/440906/1782553
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/440906/1782659
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/402216/2327311
txt fortran.txt
DOCUMENT_DEFAULT = 0
COMMENT = 1
NUMBER = 2
STRING1 = 3
STRING2 = 4
STRINGEOL = 5
OPERATOR = 6
IDENTIFIER = 7
WORD = 8
WORD2 = 9
WORD3 = 10
PREPROCESSOR = 11
OPERATOR2
www.eeworm.com/read/402216/2327316
txt f77.txt
DOCUMENT_DEFAULT = 0
COMMENT = 1
NUMBER = 2
STRING1 = 3
STRING2 = 4
STRINGEOL = 5
OPERATOR = 6
IDENTIFIER = 7
WORD = 8
WORD2 = 9
WORD3 = 10
PREPROCESSOR = 11
OPERATOR2
www.eeworm.com/read/366702/2880340
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/366702/2884186
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/366702/2884381
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/162614/5531242
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" } *