代码搜索:conditional

找到约 2,177 项符合「conditional」的源代码

代码结果 2,177
www.eeworm.com/read/162614/5528912

c gnu-cond-expr-3.c

/* Test diagnostic for GNU extension: omitting middle term of conditional expression. Test with -pedantic-errors. */ /* Origin: Joseph Myers */ /* { dg-do compile } */ /
www.eeworm.com/read/162614/5529241

c c99-condexpr-1.c

/* Test for types of conditional expressions. */ /* Origin: Joseph Myers */ /* { dg-do compile } */ /* { dg-options "-std=iso9899:1999 -pedantic-errors" } */ /* Notes: (a) The
www.eeworm.com/read/162614/5529352

c gnu-cond-expr-1.c

/* Test diagnostic for GNU extension: omitting middle term of conditional expression. Test with no special options. */ /* Origin: Joseph Myers */ /* { dg-do compile } */
www.eeworm.com/read/162614/5531181

c skipping2.c

/* Copyright (C) 2001 Free Software Foundation, Inc. */ /* { dg-do preprocess } */ /* Tests that excess tokens in skipped conditional blocks don't warn. */ /* Source: Neil Booth, 25 Jul 2001. */
www.eeworm.com/read/162614/5531305

c branch-1.c

/* Test for format checking of conditional expressions. */ /* Origin: Joseph Myers */ /* { dg-do compile } */ /* { dg-options "-std=gnu99 -Wformat" } */ #include "format.h" void f
www.eeworm.com/read/162614/5531312

c multattr-3.c

/* Test for multiple format_arg attributes. Test for both branches getting checked. */ /* Origin: Joseph Myers */ /* { dg-do compile } */ /* { dg-options "-std=gnu99 -Wformat" }
www.eeworm.com/read/475585/6774037

h secname.h

/* Include this file in any module which needs to have conditional compilation of sensitive code for UNLV. In INTERNAL mode SECURE_NAMES is NOT defined. For UNLV mode it IS defined, allowing multi
www.eeworm.com/read/292920/8323781

c ifdef.c

/* ifdef.c -- uses conditional compilation */ #include #define JUST_CHECKING #define LIMIT 4 int main(void) { int i; int total = 0; for (i = 1; i
www.eeworm.com/read/292920/8324195

c paint.c

/* paint.c -- uses conditional operator */ #include #define COVERAGE 200 /* square feet per paint can */ int main(void) { int sq_feet; int cans; printf("Enter numb
www.eeworm.com/read/292797/8332255

test cond3.test

#! /bin/sh # Test sources listed in conditional. # Report from Rob Savoye . . $srcdir/defs || exit 1 cat > configure.in