代码搜索:Preprocessor
找到约 5,886 项符合「Preprocessor」的源代码
代码结果 5,886
www.eeworm.com/read/190666/5179919
c 20000127-1.c
/* { dg-do compile } */
/* Test for core dump in the preprocessor. Originally exposed by
XEmacs, but this has been synthesized from scratch. */
#define foo(bar) bar
int x =
foo(
/*
www.eeworm.com/read/178232/5317894
h spp_xlink2state.h
/* Snort Preprocessor Plugin Header File for XLINK2STATE */
/*
* Copyright (C) 2005 Sourcefire,Inc.
*/
/* This file gets included in plugbase.h when it is integrated into the rest
* of the pr
www.eeworm.com/read/340665/3280865
c arith-3.c
/* Preprocessor arithmetic semantic tests. */
/* Copyright (C) 2002 Free Software Foundation, Inc. */
/* Source: Neil Booth, 26 May 2002. */
/* The file tests overflow warnings for, and values of
www.eeworm.com/read/340665/3280959
c 20000127-1.c
/* { dg-do compile } */
/* Test for core dump in the preprocessor. Originally exposed by
XEmacs, but this has been synthesized from scratch. */
#define foo(bar) bar
int x =
foo(
/*
www.eeworm.com/read/320652/3546369
h wordsize.h
/* Determine the wordsize from the preprocessor defines. */
#if defined __x86_64__
# define __WORDSIZE 64
# define __WORDSIZE_COMPAT32 1
#else
# define __WORDSIZE 32
#endif
www.eeworm.com/read/301981/3828500
properties beanshellpreprocessorresources.properties
displayName=BeanShell PreProcessor
scripting.displayName=Script (variables: ctx vars prev sampler log)
script.displayName=
script.shortDescription=Beanshell script
parameterGroup.displayName=Param
www.eeworm.com/read/289126/3995888
h spp_xlink2state.h
/* Snort Preprocessor Plugin Header File for XLINK2STATE */
/*
* Copyright (C) 2005 Sourcefire,Inc.
*/
/* This file gets included in plugbase.h when it is integrated into the rest
* of the pr
www.eeworm.com/read/286192/4042106
cpp tokens.cpp
/* TOKENS.CPP
* The TokenStream class (a C/C++ preprocessor/tokenizer)
* UnderC C++ interpreter
* Steve Donovan, 2001
* This is GPL'd software, and the usual disclaimers apply.
* See
www.eeworm.com/read/440906/1782541
c arith-3.c
/* Preprocessor arithmetic semantic tests. */
/* Copyright (C) 2002 Free Software Foundation, Inc. */
/* Source: Neil Booth, 26 May 2002. */
/* The file tests overflow warnings for, and values of
www.eeworm.com/read/440906/1782635
c 20000127-1.c
/* { dg-do compile } */
/* Test for core dump in the preprocessor. Originally exposed by
XEmacs, but this has been synthesized from scratch. */
#define foo(bar) bar
int x =
foo(
/*