代码搜索:Preprocessor
找到约 5,886 项符合「Preprocessor」的源代码
代码结果 5,886
www.eeworm.com/read/237551/4624195
h wordsize.h
/* Determine the wordsize from the preprocessor defines. */
#if defined __powerpc64__
# define __WORDSIZE 64
# define __WORDSIZE_COMPAT32 1
#else
# define __WORDSIZE 32
#endif
www.eeworm.com/read/233448/4685786
c pragma-2.c
/* Verify that preprocessor does not insert redundant newlines
after #pragma, also check this for #include, #define and #undef */
/* { dg-do compile } */
/* { dg-options "-dD" } */
#include
www.eeworm.com/read/233448/4685871
c literals-1.c
/* Test that (what looks like) comments are not recognized in literals
and that quotes within quotes do not confused the preprocessor. */
/* { dg-do run } */
extern void abort (void);
int main
www.eeworm.com/read/233448/4686088
c pragma-1.c
/* Verify that preprocessor does not insert redundant newlines
after #pragma */
/* { dg-do compile } */
int
main ()
{
#pragma unknown
{
error;
/* { dg-error "undeclared" "undeclared-variabl
www.eeworm.com/read/233448/4686117
c escape-1.c
/* Copyright (C) 2001 Free Software Foundation, Inc. */
/* { dg-do compile } */
/* This tests various diagnostics about escape sequences, for both
the preprocessor and the compiler.
Neil Boo
www.eeworm.com/read/229812/4740574
prep03
#
# Preprocessor Test 3
#
!ifdef AS # This is a proxy for !if microsoft
all:
!else
all: .symbolic
!endif
# test mpreproc@makeAlphaToken() fills current->data.string only to capacity
module=
www.eeworm.com/read/190666/5179736
c pragma-2.c
/* Verify that preprocessor does not insert redundant newlines
after #pragma, also check this for #include, #define and #undef */
/* { dg-do compile } */
/* { dg-options "-dD" } */
#include
www.eeworm.com/read/190666/5179903
c pragma-1.c
/* Verify that preprocessor does not insert redundant newlines
after #pragma */
/* { dg-do compile } */
int
main ()
{
#pragma unknown
{
error;
/* { dg-error "undeclared" "undeclared-variabl
www.eeworm.com/read/190666/5179928
c escape-1.c
/* Copyright (C) 2001 Free Software Foundation, Inc. */
/* { dg-do compile } */
/* This tests various diagnostics about escape sequences, for both
the preprocessor and the compiler.
Neil Boo
www.eeworm.com/read/173223/5375322
h speex_preprocess.h
/* Copyright (C) 2003 Epic Games
Written by Jean-Marc Valin */
/**
@file speex_preprocess.h
@brief Speex preprocessor
*/
/*
Redistribution and use in source and binary forms, with or witho