代码搜索:preprocessor
找到约 5,886 项符合「preprocessor」的源代码
代码结果 5,886
www.eeworm.com/read/108242/6184134
c ckcpro.c
/* WARNING -- This C source program generated by Wart preprocessor. */
/* Do not edit this file; edit the Wart-format source file instead, */
/* and then run it through Wart to produce a new C source
www.eeworm.com/read/481537/6642848
c bounds.c
/*
* Generate definitions needed by the preprocessor.
* This code generates raw asm output which is post-processed
* to extract and format the required data.
*/
#define __GENERATING_BOUNDS_H
/* I
www.eeworm.com/read/489492/1223699
h wave.h
/*
* Copyright (c) Microsoft Corportation. All rights reserved.
*/
/*
* preprocessor section
*/
#ifndef __WAVE_H__
#define __WAVE_H__
#include "DlgSrc.h"
/*
* constants
*/
#defin
www.eeworm.com/read/489492/1223701
cpp dlgsrc.cpp
/*
* Copyright (c) Microsoft Corportation. All rights reserved.
*/
// DlgSrc.cpp : implementation file
//
/*
* preprocessor section
*/
#include
#include "stdafx.h"
#incl
www.eeworm.com/read/470917/1443120
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/470720/1452396
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/470720/1452488
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/470693/1464342
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