代码搜索结果
找到约 820,005 项符合
if 的代码
bttv-if.c
/*
bttv-if.c -- old gpio interface to other kernel modules
don't use in new code, will go away in 2.7
have a look at bttv-gpio.c instead.
bttv - Bt848 frame grabber
if-xpath-attribute.xtp
Since xsl:if can be cumbersome, Resin adds a special XPath
function . Although if() is not part of the XPath standard,
it's expected tha
if.xtp
XTP: xsl:if
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:template match="example">
<table>
<xsl:attribute nam
if-attribute.xtp
Often, elements should have a default attribute value if none is
specified in the XTP file. An <example> tag might have a default CSS
class of "exam
stdbool-if.c
/* { dg-do compile } */
/* { dg-options -pedantic } */
/* test of 'true' and 'false' in #if. this is accepted with a pedwarn
before stdbool.h is included, silently afterward. */
/* Make sure th
if-paren.c
/* Copyright (C) 2000 Free Software Foundation, Inc. */
/* { dg-do preprocess } */
/* These now use "!=" rather than "
if-sc.c
/* Copyright (C) 2000 Free Software Foundation, Inc. */
/* { dg-do preprocess } */
/* Test that all operators correctly short circuit. */
#if (2 || 3 / 0) != 1
#error /* { dg-bogus "error" "|| s
if-unary.c
/* Copyright (C) 2000 Free Software Foundation, Inc. */
/* { dg-do preprocess } */
/* Test the various unary operators. */
#if 1 + + + 1 /* allow multiple unary sign operators :) */
#endif
#if
if-4.c
/* Regression test for proper error message. The token name isn't
NUL terminated, so we would print garbage after it. */
/* { dg-do compile } */
#if 1 += 2 /* { dg-error "is not valid" "+= in
if-mpar.c
/* Copyright (C) 2000 Free Software Foundation, Inc. */
/* Test various combinations of missing parentheses give the correct
missing parenthesis message. */
/* { dg-do preprocess } */
#if (1