代码搜索:conditional
找到约 2,177 项符合「conditional」的源代码
代码结果 2,177
www.eeworm.com/read/470693/1462506
c 20030715-1.c
/* PR optimization/11320 */
/* Origin: Andreas Schwab */
/* Verify that the scheduler correctly computes the dependencies
in the presence of conditional instructions. */
int str
www.eeworm.com/read/461961/1548941
h system.h
// System classes
#pragma once
#pragma warning( disable : 4127 ) // conditional expression is constant
#pragma warning( disable : 4100 ) // unreferenced formal parameter
#pragma warning( dis
www.eeworm.com/read/240204/4577450
g test.g
/* C++ interface test of Parser Exception Handling
*
* Given input:
*
* if a+ then a=b+b;
*
* the program should respond with
*
* invalid conditional in 'if' statement
* found ass
www.eeworm.com/read/240162/4588365
c 20030715-1.c
/* PR optimization/11320 */
/* Origin: Andreas Schwab */
/* Verify that the scheduler correctly computes the dependencies
in the presence of conditional instructions. */
int str
www.eeworm.com/read/233448/4682310
c 20030715-1.c
/* PR optimization/11320 */
/* Origin: Andreas Schwab */
/* Verify that the scheduler correctly computes the dependencies
in the presence of conditional instructions. */
int str
www.eeworm.com/read/209211/4983868
c ifdef.c
/*
*
* Conditionally compiled routines for setting up and reading the line. Things
* were getting out of hand with all the ifdefs, and even though this defeats
* part of the purpose of conditional
www.eeworm.com/read/189320/5200447
mpt gnudll.mpt
// -*- MPC -*-
// gnudll.mpt,v 1.10 2004/12/13 16:17:58 elliott_c Exp
conditional_include "common"
targetoutdir =
www.eeworm.com/read/162614/5527236
c 20030715-1.c
/* PR optimization/11320 */
/* Origin: Andreas Schwab */
/* Verify that the scheduler correctly computes the dependencies
in the presence of conditional instructions. */
int str
www.eeworm.com/read/340665/3279012
c 20030715-1.c
/* PR optimization/11320 */
/* Origin: Andreas Schwab */
/* Verify that the scheduler correctly computes the dependencies
in the presence of conditional instructions. */
int str
www.eeworm.com/read/304657/3793975
macros readme.macros
The collector uses a large amount of conditional compilation in order to
deal with platform dependencies. This violates a number of known coding
standards. On the other hand, it seems to be the only