代码搜索:conditional
找到约 2,177 项符合「conditional」的源代码
代码结果 2,177
www.eeworm.com/read/221054/4838094
h gettext.h
/* Convenience header for conditional use of GNU .
Copyright (C) 1995-1998, 2000-2002 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or mod
www.eeworm.com/read/213039/4932878
mpt nmakedll.mpt
// -*- MPC -*-
// nmakedll.mpt,v 1.17 2004/01/29 20:05:27 elliott_c Exp
conditional_include "common"
configurations = Release Debug "Static Release" "Static Debug"
platforms
www.eeworm.com/read/213039/4932898
mpt bmakecommon.mpt
// -*- MPC -*-
// bmakecommon.mpt,v 1.1 2004/02/05 14:00:22 elliott_c Exp
conditional_include "common"
configurations = Debug Release
compilers = bcc
common_defines
www.eeworm.com/read/209211/4982038
c t16.c
#include "a.h"
/*
* 16. Conditional acceptance of input.
*
* conditions are
* c - condition letter (o, e, t, n)
* !c - not c
* N - N>0
* !N - N
www.eeworm.com/read/190666/5179214
c 20011219-2.c
/* This testcase failed on Alpha at -O2 when simplifying conditional
expressions. */
struct S {
unsigned long a;
double b, c;
};
extern double bar (double, double);
int
foo (unsigned long x
www.eeworm.com/read/190666/5179748
c unc4.c
/* { dg-do preprocess } */
/* { dg-options "-fno-show-column" } */
/* Tests for un-terminated conditional diagnostics.
Copyright (c) 1999 Free Software Foundation.
Contributed by Zack Weinberg,
www.eeworm.com/read/178760/5313600
c bug-895992.c
/* bug-895992.c
Life Range problem with
- uninitialized variable
- loop
- conditional block
LR problem hits all ports, but this test is mcs51 specific
*/
#include
char p
www.eeworm.com/read/169697/5414889
c allmpi.c
/* -*- Mode: C; c-basic-offset:4 ; -*- */
/*
* (C) 2001 by Argonne National Laboratory.
* See COPYRIGHT in top-level directory.
*/
#include "mpi.h"
/* necessary to get the conditional definit
www.eeworm.com/read/162614/5517290
c scope1.c
// Test that we've scoped the destructor properly for variables declared
// in a conditional.
// { dg-do run }
extern "C" void abort ();
class C
{
bool live;
public:
C();
C(const C &);
~C (
www.eeworm.com/read/162614/5526835
c strlen-2.c
/* Copyright (C) 2003 Free Software Foundation.
Test strlen optimizations on conditional expressions.
Written by Jakub Jelinek, June 23, 2003. */
typedef __SIZE_TYPE__ size_t;
extern