代码搜索:Preprocessor

找到约 5,886 项符合「Preprocessor」的源代码

代码结果 5,886
www.eeworm.com/read/324709/3498672

inc testnoteappview.inc

#line 1 "C:\\MyExam\\TestNote\\src\\TestNoteAppView.cpp" /* stack depth 0 */ #line 1 "(C-C++ Preprocessor Panel)" /* stack depth 1 */ #line 1 "(command-line defines)" /* stack depth 2 */ #pragma
www.eeworm.com/read/324709/3498699

inc audioplayerappview.inc

#line 1 "C:\\MyExam\\AudioPlayer\\src\\AudioPlayerAppView.cpp" /* stack depth 0 */ #line 1 "(C-C++ Preprocessor Panel)" /* stack depth 1 */ #line 1 "(command-line defines)" /* stack depth 2 */ #p
www.eeworm.com/read/295465/3910826

c spp_frag3.c

/* $Id$ */ /** * @file spp_frag3.c * @author Martin Roesch * @date Thu Sep 30 14:12:37 EDT 2004 * * @brief Frag3: IP defragmentation preprocessor for Snort. */
www.eeworm.com/read/289126/3995871

c spp_frag3.c

/* $Id$ */ /** * @file spp_frag3.c * @author Martin Roesch * @date Thu Sep 30 14:12:37 EDT 2004 * * @brief Frag3: IP defragmentation preprocessor for Snort. */
www.eeworm.com/read/283355/4080432

patch gcc-4.1-no-search-pch-20060227.patch

Little hack to let you turn off searching for precompiled headers. Really just here for benchmarking the effect on the preprocessor. Signed-off-by: dank@kegel.com diff -Nuar gcc-4.1-20060217/libcpp/f
www.eeworm.com/read/440906/1782491

c c99.c

/* Copyright (C) 2000 Free Software Foundation, Inc. */ /* { dg-do preprocess } */ /* { dg-options "-std=c99" } */ /* This file is for testing the preprocessor in -std=c99 mode. Neil Booth, 2 De
www.eeworm.com/read/440906/1782492

c 20020927-1.c

/* Test case for buffer overflow bug in token stringification. See PR preprocessor/8055 for details. Reported by Alexander N. Kabaev . Test case written by Zack Weinberg
www.eeworm.com/read/440906/1782526

c 20000519-1.c

/* Regression test for preprocessor crash. Reported by Mathias Froehlich . */ /* { dg-do preprocess } */ #define foo #define __CAT__(a,b,c,d) a##b##c##d #define CAT(
www.eeworm.com/read/440906/1782559

c 20000209-2.c

/* { dg-do compile } */ /* { dg-options "-Wall" } */ /* Distilled from glibc sources. Tests preprocessor corner cases. Since it uses rest args, we must turn off -pedantic-errors. */ #define NO_P
www.eeworm.com/read/440906/1782622

c c89.c

/* Copyright (C) 2000 Free Software Foundation, Inc. */ /* { dg-do preprocess } */ /* { dg-options "-std=c89" } */ /* This file is for testing the preprocessor in -std=c89 mode. Neil Booth, 2 De