代码搜索:preprocessor
找到约 5,886 项符合「preprocessor」的源代码
代码结果 5,886
www.eeworm.com/read/231546/4715324
vim ppwiz.vim
" Vim syntax file
" Language: PPWizard (preprocessor by Dennis Bareis)
" Maintainer: Stefan Schwarzer
" URL: http://www.ndh.net/home/sschwarzer/download/ppwiz.vim
www.eeworm.com/read/216499/4892336
1 eqn.1
.EQ
delim $$
.EN
.th EQN I 2/22/74
.sh NAME
eqn \*- typeset mathematics
.sh SYNOPSIS
.bd eqn
[ file ] ...
.sh DESCRIPTION
.it Eqn
is a
troff (I)
preprocessor
for typesetting mathematics
on the Graph
www.eeworm.com/read/195341/5111748
1 eqn.1
.EQ
delim $$
.EN
.th EQN I 2/22/74
.sh NAME
eqn \*- typeset mathematics
.sh SYNOPSIS
.bd eqn
[ file ] ...
.sh DESCRIPTION
.it Eqn
is a
troff (I)
preprocessor
for typesetting mathematics
on the Graph
www.eeworm.com/read/190666/5179759
c assert1.c
/* Basic tests of the #assert preprocessor extension. */
/* { dg-do compile } */
/* { dg-options "" } */
#define def unused expansion
#define fail int fail
#assert abc (def)
#assert abc (ghi)
#asse
www.eeworm.com/read/190666/5179830
c c94-pedantic.c
/* Copyright (C) 2000 Free Software Foundation, Inc. */
/* { dg-do preprocess } */
/* { dg-options "-std=iso9899:199409 -pedantic" } */
/* This file is for testing the preprocessor in -std=iso9899:
www.eeworm.com/read/190666/5179915
c wchar-1.c
/* Copyright (C) 2002 Free Software Foundation, Inc. */
/* { dg-do run } */
/* { dg-options "-w" } */
/* Source: Neil Booth, 24 Feb 2002.
Test if compiler and preprocessor agree on signeness of
www.eeworm.com/read/186388/5233877
h netbsd.h
#include
/* Get generic NetBSD definitions. */
#include
/* Names to predefine in the preprocessor for this target machine. */
#undef CPP_PREDEFINES
#define CPP_PREDEFI
www.eeworm.com/read/162614/5516512
c args-1.c
/* Check that certain preprocessor macros are defined, and do some
consistency checks. */
/* { dg-do compile } */
const char *compiled_for = _MIPS_ARCH;
const char *optimized_for = _MIPS_TUNE;
#
www.eeworm.com/read/340665/3280723
c assert1.c
/* Basic tests of the #assert preprocessor extension. */
/* { dg-do compile } */
/* { dg-options "" } */
#define def unused expansion
#define fail int fail
#assert abc (def)
#assert abc (ghi)
#asse
www.eeworm.com/read/340665/3280789
c assert1.c
/* Basic tests of the #assert preprocessor extension. */
/* { dg-do compile } */
/* { dg-options "" } */
#define def unused expansion
#define fail int fail
#assert abc (def)
#assert abc (ghi)
#asse