代码搜索:preprocessor

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

代码结果 5,886
www.eeworm.com/read/470693/1464422

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
www.eeworm.com/read/240204/4578039

java rule.java

package antlr_oaa.preprocessor; /* ANTLR Translator Generator * Project led by Terence Parr at http://www.jGuru.com * Software rights: http://www.antlr.org/RIGHTS.html * * $Id: Rule.java,v
www.eeworm.com/read/240204/4578043

java tool.java

package antlr_oaa.preprocessor; /* ANTLR Translator Generator * Project led by Terence Parr at http://www.jGuru.com * Software rights: http://www.antlr.org/RIGHTS.html * * $Id: Tool.java,v
www.eeworm.com/read/240162/4590046

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/240162/4590047

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/240162/4590081

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/240162/4590114

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/240162/4590181

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
www.eeworm.com/read/233448/4685925

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/233448/4685926

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