代码搜索:preprocessor
找到约 5,886 项符合「preprocessor」的源代码
代码结果 5,886
www.eeworm.com/read/402216/2327290
txt bullant.txt
DOCUMENT_DEFAULT = 0
COMMENT = 1
COMMENTLINE = 2
COMMENTDOC = 3
NUMBER = 4
WORD = 5
STRING = 6
CHARACTER = 7
UUID = 8
PREPROCESSOR = 9
OPERATOR
www.eeworm.com/read/402216/2327300
txt pascal.txt
DOCUMENT_DEFAULT = 0
COMMENT = 1
COMMENTLINE = 2
COMMENTDOC = 3
NUMBER = 4
WORD = 5
STRING = 6
CHARACTER = 7
UUID = 8
PREPROCESSOR = 9
OPERATOR
www.eeworm.com/read/402216/2327338
txt cpp.txt
DOCUMENT_DEFAULT = 0
COMMENT = 1
COMMENTLINE = 2
COMMENTDOC = 3
NUMBER = 4
WORD = 5
STRING = 6
CHARACTER = 7
UUID = 8
PREPROCESSOR = 9
OPERATOR
www.eeworm.com/read/366702/2884184
c charconst.c
/* Copyright (C) 2001 Free Software Foundation, Inc. */
/* { dg-do compile } */
/* This tests various diagnostics about character constants, for both
the preprocessor and the compiler.
Neil
www.eeworm.com/read/366702/2884222
c if-oppr.c
/* Copyright (C) 2000 Free Software Foundation, Inc. */
/* Test the full range of preprocessor operator precedence. Each
operator is tested with one of immediately higher precedence to
verify
www.eeworm.com/read/366702/2884313
c pr28227.c
/* Copyright (C) 2007 Free Software Foundation, Inc. */
/* PR preprocessor/28227 */
/* { dg-do preprocess } */
#ifdef defined
#endif
#ifndef defined
#endif
int x;
www.eeworm.com/read/351555/3106786
c preprocess.c
/* Copyright (C) 2003 Epic Games
Written by Jean-Marc Valin
File: preprocess.c
Preprocessor with denoising based on the algorithm by Ephraim and Malah
Redistribution and use in source a
www.eeworm.com/read/162614/5531091
c charconst.c
/* Copyright (C) 2001 Free Software Foundation, Inc. */
/* { dg-do compile } */
/* This tests various diagnostics about character constants, for both
the preprocessor and the compiler.
Neil
www.eeworm.com/read/162614/5531123
c if-oppr.c
/* Copyright (C) 2000 Free Software Foundation, Inc. */
/* Test the full range of preprocessor operator precedence. Each
operator is tested with one of immediately higher precedence to
verify
www.eeworm.com/read/367274/9763848
c preproc.c
/* preproc.c macro preprocessor for the Netwide Assembler
*
* The Netwide Assembler is copyright (C) 1996 Simon Tatham and
* Julian Hall. All rights reserved. The software is
* redistributab